---
title: "MariaDB Java Connector 3.5.10, 3.4.4, 3.3.6, and 2.7.15 now available"
publish_date: 2026-07-29
author: "Daniel Bartholomew"
channel:
  - name: "Product"
    url: "/resources/blog/channel/product.md"
tags:
  - name: "Connector releases"
    url: "/resources/blog/tag/connector-releases.md"
  - name: "MariaDB Connector/Java"
    url: "/resources/blog/tag/mariadb-connector-java.md"
---

# MariaDB Java Connector 3.5.10, 3.4.4, 3.3.6, and 2.7.15 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/J 3.5.10, 3.4.4, 3.3.6, and 2.7.15 releases.

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

## Release Notes and Changelogs

### MariaDB Connector/J 3.5.10

- [MariaDB Connector/Java 3.5.10 Release Notes](https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.10)
- [MariaDB Connector/Java 3.5.10 Changelog](https://mariadb.com/docs/release-notes/connectors/java/changelogs/3.5/3.5.10)

Notable items in this release include:

- Add the maxAllowedPacket connection option, bounding the size of packets the driver sends and accepts
- Add the maxAllowedColumns connection option, bounding the server-announced column count (report by fg0x0)
- Add Infer static analysis to CI
- Fixes for various issues

### MariaDB Connector/J 3.4.4

- [MariaDB Connector/Java 3.4.4 Release Notes](https://mariadb.com/docs/release-notes/connectors/java/3.4/3.4.4)
- [MariaDB Connector/Java 3.4.4 Changelog](https://mariadb.com/docs/release-notes/connectors/java/changelogs/3.4/3.4.4)

Notable items in this release include:

- Add the maxAllowedColumns connection option, bounding the server-announced column count (report by fg0x0)
- Fixes for various issues

### MariaDB Connector/J 3.3.6

- [MariaDB Connector/Java 3.3.6 Release Notes](https://mariadb.com/docs/release-notes/connectors/java/3.3/3.3.6)
- [MariaDB Connector/Java 3.3.6 Changelog](https://mariadb.com/docs/release-notes/connectors/java/changelogs/3.3/3.3.6)

Notable items in this release include:

- Add the maxAllowedColumns connection option, bounding the server-announced column count (report by fg0x0)
- Fixes for various issues

### MariaDB Connector/J 2.7.15

- [MariaDB Connector/Java 2.7.15 Release Notes](https://mariadb.com/docs/release-notes/connectors/java/2.7/2.7.15)
- [MariaDB Connector/Java 2.7.15 Changelog](https://mariadb.com/docs/release-notes/connectors/java/changelogs/2.7/2.7.15)

Notable items in this release include:

- Add the maxAllowedColumns connection option, bounding the server-announced column count (report by fg0x0)
- Fixes for various issues

---

See the release notes and changelogs for more details and visit [mariadb.com/downloads/connectors/connectors-data-access/java8-connector/](https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector/) to download.