Skip to content

Releases: dotnetcore/EasyCaching

v1.4.0 release

Choose a tag to compare

@catcherwong catcherwong released this 23 Jul 12:38
76ccc15

Support distributed lock (#314 )

v1.3.0 release

Choose a tag to compare

@catcherwong catcherwong released this 05 Jun 00:57
b2f49c9
  1. Fix unlock when data retriever throw exception (#306)
  2. Fix RedisDatabaseProvider can not work well when redis not available at first (#303)
  3. Fix CSRedisCachingProvider always return CacheValue when CacheNulls is true (#223)
  4. Fix LiteDB with data retriever fails when CacheNulls is true

v1.2.0 release

Choose a tag to compare

@catcherwong catcherwong released this 23 Jan 14:19
5ba82b2
  1. Improve Serialization of Hybrid Provider (#270 )
  2. Fixed UTF-8 BOM of JsonSerializer (#272 )

v1.1.0 release

Choose a tag to compare

@catcherwong catcherwong released this 21 Nov 03:18
68dd48a

Time to release 1.x version, after almost two years of 0.x version.

  1. Allow to cache null value
  2. Fix LiteDB cache expiration issue
  3. Upgrading csredis (It will bring Breaking Changes)
  4. Support System.Text.Json
  5. Improve SQLite concurrency problem

v0.9.0 release

Choose a tag to compare

@catcherwong catcherwong released this 08 Sep 00:48
1cf4e51
Merge pull request #242 from dotnetcore/dev

v0.9.0

v0.8.10

Choose a tag to compare

@catcherwong catcherwong released this 19 Jul 14:02
813473d
Merge pull request #228 from dotnetcore/dev

release v0.8.10

v0.8.6 release

Choose a tag to compare

@catcherwong catcherwong released this 16 Mar 10:31
6e47794
Merge pull request #195 from dotnetcore/dev

Redis provider string support nx and xx

v0.8.5

Choose a tag to compare

@catcherwong catcherwong released this 19 Feb 01:02
934c31c
Merge pull request #193 from dotnetcore/dev

Fixed some known issue and upgrade dependencies

v0.8.3 release

Choose a tag to compare

@catcherwong catcherwong released this 15 Dec 02:23
82dd4e1
  1. Redis providers support some GEO methods
  2. Upgrading dependencies
  3. Fixed datetime exception of InMemory #180

v0.8.0 release

Choose a tag to compare

@catcherwong catcherwong released this 08 Oct 15:19
a218d75
  1. Make Interceptors and response caching Support .netcore3.0.
  2. Remove WithServices method to support console apps (#142 #127 ).
  3. Add deep clone for memory cache provider (#150 ).
  4. Support multi instances of hybrid provider (#140 ).
  5. Improve RabbitMQ bus.
  6. Upgrading dependencies.
  7. Modify some extension methods' namespace.