Concord v3.0.2
All umbrella packages are published to Hex.pm at the same version:
Installation
def deps do
[
{:concord, "3.0.2"}
]
endFeatures
- Embedded distributed key-value store for Elixir
- Viewstamped Replication for strong consistency
- Secondary indexes with declarative extractors
- TTL support, compression, and bulk operations
- Backup/restore and snapshot support
What's Changed
- fix(vsr): guard remote delivery readiness by @gsmlg in #63
- test(vsr): cover unloaded atoms in committed WAL values by @gsmlg in #64
Full Changelog: v3.0.1...v3.0.2