Skip to content

V0.12 Release

Compare
Choose a tag to compare
@catcherwong catcherwong released this 04 Mar 01:10
· 747 commits to master since this release

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