[RELEASE] ScyllaDB Java Driver 3.11.5.7

The ScyllaDB team announces release of ScyllaDB Java Driver 3.11.5.7.
This is a late release post for both versions 3.11.5.6 and 3.11.5.7.
If possible it is advised to use the newer major version of the driver, like 4.19.0.1.
Previous release post: 3.11.5.5

3.11.5.7

  • Mostly bugfixes. No significant features were implemented.

Detailed changelog is available here.

3.11.5.6

  • Tablet map listener’s logger now uses DEBUG log level instead of INFO (#431). Make sure to adjust if your application relies on those logs.
  • A certain bug regarding statements metadata was fixed. Cassandra Native Protocol 4 features an optimization that allows to skip result metadata (see for example 4.1.4). For certain queries this optimization will be now disabled in order to ensure correctness (#463).

Detailed changelog is available here.

———————————————

Latest code, tagged versions and full history can be checked out on GitHub:
https://github.com/scylladb/java-driver/tree/scylla-3.x

Check out “Getting the driver” section for how to incorporate the driver in your project: