Release Notes for MariaDB Connector/R2DBC 1.0.2

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.0.2 was released on 2021-07-19. This release is compatible with R2DBC 0.8.5 specification.

Notable Changes

  • Columns of type Bit(1) and TINYINT(1) are by default converted to Boolean when getting value without type (new option tinyInt1isBit reverts this behavior). (R2DBC-24)

Issues Fixed

  • Statement::add not needed after the last binding, as stated in the specification (R2DBC-25)

  • Errors like too many connections are not handled correctly on socket creation (R2DBC-26)

  • Some options are not parsed when using a connection string. (R2DBC-27)

  • Mutual authentication not done when using sslMode=TRUST. (R2DBC-28)

  • Connection fails to be created when using Native Password plugin after authentication switch. (R2DBC-30)

  • A negative duration value can result in storing wrong data. (R2DBC-31)