---
title: "MariaDB Java Connector 2.7.5 now available"
publish_date: 2022-01-19
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "Connector/J"
    url: "/resources/blog/tag/connector-j.md"
  - name: "MariaDB Connectors"
    url: "/resources/blog/tag/mariadb-connectors.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB Java Connector 2.7.5 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 2.7.5 GA release.

**[Download Now](https://staging-mdb.com/downloads/connectors/connectors-data-access/java8-connector/)**

## Release Notes

### MariaDB Connector/Java 2.7.5

- [Release Notes for MariaDB Connector/Java 2.7.5](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-2-7/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/](https://staging-mdb.com/downloads/connectors/connectors-data-access/java8-connector/) to download.