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