CacheManager v1.2.0 Release Notes

Release Date: 2018-12-06 // over 5 years ago
  • ๐Ÿš€ This will most likely be the last 1.x release of CacheManager. Version 2.0 will get more changes and maybe breaking changes and simplifications.

    ๐Ÿš€ Because of building 2.0 is taking longer, I decided to re-release the 1.1.2 bits with .NET Standard 2.0 support and the StackExchange.Redis client upgrade to 2.x,.
    Apart from that, the code is exactly the same as in Version 1.1.2!

    ๐Ÿ”„ Changes

    • ๐Ÿ‘€ Basic .NET Standard 2.0 support, without code changes to port some features to .NET Standard (see #221)
    • โฌ†๏ธ StackExchange.Redis client upgrade to 2.x (see #251)

Previous changes from v1.1.2

  • ๐Ÿ”– Version 1.1.2

    ๐Ÿš€ This release contains some bug fixes and minor improvements.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Update StackExchange.Redis minimum version to 1.2.6 because of some bugfixes in that library - #179
    • ๐Ÿ›  Fixed an issue where using Default expiration mode didn't allow TimeSpan.Zero - #192
    • ๐Ÿ›  Fixed a compatibility issue with keys in Redis created with earlier versions of CacheManager - #183
    • โœ‚ Removed sealed from BaseCacheManager - #176
    • ๐Ÿ›  Fixed a bug where the default database setting in the connection string wasn't used - #175