Releases: mariadb-corporation/mariadb-connector-r2dbc
Releases · mariadb-corporation/mariadb-connector-r2dbc
MariaDB R2DBC connector 0.8.4
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
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
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
This version is a first alpha release.