Reservoir v2.0 Release Notes

Release Date: 2015-06-02 // almost 9 years ago
    • ๐Ÿ‘ RxJava support.
    • โž• Added clear and clearAsync methods to the public API. These methods completely clear the cache and delete all the stored key-value pairs.
    • โž• Added tests.
    • ๐Ÿšš Moved distribution from Maven Central to JitPack.
    • Reservoir now uses a separate cache directory inside the application specific cache directory to store data.
    • ๐Ÿ›  Fix: If init is not called before calling any other methods, an IllegalStateException is thrown.
    • ๐Ÿ›  Fix: reservoir now checks if size of object being inserted is greater than cache size and throws and IOException if it is.
    • ๐Ÿ›  Fix: removed allowBackup from manifest.