Skip to content

Releases: xin9le/CloudStructures

v3.4.2

17 Nov 14:08
cbcbe22

Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1

01 Mar 08:42
cac4ac8

Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

08 Feb 15:46
817d436

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

07 Apr 06:45
7add18d

Choose a tag to compare

New Features

  • Supports .NET 8 (#41)

Breaking Changes

  • Drop .NET 5 (#41)

v3.2.0

17 Nov 12:37

Choose a tag to compare

New Features

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

v3.1.0

11 Nov 09:47

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

Choose a tag to compare

Improvements

  • Link enabled on XML document

v3.0.1

05 May 09:06
e4be16b

Choose a tag to compare

Improvements

  • Enable XML documents

v3.0.0

29 Apr 08:28

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

Choose a tag to compare

  • Remove public in keyword (#24)