Skip to content

Clustron DKV v0.2.1

Pre-release
Pre-release

Choose a tag to compare

@zeroheartbeat zeroheartbeat released this 06 Mar 12:04
· 62 commits to main since this release

Clustron DKV v0.2.1

This release introduces transaction support along with improvements to the logging system for better diagnostics and observability.

✨ New Features

Transactions

Clustron DKV now supports multi-key optimistic transactions, enabling atomic operations across distributed keys.

Transactions provide:

  • Atomic multi-key updates
  • Optimistic concurrency control
  • Conflict detection
  • Rollback support
  • Read-your-writes consistency

🔧 Improvements

Improved Logging

Logging has been enhanced to provide clearer operational visibility.
These changes make it easier to troubleshoot issues in both InProc and cluster deployments.