Skip to content

Release v3.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:05

Concord v3.0.1

All umbrella packages are published to Hex.pm at the same version:

Installation

def deps do
  [
    {:concord, "3.0.1"}
  ]
end

Features

  • Embedded distributed key-value store for Elixir
  • Viewstamped Replication for strong consistency
  • Secondary indexes with declarative extractors
  • TTL support, compression, and bulk operations
  • Backup/restore and snapshot support

What's Changed

  • fix(vsr): survive registry shutdown races by @gsmlg in #59
  • fix: honor snapshot revision in KV list by @gsmlg in #58
  • fix: align ex_turso stable release metadata by @gsmlg in #57
  • fix(release): update dedicated dependency versions by @gsmlg in #60

Full Changelog: v3.0.0...v3.0.1