Skip to content

Releases: Jaxelr/Carter.Cache

0.2.0

05 Sep 14:05
Compare
Choose a tag to compare

Removed reference to deprecated libraries.
Breaking change, Targeting .net 6.0 & above.
Replaced usage of newtonsoft.json in favor of system.text.json.
Added the ability to pass a custom json serializer to Redis store.

0.1.1

05 Feb 14:56
Compare
Choose a tag to compare

Minor fixes
Upgrade to dependant libraries

0.1.0

09 Jan 03:04
Compare
Choose a tag to compare

Upgrade to target dotnet 7.0

0.0.8

31 Dec 15:35
Compare
Choose a tag to compare

Target Carter 6
Upgrade to dotnet 6
Simplified logic for context management
Bug fixes

0.0.7

17 Nov 13:03
Compare
Choose a tag to compare

Fixes for Redis and Memcached libraries
Upgrade to dependencies

0.0.6

07 Sep 19:28
Compare
Choose a tag to compare

New feature of Etag header on response.
Bug fixes.

0.0.5

30 Jun 15:42
Compare
Choose a tag to compare

Fixed bugs of logic
Expanded test scenarios
Added store implementation for Memcached
Added store implementation for Redis