Skip to content

v1.8.0 release

Compare
Choose a tag to compare
@catcherwong catcherwong released this 01 Jan 03:14
· 40 commits to master since this release
ce90d95

What's Changed

  • Added a HybridCachingOption to throw an error if the distributed cache throws an error by @JudeVajira in #413
  • feat(memory): support evicted event hook(#294) by @catcherwong in #414
  • fix: typo ‘BaseGetDatabse’ by @InCerryGit in #417
  • feat(FasterKv): Add FasterKv support by @InCerryGit in #418
  • fix: use DefaultObjectPoolProvider to get a DisposableObjectPool inst… by @sarmis in #427
  • feat: restore queue model and consumer on disconnection by @sarmis in #428
  • Add GetAllKeysByPrefix to InMemory and Redis by @meysamhadeli in #422
  • chore(deps): bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /src/EasyCaching.SQLite by @dependabot in #431
  • chore(deps): bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /serialization/EasyCaching.Serialization.Json by @dependabot in #432
  • zremrangebyscore support for both Redis and CSRedis by @amiru3f in #436
  • MemoryPack Serializer by @amiru3f in #438

New Contributors

Full Changelog: v1.7.0...v1.8.0