Skip to content

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 08:34

Concord v2.4.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.4.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 Turso Ecto adapter by @gsmlg in #33
  • fix: allow Turso without Raft cluster runtime by @gsmlg in #35

Full Changelog: v2.3.1...v2.4.0