Releases: xin9le/CloudStructures
Releases · xin9le/CloudStructures
v3.3.0
New Features
Breaking Changes
v3.2.0
New Features
- Add server maintenance event (#38)
- This feature contains breaking changes
v3.1.0
New Features
- Supports .NET 6 (#35)
- Add commands (#37)
- GETDEL
- LPOP (w/ count)
- RPOP (w/ count)
Breaking Changes
RedisConfig
class is now sealed (#36)
v3.0.2
Improvements
- Link enabled on XML document
v3.0.0
Improvements
- Enable nullable reference types (#30)
- Add
Memory<byte>
/ ReadOnlyMemory<byte>
value converter (#32)
Breaking Changes
- Switch default value converter from
Utf8Json
to System.Text.Json
(#28)
- Remove MessagePack converter project (#29)
- Use latest NuGet packages + Optimize importing package (#31)
2.3.2
- Remove public
in
keyword (#24)
2.3.1
Micro fixes
- Optimize
GetAndDeleteAsync
- Standardized the existence check logic of values
2.3.0
- Add
GetAndDeleteAsync
methods (#23)
2.2.0
- Micro performance up
- Update NuGet packages
- StackExchange.Redis (v2.0.601)
- MessagePack for C# (v1.8.74)
- Add
RedisConfig
ctor overload (#22)