Skip to content

Release 5.3.0

Compare
Choose a tag to compare
@fredericDelaporte fredericDelaporte released this 02 Apr 12:19
· 67 commits to master since this release

NHibernate.Caches 5.3.0 is now released.

Previously existing providers are binary compatible with NHibernate 5.0, and targets .Net Framework 4.6.1. New providers (Core ones) target NHibernate 5.1 and .Net Standard 2.0.

NHibernate.Caches.CoreDistributedCache is not a standalone provider and require an additional cache factory. Factories for Memcached, Redis and SqlServer caches are available.

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

.Net Standard providers are only available on NuGet.

  • Bug

    • #27 Documentation fixes
  • New Feature

    • #25 Add a .Net Core MemoryCache
    • #28 Add a .Net Core DistributedCache
  • Improvement

    • #33 Generate XML comment documentation
    • #34 Build release artifacts on AppVeyor