* Prepare for release 5.0.0-beta03
Signed-off-by: digitalbuddha <mnakhimovich@gmail.com>
* Prepare next development version.
* Revert "Prepare next development version."
This reverts commit 0704c47e4079d2b31972cf24c19d5fb73b1b866a.
---------
Signed-off-by: digitalbuddha <mnakhimovich@gmail.com>
* Make it possible to provide memory cache
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Format
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add HybridCache
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Fix putList
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Enable memory cache delegation with Guava as default
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add MutableStoreWithHybridCacheTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Support all cache methods
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Rename to multicache
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Refactor from list decomposition to collection decomposition
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Remove ReactiveCircus/android-emulator-runner
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Remove MemoryCache
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update .ci_test_and_publish.yml
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update .ci_test_and_publish.yml
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update .ci_test_and_publish.yml
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update .ci_test_and_publish.yml
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Format
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Prepare for release 5.0.0-beta01
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
---------
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* [Temp] Remove all modules
* Remove references to Store 4
* Update CHANGELOG
* Update README
* Add Store 5 foundation
Co-authored-by: Andre Claßen <aclassen@users.noreply.github.com>
Co-authored-by: Mike Nakhimovich <mnakhimovich@Mikes-MBP.localdomain>
* Update sample app to use latest stable version 4.0.5.
* Update README to point to latest version 4.0.5
* Updated CHANGELOG to call out support for older Kotlin versions.
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
* Update RELEASING.md
Needed to improve documentation about handling PRs for release versions
* Prepare for release 4.0.0-beta01
Co-authored-by: William Clausen <wclausen@dropbox.com>
* Contain @ExperimentalStdlibApi within relevant scope.
The alpha04 release of Store caused the requirement of the @ExperimentalStdlibApi annotation for client code. I looked into it, and the only thing in Store that required the annotation was the Kotlin ArrayDeque used in the BufferImpl class. That class is private in the ChannelManager.kt file, so I opted that file into the annotation and removed all other occurences of the annotation.
Code compiles, all 208 tests pass.
* update to correct git glitch in /build.gradle
* update to address 'needless blank line' linter
* Prepare for release 4.0.0-alpha05
* Prepare for next development version.
Co-authored-by: Dave Parker <davidp@dropbox.com>
* Revert "Prepare next development version."
This reverts commit 4397b4390d.
* Revert "Prepare for release 4.0.0-alpha04"
This reverts commit 671bfeaf26.
* Prepare for release 4.0.0-alpha01
* Prepare next development version
* Update build.gradle
Co-Authored-By: Mike Nakhimovich <digitalbuddha@users.noreply.github.com>
Co-authored-by: Mike Nakhimovich <digitalbuddha@users.noreply.github.com>