Skip to content

Release 5.9.0

Latest
Compare
Choose a tag to compare
@fredericDelaporte fredericDelaporte released this 19 Feb 21:04
· 20 commits to master since this release
196296f

NHibernate.Caches 5.9.0 is now released.

CoreDistributedCache provider does no more require a custom type registration for using the JSON serializer.

All providers target NHibernate 5.2.

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

.Net Standard providers are only available on NuGet.

  • Improvement

    • #117 - Avoid custom registration for the Json serializer
    • #115 - Run tests using .NET 6
  • Task

    • #119 - Release 5.9.0
    • #118 - Allow git to handle line endings
    • #116 - Remove Microsoft.Extensions.Caching.SqlConfig.Tools cli
    • #113 - Tell NuGet about the readme file