Skip to content

0.8.0 Nuget Release

Compare
Choose a tag to compare
@MichaCo MichaCo released this 28 Feb 17:00
· 218 commits to master since this release

Breaking Changes

  • CacheBackPlate got renamed to CacheBackplane. This affects all related implementations, documentation and configuration elements. #44

New features and updates

  • Added feature check for Redis cache handle, now supporting older versions of Redis server #42
  • CacheBackplane now works with events
  • CacheBackplane performance has been improved significantly #39
  • Documentation for Serialization added #40
  • API reference documentation: Replaced the old one with new, custom, based on docfx #40
  • Added periodical expire check to dictionary cache handle bf76178