Skip to content

Release v3.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 06:10

Concord v3.0.0-beta.2

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 3.0.0-beta.2"}
  ]
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: improve VSR reads and recovery by @gsmlg in #42

Full Changelog: v3.0.0-beta.0...v3.0.0-beta.2