Skip to content

Release 5.7.0

Compare
Choose a tag to compare
@fredericDelaporte fredericDelaporte released this 19 Jul 19:39
· 34 commits to master since this release

NHibernate.Caches 5.7.0 is now released.

NetStandard providers have gain a ConfigurationProvider allowing to replace or disable the configuration done through .Net ConfigurationManager.
CoreDistributedCache provider allow now to customize its cache values serializer.

All providers target NHibernate 5.2.

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

.Net Standard providers are only available on NuGet.

  • New feature

    • #83 - Add support for custom serializer in CoreDistributedCache
    • #79 - Allow replacing ConfigurationManager for reading values
  • Task

    • #88 - Release 5.7.0
    • #86 - Update SourceLink package to its release version
    • #85 - Remove NuGet download
    • #74 - Fix nuget source for pushing snupkg