Skip to content

Releases: nhibernate/NHibernate-Caches

Release 5.2.0

09 Dec 13:24
Compare
Choose a tag to compare

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

Release 5.1.0

26 Oct 12:33
Compare
Choose a tag to compare

NHibernate.Caches 5.1.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.1.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache/5.1.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache2/5.1.0
https://www.nuget.org/packages/NHibernate.Caches.RtMemoryCache/5.1.0

  • Bug

    • NHCH-25 - TransactionScope promotes SysCache2 command dependency to a distributed transaction
    • NHCH-43 - QueryCache CJK language not supported.
    • NHCH-51 - EnyimMemcached cannot be used by many session factories
    • NHCH-53 - RtMemoryCache accepts invalid priorities
  • New Feature

    • NHCH-38 - add useSlidingExpiration property to choose between absolute or sliding expiration
  • Improvement

    • NHCH-50 - Non-compliant absolut expiration
    • NHCH-52 - Add default expiration support to SysCache2

Release 5.0.0

20 Oct 11:03
Compare
Choose a tag to compare