CacheManager v0.9.0 Release Notes

Release Date: 2016-08-21 // over 7 years ago
  • ๐Ÿ— The solution has been migrated to .NET Core 1.0 and build with the latest dotnet-cli.
    ๐Ÿ’ฅ Breaking Changes

    • none

    ๐Ÿ†• New Features

    • ๐Ÿ†• New CacheHandle using Microsoft.Extensions.Caching.Memory (thanks to @AuroraDysis!)
    • ๐Ÿ“ฆ Protobuf-net based serialization package added (thanks to @wenisman!)
    • Json Serializer got a GZip variant (thanks to @fgideali!)
    • ๐Ÿ†• New GetOrAdd method in the main interface

    ๐Ÿ›  Bugfixes

    • #50 expiration setting issue in some scenarios
    • ๐Ÿ‘ #51 Couchbase JArray support/fix (thanks to @Kriskit!)
    • #57 expiration precision issue
    • #60 some doc spelling mistakes (thanks to @michael-baker!)
    • #64 clear region issue with redis
    • ๐Ÿ‘ #62 GetCasted improvement to support interfaces