Skip to content

Release v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 May 15:27
· 6 commits to main since this release
8ecc535

Concord v2.0.1

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.0.1"}
  ]
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: start ra system before concord cluster by @gsmlg in #15
  • fix: return actionable backup error without ra by @gsmlg in #12
  • fix: disable prometheus exporter by default by @gsmlg in #13
  • fix: make concord clustering configurable by @gsmlg in #14
  • fix: recover concord startup from stale ra state by @gsmlg in #16

Full Changelog: v2.0.0...v2.0.1