Skip to content

Release v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 11:53
· 518 commits to master since this release

🪲 Bug Fixes

  • [Bug]: Fixed a bug causing panic during the update node process. issue #531
  • [Bug]: Fixed a bug causing panic during the CI process due to reading state. issue #527
  • [Bug]: Fixed a bug in the previous version where immediately shutting down the cluster after executing "member add" would cause the leader to fail to shut down properly. issue #526
  • [Bug]: Fixed an issue in TXN where the conflict detection process would ignore the key of child requests. issue #470
  • [Bug]: Fixed a panic issue in watch caused by closing the channel. issue #370
  • [Bug]: Changed the calculation method for the cluster version to a hash to avoid misjudgments. pr #590
  • [Bug]: Fixed a bug that caused the compact operation to behave abnormally in specific scenarios. pr #570

🛠️ Refactor