Release Notes for MariaDB Connector/R2DBC 1.2.1

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)