Skip to content

Release v1.42.0

Latest
Compare
Choose a tag to compare
@piotrpio piotrpio released this 02 May 11:15
70300b2

Changelog

Overview

This release adds per-key TTL functionality to key-value stores. It adds:

  1. LimitMarkerTTL config option to enable automatic tombstone deletion.
  2. KeyTTL option to kv.Create()
  3. PurgeTTL() option to kv.Purge()

ADDED

  • KeyValue:
    • Added KeyValue per key TTL support and limit markers (#1864)

Complete Changes

v1.41.2...v1.42.0