Skip to content

Releases: gsmlg-dev/concord

Release v1.0.0

09 Dec 03:03

Choose a tag to compare

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

Release v0.2.0

30 Oct 18:28
6a9edb6

Choose a tag to compare

Changes in v0.2.0

This release was created automatically from the release workflow.

Installation

Add concord to your dependencies in mix.exs:

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

Documentation

Documentation is available at: https://hexdocs.pm/concord/0.2.0

Release v0.1.3

18 Oct 19:08

Choose a tag to compare

Changes in v0.1.3

This release was created automatically from the release workflow.

Installation

Add concord to your dependencies in mix.exs:

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

Documentation

Documentation is available at: https://hexdocs.pm/concord/0.1.3