---
title: "MariaDB R2DBC Connector 1.1.3 now available"
publish_date: 2022-12-23
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "Connector/R2DBC"
    url: "/resources/blog/tag/connector-r2dbc.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB R2DBC Connector 1.1.3 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/R2DBC 1.1.3 GA release.

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

## Release Notes

### MariaDB Connector/R2DBC 1.1.3

MariaDB Connector/R2DBC 1.1.3 is a Stable (GA) release.

Notable changes in this release include:

- To support the R2DBC 1.0.0 specification, the following implementation has been added or changed: 
    - Result.getRowsUpdated() now returns Mono&lt;Long&gt;. Prior to this release, Result.getRowsUpdated() returned Mono&lt;Integer&gt;
- The default Netty hostname verifier is now used. Prior to this release, a custom hostname verifier was used.
- Add SSL Tunnel mode: 
    - New sslMode option tunnel (or TUNNEL) enables use of a preexisting SSL tunnel
    - New option sslContextBuilderCustomizer supports customizing SSL Context Builder

- [Full Release Notes for MariaDB Connector/R2DBC 1.1.3](https://staging-mdb.com/docs/release-notes/mariadb-connector-r2dbc/1-1-3/)

See the [Connector/R2DBC 1.1.3](https://staging-mdb.com/docs/release-notes/mariadb-connector-r2dbc/1-1-3/) release notes page for details and visit [mariadb.com/downloads/connectors/connectors-data-access/r2dbc-connector/](https://staging-mdb.com/downloads/connectors/connectors-data-access/r2dbc-connector/) to download.