CacheManager v1.1.0 Release Notes

Release Date: 2017-06-05 // almost 7 years ago
  • ๐Ÿš€ Release 1.1.0 comes with some improvements for redis keyspace events and some love for the Couchbase based implementation.

    ๐Ÿ†• New Features

    • ๐Ÿ‘€ If configured, CacheManager can now listen on external dels in Redis and sync the instances accordingly (see #148)
    • ๐Ÿ‘€ The redis backplane can now also be used with in-memory caches only (see #111).
    • โž• Added compatibility mode setting to Redis and support for TwemProxy (see #54 and 07f1db9). Also added lua script support without pre-loading (if that is not available).

    ๐Ÿ‘Œ Improvements for Couchbase (see #154)

    • โž• Added netstandard support as the Couchbase client now supports it.
    • ๐Ÿ”ง A bunch of configuration and initialization changes. The extensions to configure Couchbase now are more flexible.

    Other Improvements

    ๐Ÿ“š The API documentation has been updated/fixed to use latest version of docfx and is published on the re-designed site http://cachemanager.michaco.net.

    ๐Ÿ› Bug Fixes

    • #159 Small sanity check for too low expiration timeouts when using Redis