Skip to content

Releases: dotnetcore/EasyCaching

V0.4.2 Release

05 Jan 13:47
8bd2948
Compare
Choose a tag to compare

Add TrySet/TrySetAsync.

#65

V0.4.1 Release

04 Jan 14:06
248aebd
Compare
Choose a tag to compare

V0.4.0 Release

15 Dec 06:12
0f2d17a
Compare
Choose a tag to compare

#54 #60

Named Caching Provider.

V0.3.0 Release

25 Jul 15:13
a70c1f0
Compare
Choose a tag to compare

Support .NET Core 2.1

Refactoring and add new API

18 Apr 00:34
94771e4
Compare
Choose a tag to compare
  1. Refactoring HybridCachingProvider to make it easy to configure.
  2. Add FlushAsync API to CachingProvider

V0.2.0: Merge pull request #27 from dotnetcore/dev

27 Mar 11:03
ed49429
Compare
Choose a tag to compare

V0.12 Release

04 Mar 01:10
Compare
Choose a tag to compare

Bugs Fixed

  1. AddDefaultMessagePackSerializer is not available when using EasyCaching.Redis

Imporve

  1. Change CachingProviders' tests.
  2. Update EnyimMemcachedCore to version 2.1.0.2
  3. Add EasyCachingMemcachedClientConfiguration that implements IMemcachedClientConfiguration in order to support FormatterTranscoder.

New features

  1. JSON Serializer
  2. Protobuf Serializer
  3. New APIs of CachingProvider
    • SetAll/SetAllAsync
    • GetAll/GetAllAsync
    • GetByPrefix/GetByPrefixAsync[except DefaultMemcachedCachingProvider]
    • RemoveAll/RemoveAllAsync

v0.1.1 Release

08 Feb 00:51
9b49fce
Compare
Choose a tag to compare
Merge pull request #13 from catcherwong/dev

Release a new version.

v0.1.0 Release

23 Jan 09:16
314203d
Compare
Choose a tag to compare
:construction: Coveralls Remove EasyCaching.Demo.*