Erlcass Versions Save

High-Performance Erlang Cassandra driver based on DataStax cpp-driver

v4.0.3

2 years ago
  • Fix for OTP 24 build

v4.0.2

3 years ago

v4.0.1

3 years ago
  • Fix building on OTP 23 or newer.
  • Fix build on OSX Catalina

v4.0.0

4 years ago

Note: This is a major update due to upgrade of the cpp-driver to a major version which use a different internal architecture.

  • Update cpp-driver to 2.13.0

  • Add support for speculative execution (see speculative_execution_policy)

  • Removed deprecated cluster configs:

    • queue_size_event
    • max_connections_host
    • reconnect_wait_time
    • max_concurrent_creation
    • max_requests_threshold
    • requests_per_flush Add support for new cluster configs (for more details see wiki):
    • constant_reconnect
    • exponential_reconnect
    • coalesce_delay
    • request_ratio
    • max_schema_wait_time
    • token_aware_routing_shuffle_replicas
    • use_hostname_resolution
    • speculative_execution_policy
    • max_reusable_write_objects
  • Removed deprecated retry policy: downgrading_consistency

v3.2.6

4 years ago
  • Fix hex.pm package
  • Cleaned the code using cppcheck and cpplint

v3.2.5

4 years ago

v3.2.4

5 years ago
  • Fix a critical memory issue discovered by running the VM in debug mode.
  • Update lager

v3.2.3

5 years ago
  • Add Trevis CI (Thanks to Gonçalo Tomás)
  • Add the proper fix for libuv-dev on Ubuntu > 14.04
  • Update lager

v3.2.2

5 years ago
  • Fix the way libuv-dev is installed on Ubuntu > 14.04 (Thanks to Gonçalo Tomás)

v3.2.1

5 years ago
  • Fix for hex package