Skip to content

0.9.0 Nuget Release

Compare
Choose a tag to compare
@MichaCo MichaCo released this 21 Aug 16:07
· 176 commits to master since this release

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