Skip to content

Release v2.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 08:48
· 2 commits to main since this release
5d26df9

Concord v2.1.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.1.0"}
  ]
end

Documentation

Features

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

What's Changed

  • docs: document embedded boot fixes by @gsmlg in #19
  • docs: align package version docs by @gsmlg in #20
  • docs: rebuild changelog release history by @gsmlg in #21
  • test: stabilize backup release gate by @gsmlg in #22

Full Changelog: v2.0.1...v2.1.0