Skip to content

Release v3.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:13
9400a1f

Concord v3.0.2

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

Installation

def deps do
  [
    {:concord, "3.0.2"}
  ]
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): guard remote delivery readiness by @gsmlg in #63
  • test(vsr): cover unloaded atoms in committed WAL values by @gsmlg in #64

Full Changelog: v3.0.1...v3.0.2