Release v2.0.1
Concord v2.0.1
Installation
Add concord to your dependencies in mix.exs:
def deps do
[
{:concord, "~> 2.0.1"}
]
endDocumentation
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