Store/CHANGELOG.md
2017-02-10 12:53:27 -05:00

3.3 KiB

Change Log

Version 2.0.0 PENDING

  • (#126) Remove duplicate element from versions array
  • (#125) Fix name on occurences of Key
  • (#124) Create single instance of empty BarCode
  • (#123) Simplify Persister clear and RefreshSubject notify
  • (#122) Store v1 removal in favor of Stores with generic keys - Store becomes Store<ReturnType,Key>
  • (#120) Avoid multiple resolves of the same Key
  • (#115) Feature/filepersister - Using Store with FileSystem no longer requires our BarCode type
  • (#117) Feature/clear all cache - Disk Caching if Persister implements Clearable
  • (#114) remove extranous exception throw
  • (#113) lets try this travis snapshot deploy again - Snapshot deployment now works woo!
  • (#111) networkBeforeStale and refreshOnStale - 2 ways to control Persisters that are StaleAware
  • (#110) rework builders - See StoreBuilder for changes
  • (#108) Update to Moshi 1.4.0
  • (#86) Migrate Barcode to any Type
  • (#106) remove espresso, unneeded, conflicts with javax.annotations
  • (#103) GetRefreshing - Repeat when clear
  • (#101) fixes inflight caching errors
  • (#99) Remove dead code and add/remove empty lines were needed
  • (#97) clear needs to clear noop disk and inflight
  • (#94) use javax annotations instead of intellij

Version 1.0.7 (2017-01-30/)

  • Feature: add additional create(FileSystem) within SourcePersister to allow clearing fileSystem cache (#77)
  • Feature: add error prone analyzer (#79)
  • Feature: convert store to java project from android (#85)
  • Bug Fix: Removed application meta data (#80)
  • Bug Fix: fixes race condition in memory cache (#90)
  • Bug Fix: add back in flight 1 minute debouncing (was missing somehow?) (#92)
  • Documentation Fix: Classnames up, field names down (#81)

Version 1.0.6 (2017-01-23/)

  • Bug Fix: fix race condition of 2 fetch requests too quickly (#74)
  • Bug Fix: Expose MultiParser as Public
  • API Change: Clarifying Store.stream (#73) 1 Added the stream() method 2 Deprecated old stream(barcode) and added migration helping in the documentation

Version 1.0.5 DOES NOT EXIST

*(We screwed up deployment)

Version 1.0.4 (2017-01-19/)

  • Bug Fix: Fix memory caching issue with Equivalence.Equals (#70)

Version 1.0.3 (2017-01-17)

  • New Feature: Multi Parser (#61) - You can now pass in a list of Parsers and do multi Parsing steps
  • New Feature: Jackson Middleware (#60)
  • New Feature: Moshi Middleware (#55)
  • New Feature: change GsonParsers to work with a type rather than a class (#46) - Can now parse Top Level Array
  • Enhancement: Preconditions for middleware module (#56)
  • Enhancement: checkstyle (#48)
  • Enhancement: pmd (#50)
  • Enhancement: Nullability Annotations (#52)
  • Bug Fix: always call sink.close() from finally block (#63)
  • Bug Fix: remove maven.em.nytimes.com from repositories block (#62)
  • In Progress: Annotation Processor to Generate Stores for Retrofit Interfaces feature/annotations

Version 1.0.2 (2017-01-10)