---
title: "MariaDB Java Connectors 3.0.6 and 2.7.6 now available"
publish_date: 2022-06-29
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "MariaDB Connector/Java"
    url: "/resources/blog/tag/mariadb-connector-java.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB Java Connectors 3.0.6 and 2.7.6 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 3.0.6 and 2.7.6 GA releases.

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

## Release Notes

### MariaDB Connector/Java 3.0.6

MariaDB Connector/Java 3.0.6 is a Stable (GA) release. Notable changes in this release include:

- The initSql connection parameter has been added.
- The pipelining and bulk optimizations can now be used when allowLocalInfile is enabled as long as the statements do not include LOAD LOCAL INFILE commands. Excluding statements that include LOAD LOCAL INFILE commands is done automatically to prevent performance regression.

- [Full Release Notes for MariaDB Connector/Java 3.0.6](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-3-0/3-0-6/)

### MariaDB Connector/Java 2.7.6

MariaDB Connector/Java 2.7.6 is a Stable (GA) release. Notable changes in this release include:

- Starting with this release, some of MariaDB Connector/J’s important log messages include the connection ID for easier correlation when comparing against the server-side logs.

- [Full Release Notes for MariaDB Connector/Java 2.7.6](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-2-7/2-7-6/)

---

See the [Connector/Java 3.0.6](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-3-0/3-0-6/) and [Connector/Java 2.7.6](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-2-7/2-7-6/) release notes pages 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.