Skip to content

Release v3.0.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:36
260053b

Concord v3.0.0-beta.5

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 3.0.0-beta.5"}
  ]
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: enforce transaction key limits by @gsmlg in #50

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