Skip to content

Releases: xin9le/CloudStructures

v3.3.0

07 Apr 06:45
7add18d
Compare
Choose a tag to compare

New Features

  • Supports .NET 8 (#41)

Breaking Changes

  • Drop .NET 5 (#41)

v3.2.0

17 Nov 12:37
Compare
Choose a tag to compare

New Features

  • Add server maintenance event (#38)
    • This feature contains breaking changes

v3.1.0

11 Nov 09:47
Compare
Choose a tag to compare

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

05 May 09:24
Compare
Choose a tag to compare

Improvements

  • Link enabled on XML document

v3.0.1

05 May 09:06
e4be16b
Compare
Choose a tag to compare

Improvements

  • Enable XML documents

v3.0.0

29 Apr 08:28
Compare
Choose a tag to compare

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

13 Nov 12:44
Compare
Choose a tag to compare
  • Remove public in keyword (#24)

2.3.1

02 Nov 13:01
Compare
Choose a tag to compare

Micro fixes

  • Optimize GetAndDeleteAsync
  • Standardized the existence check logic of values

2.3.0

02 Nov 09:37
60036ce
Compare
Choose a tag to compare
  • Add GetAndDeleteAsync methods (#23)

2.2.0

23 Oct 04:52
Compare
Choose a tag to compare
  • Micro performance up
  • Update NuGet packages
    • StackExchange.Redis (v2.0.601)
    • MessagePack for C# (v1.8.74)
  • Add RedisConfig ctor overload (#22)