Skip to content

Release 5.6.0

Compare
Choose a tag to compare
@fredericDelaporte fredericDelaporte released this 18 Aug 18:59
· 40 commits to master since this release

NHibernate.Caches 5.6.0 is now released.

The Redis NetStandard provider, NHibernate.Caches.StackExchangeRedis, has been extended with new caching strategies incorporating a local cache for faster reads.

All providers target NHibernate 5.2.

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

.Net Standard providers are only available on NuGet.

  • Bug

    • #66 - Issues with custom Regions with RedisCacheProvider
    • #62 - StackExchangeRedis fails with "too many results to unpack" with 8000 items
  • New feature

    • #69 - "Third Level Cache" for Redis
  • Improvement

    • #71 - Enable batching for StackExchangeRedis by default
    • #70 - Use non deprecated Redis provider
    • #68 - Add static region configuration
    • #64 - Improve StackExchangeRedis LockMany script for DefaultRegionStrategy
    • #60 - Update package format for symbols, license and SourceLink
  • Task

    • #65 - Update AsyncGenerator to 0.14.0