Skip to content

Release 5.5.0

Compare
Choose a tag to compare
@fredericDelaporte fredericDelaporte released this 10 Dec 14:37
· 52 commits to master since this release

NHibernate.Caches 5.5.0 is now released.

A new Redis NetStandard provider, NHibernate.Caches.StackExchangeRedis, has been added. It supports
batching of cache operations. It is independent of CoreDistributedCache, and unrelated to
CoreDistributedCache.Redis, which cannot support batching due to limitations of the caching
abstraction used by CoreDistributedCache.

All providers now target NHibernate 5.2.

Binaries are available on NuGet and GitHub:
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.Memcached/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.Memory/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.Redis/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.SqlServer/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.CoreMemoryCache/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.EnyimMemcached/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.StackExchangeRedis/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache2/5.5.0
https://www.nuget.org/packages/NHibernate.Caches.RtMemoryCache/5.5.0

.Net Standard providers are only available on NuGet.

  • Bug

    • #53 - Disable append-hashcode when library is not built for netFx
    • #32 - Key computing for Memcached leaks hashers
  • New feature

    • #50 - Common cache serializer and json serializer
    • #45 - Add Redis provider with batching support
  • Improvement

    • #52 - Cease using cryptographic hashes
  • Task

    • #56 - Upgrade to NH 5.2.0