Hi all, The Apache Kvrocks community is pleased to announce that Apache Kvrocks 2.14.0 has been released!
Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. This release contains a number of new features, bug fixes and improvements compared to the last version released before. The notable changes since 2.13.0 include: 1. Added WAIT — Enables synchronous-style replication for stronger durability and consistency in Kvrocks. 2. Added T-Digest — Probabilistic data type for fast, memory-efficient approximate percentiles on streams and large datasets. 3. Lua scripting: strict key-access mode — Enforces access only to keys declared via EVAL/FCALL. Delivering much higher concurrency and throughput. 4. Dep Updates — RocksDB is upgraded to version 10.6.2 in this release. 5. Other notable updates — Added RISC-V support; significant replication performance/stability improvements; and Search enhancements, including a compaction filter and skipping expired keys during queries. Please refer to the change log for the complete list of changes: https://github.com/apache/kvrocks/releases/tag/v2.14.0 Apache Kvrocks website: https://kvrocks.apache.org/ Download Links: https://kvrocks.apache.org/download Kvrocks Resources: - Issue: https://github.com/apache/kvrocks/issues - Mailing list: [email protected] Thanks, On behalf of Apache Kvrocks community
