Skip to content

Release 5.2.0

Choose a tag to compare

@fredericDelaporte fredericDelaporte released this 09 Dec 13:24
· 76 commits to master since this release

NHibernate.Caches 5.2.0 is now released.

It is binary compatible with NHibernate 5.0, and targets .Net Framework 4.6.1.

Binaries are available on NuGet and GitHub:
https://www.nuget.org/packages/NHibernate.Caches.EnyimMemcached/5.2.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache/5.2.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache2/5.2.0
https://www.nuget.org/packages/NHibernate.Caches.RtMemoryCache/5.2.0

  • Bug

    • #19 - Partially configured regions do not fallback on defaults
  • Improvement

    • #20 - Modernize locking in SysCache2
    • #24 - Generates ICache async counter-parts instead of hand coding them