Skip to content

YugabyteDB Smart JDBC Driver 42.3.5-yb-6

Latest
Compare
Choose a tag to compare
@ashetkar ashetkar released this 16 Jul 11:15

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

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

What's Changed

  • Fix for ArrayOutOfBoundsException seen in previous version of the driver. GH Issue
  • Refactoring of LB specific code to make adding future enhancements easier and for better maintenance.

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