Skip to content

Releases: mariadb-corporation/mariadb-connector-r2dbc

MariaDB R2DBC version 1.0.1

10 Mar 15:32

Choose a tag to compare

1.0.1 (09 Mar 2021)

Full Changelog

Changes:

  • [R2DBC-16] Ensure connection autocommit initialisation and new option autocommit

Corrections:

  • [R2DBC-17] Transactions in query flux might not be persisted
  • [R2DBC-19] Data bigger than 16Mb correction.

MariaDB R2DBC connector 0.8.4

29 Sep 15:05

Choose a tag to compare

First Release candidate release.

main changes:

  • [R2DBC-9] Non pipelining prepare is close 2 time when race condition cache
  • [R2DBC-8] synchronous close
  • [R2DBC-7] authentication error when using multiple classloader
  • [R2DBC-6] socket option configuration addition for socket Timeout, keep alive and force RST

MariaDB R2DBC connector 0.8.3

24 Jul 10:35

Choose a tag to compare

First Beta release.

This version had a strong focus on correction and optimization.

Changes compared to 0.8.2.alpha1:

  • Corrections and optimisations (coverage changes from 40% to 85%)
  • new option pamOtherPwd to permit PAM authentication with multiple steps.
  • Rely on 0.8.2 specification (was 0.8.1)

MariaDB java connector 0.8.2

08 May 20:31

Choose a tag to compare

Pre-release

Second alpha version.

New options :

option description type default
allowPipelining Permit to send queries to server without waiting for previous query to finish boolean true
useServerPrepStmts Permit to indicate to use text or binary protocol for query with parameter boolean false
prepareCacheSize if useServerPrepStmts = true, cache the prepared informations in a LRU cache to avoid re-preparation of command. Next use of that command, only prepared identifier and parameters (if any) will be sent to server. This mainly permit for server to avoid reparsing query. int 256

MariaDB java connector 0.8.1

23 Mar 14:25

Choose a tag to compare

Pre-release

This version is a first alpha release.