Hello,
Yesterday, we released the latest versions of our drivers.
Changelog for OSS 3.7.2:
- [bug] JAVA-2249: Stop stripping trailing zeros in ByteOrderedTokens.
- [bug] JAVA-1492: Don't immediately reuse busy connections for another request.
- [bug] JAVA-2198: Handle UDTs with names that clash with collection types.
- [bug] JAVA-2204: Avoid memory leak when client holds onto a stale TableMetadata instance.
Changelog for DSE 1.8.2 (in addition to the OSS 3.7.2 changes above):
- [bug] JAVA-2285: Add missing DseCluster.Builder overrides.
- [new feature] JAVA-2091: Implement client startup events.
- [new feature] JAVA-2094: Implement client status events.
- [improvement] JAVA-2317: Reduce log level when Insights events fail to be sent.
Changelog for DSE 2.1.1:
- [improvement] JAVA-2316: Reduce log level when Insights events fail to be sent
- [bug] JAVA-2309: Pass log prefix when invoking the request tracker from DSE handlers
The drivers are available from the usual locations:
OSS 3.7.2
=========
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.7.2</version>
</dependency>
DSE 1.8.2
=========
<dependency>
<groupId>com.datastax.dse</groupId>
<artifactId>dse-java-driver-core</artifactId>
<version>1.8.2</version>
</dependency>
DSE 2.1.1
=========
<dependency>
<groupId>com.datastax.dse</groupId>
<artifactId>dse-java-driver-core</artifactId>
<version>2.1.1</version>
</dependency>
Thanks,
The Java Driver Team