Releases: silviucpp/erlcass
Releases · silviucpp/erlcass
v4.1.4
- Add support for
ERLCASS_USE_CCACHEenv 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
- Downgrade to cpp-driver v2.17.0 because of https://datastax-oss.atlassian.net/jira/software/c/projects/CPP/issues/CPP-995
v4.1.2
v4.1.1
v4.1.0
v4.0.9
v4.0.8
- Update cpp-driver to 2.16.2
- Add support to avoid creating tombstones while inserting data using prepared statements (https://github.com/silviucpp/erlcass/wiki/Null-bindings-on-prepared-statements-and-undesired-tombstone-creation).