Skip to content

Releases: dotnetcore/EasyCaching

v1.9.2 release

31 Oct 01:50
4122f1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1 release

08 Sep 08:21
dc5d920
Compare
Choose a tag to compare

What's Changed

  • Upgrade interceptor support .net 6 by @Memoyu in #467
  • chore(deps): bump LiteDB from 5.0.9 to 5.0.13 in /src/EasyCaching.LiteDB by @dependabot in #469
  • Using base test by @Memoyu in #473
  • fix: Using IConfiguration for WithRedisBus configuration cause DefaultRedisBus throw "Sequence contains no matching element" exception by @billhong-just in #478
  • Updated InMemoryCachingProvider to stop creating unnecessary threads by @jkatsiotis in #480
  • Fix Typo in In-Memory.md by @vanenshi in #486
  • FEAT: add 2nd overload for AddEasyCaching() to support IServiceProvider for setupActions by @MoienTajik in #487
  • release v1.9.1 by @catcherwong in #488

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0 release

26 Feb 11:05
9776bf4
Compare
Choose a tag to compare

What's Changed

  • fix redis distributed lock for different process by @DisenkoArt in #446
  • DiskCache supports custom serializers by @Memoyu in #450
  • RedisCache configure code-only configuration for StackExchange.Redis by @Memoyu in #452
  • Remove ConfigurationOptions to string in RedisCaching by @Memoyu in #454
  • Support configure code-only configuration for StackExchange.Redis bus by @Memoyu in #453
  • Fix wrong injection method name on EasyCachingOptionsExtensions by @Memoyu in #456
  • Using sync version of subscribe in HybridCachingProvider by @Memoyu in #455
  • fixed the warning xUnit1013 (#457) by @Memoyu in #458
  • Fixed some warning by @Memoyu in #459
  • Update version to 1.9.0 by @Memoyu in #460

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0 release

01 Jan 03:14
ce90d95
Compare
Choose a tag to compare

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

v1.7.0 release

25 Oct 00:38
174a00a
Compare
Choose a tag to compare

What's Changed

Breaking change!!!!!!

The default DefaultBinaryFormatterSerializer was removed in this version, you should specify a serializer by yourself.

https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/5.0/binaryformatter-serialization-obsolete

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1 release

20 Aug 13:19
769ef24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0 release

02 May 03:45
2251cb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1 release

09 Mar 11:24
fd4ca61
Compare
Choose a tag to compare

What's Changed

  • feat: allow user to define client provided name by @sarmis in #344
  • Fixes an issue where RemoveByPrefix does not remove data in redis if a KeyPrefix is set in DBConfig by @marklonquist in #345

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0 release

23 Jan 04:01
90d9768
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1 release

07 Oct 01:01
c842bfe
Compare
Choose a tag to compare
  1. Expose raw cache database (a48832c)
  2. SE.Redis Support KeyPrefix (#325 #326 )