Skip to content

Releases: cqerl/cqerl

v1.1.3

12 Jun 12:05

Choose a tag to compare

Bump version to 1.1.3

Erlang 21.x and automated builds

11 Dec 19:13

Choose a tag to compare

  • This build makes CQErl work with Erlang 21.X, mostly by updating the dependencies.
  • Makefile as well as all common tests now all uses rebar3
  • Automated CircleCI builds run on each commits, and make sure tests don't break

v1.0.8

29 Sep 20:09

Choose a tag to compare

Update rebar.config

v1.0.7: Merge pull request #141 from waisbrot/rebar3

29 Sep 19:39

Choose a tag to compare

v1.0.6: Merge pull request #140 from chrzaszcz/master

24 Aug 23:37

Choose a tag to compare

Fix expected message format for the preparation_failed notification

v1.0.5: Merge pull request #135 from matehat/new-status-codes

28 Apr 19:40

Choose a tag to compare

v1.0.1: Merge pull request #106 from bvjebin/patch-1

11 Jul 17:40

Choose a tag to compare

Added new commit hash for snappy

1.0

12 May 19:41

Choose a tag to compare

1.0

New features:

  • Cluster support
  • Improved, bottleneck-free client allocation with cqerl:get_client/0,1,2

If you want to keep using the old client allocation mechanism, set a new system configuration for {mode, pooler}

0.10.0

12 Apr 14:13

Choose a tag to compare

  • New client allocation mechanism #88
  • Bug fixes

v0.9.0-beta1

12 Feb 22:46

Choose a tag to compare

v0.9.0-beta1 Pre-release
Pre-release
Merge pull request #71 from bernardd/fix_client_startup_race

Fix client startup race