Releases: yugabyte/cassandra-java-driver
Releases · yugabyte/cassandra-java-driver
4.15.0-yb-1
4.15.0-yb-1 release
- Upgrade to v4.15 of the upstream datastax-java driver
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.15.0-yb-1</version>
</dependency>
4.6.0-yb-12
4.6.0-yb-12 release
- Added support for custom double and long codecs.
- Fix for a bug in gathering replicas of a partition.
- Other fixes.
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.6.0-yb-12</version>
</dependency>
4.6.0-yb-11
4.6.0-yb-11-release
- A new method
refreshSchemaWithTimeout
is added to the Session object so that the caller can specify timeout and avoid indefinite hang. - DB-2661 Allow primary key column with
VARINT
in partition aware policy - Other fixes.
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.6.0-yb-11</version>
</dependency>
4.6.0-yb-10
4.6.0-yb-10 Release
- New base class
YugabyteDefaultLoadBalancingPolicy
provided which handles the management of livenodes according to YugabyteDB cluster topology LocalDC
value is no longer mandatory for CqlSession instantiation- Default ConsistencyLevel in PartitionAwarePolicy is changed to
YB_STRONG
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.6.0-yb-10</version>
</dependency>