v1.8.0 release
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
- @InCerryGit made their first contribution in #417
- @meysamhadeli made their first contribution in #422
- @dependabot made their first contribution in #431
- @amiru3f made their first contribution in #436
Full Changelog: v1.7.0...v1.8.0