Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Dec 03:03

Concord v1.0.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 1.0.0"}
  ]
end

Documentation

Features

  • Distributed, strongly-consistent embedded key-value store
  • Raft consensus algorithm via Ra
  • 600K+ ops/sec performance
  • HTTP REST API with OpenAPI documentation
  • Token-based authentication and RBAC
  • TTL support, compression, and bulk operations

What's Changed

  • feat: Add comprehensive E2E test suite with multi-node distributed testing by @gsmlg in #4

Full Changelog: v0.2.0...v1.0.0