Skip to content

Release v3.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 10:05
13a1356

Concord v3.0.0-beta.4

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 3.0.0-beta.4"}
  ]
end

Documentation

Features

  • 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: support 4096-byte keys by @gsmlg in #47
  • fix: align VSR read consistency docs by @gsmlg in #48

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4