This is a read-only copy of the MariaDB Knowledgebase generated on 2025-02-22. For the latest, interactive version please visit https://mariadb.com/kb/.

MariaDB Connector/R2DBC 1.2.1 Release Notes

Overview

MariaDB Connector/R2DBC is a non-blocking interface between Java applications and MariaDB Server. MariaDB Connector/R2DBC enables the development of Java 8+ applications for MariaDB database products.

MariaDB Connector/R2DBC 1.2.1 was released on 2024-06-24. This release is of GA (generally available) maturity. It is compatible with MariaDB Connector/R2DBC 1.1 and is the maintenance path for version 1.1. This release is compatible with R2DBC 1.0.0 specification.

Notable Changes

  • Adding missing UUID Object support (R2DBC-96)

Issues Fixed

  • NPE if No HaMode provided (R2DBC-97)
  • Correcting possible bug connecting if project contain a project.properties file (R2DBC-98)
  • No encoding set for ByteBuffer parameter (R2DBC-99)
  • Wrong default return type for MySQL JSON fields (R2DBC-101)
  • Avoid netty unneeded dependencies (R2DBC-102)

Resources

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.