Skip to content

Release v3.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:29

Concord v3.0.0

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

Installation

def deps do
  [
    {:concord, "3.0.0"}
  ]
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: improve VSR reads and recovery by @gsmlg in #42
  • fix: publish updated VSR runtime by @gsmlg in #44
  • fix: support 4096-byte keys by @gsmlg in #47
  • fix: align VSR read consistency docs by @gsmlg in #48
  • fix: enforce transaction key limits by @gsmlg in #50
  • fix: honor transaction idempotency keys by @gsmlg in #52

Full Changelog: v2.4.0...v3.0.0