MariaDB Connector/J 3.0.8 Release Notes

You are viewing an old version of this article. View the current version here.

Note: This page describes features in an unreleased version of MariaDB Connector/J.

Unreleased means there are no official packages or binaries available for download which contain the features. The source code is available on GitHub.

MariaDB Connector/J 3.0.8 is a Stable (GA) release.

For an overview of MariaDB Connector/J see the About MariaDB Connector/J page

Notable Changes

  • `CONJ-1010` improve client side prepared parameter parameter substitution

Bugs Fixed

  • `CONJ-997` regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
  • `CONJ-1002` 2nd failover reconnection ignores default database/schema setting when not set by connection string
  • `CONJ-1003` replication configuration always use 1st replica on 3.0
  • `CONJ-996` BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
  • `CONJ-1006` disabling cachePrepStmts with useServerPrepStmts might result in Exception
  • `CONJ-1007` Socket file descriptors are leaked after connecting with unix socket if DB is not up running
  • `CONJ-999` setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

Changelog

For a complete list of changes made in MariaDB Connector/J 3.0.8, with links to detailed information on each push, see the changelog.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.