Skip to content

Releases: yugabyte/cassandra-java-driver

4.15.0-yb-1

11 Aug 11:18
Compare
Choose a tag to compare

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

14 Mar 12:35
Compare
Choose a tag to compare

4.6.0-yb-12 release

   <dependency>
      <groupId>com.yugabyte</groupId>
      <artifactId>java-driver-core</artifactId>
      <version>4.6.0-yb-12</version>
   </dependency>

4.6.0-yb-11

27 Jun 23:09
Compare
Choose a tag to compare

4.6.0-yb-11-release

  • A new methodrefreshSchemaWithTimeout 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

08 Nov 20:52
Compare
Choose a tag to compare

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>