MariaDB Java Connector 2.7.5 now available
Posted on January 19, 2022 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 2.7.5 GA release.
Release Notes
MariaDB Connector/Java 2.7.5
MariaDB Connector/Java 2.7.5 is a Stable (GA) release. Notable changes in this release include:
- The connection ID is now included in important log messages. This allows the messages to be more easily correlated with messages in the MariaDB Server log.
- The connect call does not set the session_track_schema system variable anymore, which is the MariaDB Server default.
Issues fixed in this release include:
- When MariaDB Connector/J connects to MariaDB Xpand, error message [1036] Unknown variable: session_track_schema is logged.
- When a socket fails in a Connection Pool, the other connections in the pool are not validated before use.
- Options useBatchMultiSend and usePipelineAuth are disabled without reason for the standard RDS instance.
See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/java8-connector/ to download.