Skip to content

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 May 04:39
· 11 commits to main since this release

Concord v2.0.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.0.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

  • fix(test): ensure ETS table ownership in determinism test by @gsmlg in #7

Full Changelog: v1.1.0...v2.0.0