Skip to content

Releases: zarusz/SlimCluster

0.9.0

03 Sep 20:58
Compare
Choose a tag to compare
  • ASP.NET Plugin that will redirect HTTP requests to the leader #21
  • Fixes and stability improvements to Raft implementation

0.8.1

20 Aug 10:09
Compare
Choose a tag to compare
  • Improved the main sample's docker image to respect the SIGTERM from Kubernetes to perform a graceful shutdown. As a result, the pods shutting down will not vote. #18
  • Better usage of IPMessageEndpoint, so that it does not starve the SWIM messages in case the Raft leader cannot receive a response from its followers.
  • Sample has an example for a distributed counter with exposed API
  • Multi-targeting enabled to take some improvements in the .net6 UDP client (CancellatioToken on RecieveAsync)

Release 0.8.0

20 Aug 10:09
Compare
Choose a tag to compare
  • First Raft implementation

0.7.0

29 Nov 23:22
Compare
Choose a tag to compare
  • First stable release
  • SWIM cluster membership (see sample of how to use).