Skip to content

Releases: silviucpp/erlcass

v4.1.4

25 Mar 18:40

Choose a tag to compare

  • Add support for ERLCASS_USE_CCACHE env variable which significantly reducing build times (On subsequent builds of unchanged code, ccache will serve compiled objects from its cache)
  • Fix for Fails to compile with cmake v4 (#66)
  • Compilation error fix on Erlang/OTP 28 by @swizard0 in #68
  • Allow identifier to be a binary. by @eseres in #67

v4.1.3

16 Apr 12:10

Choose a tag to compare

v4.1.2

15 Apr 20:08

Choose a tag to compare

  • Upgrade cpp-driver to v2.17.1
  • Remove use_hostname_resolution config option.

v4.1.1

11 Jan 22:13

Choose a tag to compare

  • Use MacOS build caused by openssl@1.1

v4.1.0

18 Jan 22:28

Choose a tag to compare

  • Migrate from lager to OTP logger.

v4.0.9

18 Jan 22:27

Choose a tag to compare

  • Add support for cloud_secure_connection_bundle

v4.0.8

08 Nov 15:55
8eca8f3

Choose a tag to compare

v4.0.7

17 Aug 19:31

Choose a tag to compare

  • Fix compilation on architectures where char is unsigned by default #53

v4.0.6

12 Feb 21:55

Choose a tag to compare

  • Improve build scripts

v4.0.5

13 Jan 09:03

Choose a tag to compare

  • Fix compilation error under elixir 1.13