Skip to content

YugabyteDB Smart JDBC Driver 42.3.5-yb-8

Latest
Compare
Choose a tag to compare
@ashetkar ashetkar released this 01 Oct 12:29
b42efc6

This driver is based on the PostgreSQL driver and forked from https://github.com/pgjdbc/pgjdbc

Also, available on the maven coordinates:

<dependency>
    <groupId>com.yugabyte</groupId>
    <artifactId>jdbc-yugabytedb</artifactId>
    <version>42.3.5-yb-8</version>
</dependency>

Driver documentation link: https://docs.yugabyte.com/latest/integrations/smart-driver/

What's Changed

  • Support for connection load balancing across read-replica cluster nodes by @ashetkar in #22
  • Set the default loadBalance to LoadBalanceType.FALSE by @ashetkar in #23

Full Changelog: v42.3.5-yb-6...v42.3.5-yb-8