Skip to content

YugabyteDB Smart JDBC Driver 42.3.5-yb-5

Compare
Choose a tag to compare
@ashetkar ashetkar released this 07 Jun 09:57
· 626 commits to master since this release

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-5</version>
</dependency>

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

What's Changed

  • Add a provision in driver to try another server on login timeout by @kneeraj in #21

Full Changelog: v42.3.5-yb-4...v42.3.5-yb-5