Release R2DBC-MYSQL-v1.4.2 · asyncer-io/r2dbc-mysql (original) (raw)
What's Changed
Features
- Auth: Added RSA encryption support for
caching_sha2_passwordover non-SSL connections by @svats0001 in #327 (resolves #326) - Codecs: Added
ByteArrayInputStreamcodec by @dongKos in #316
Fixes
- SSL: Restored
VERIFY_CAcompatibility with Netty 4.2 by @jchrys in #340 (fixes #335)- Netty 4.2 changed the default
endpointIdentificationAlgorithmfromnulltoHTTPS, which forced hostname verification and brokeSslMode.VERIFY_CA. The algorithm is now explicitly set tonullto preserve the previous behavior.
- Netty 4.2 changed the default
New Contributors
- @dongKos made their first contribution in #316
- @svats0001 made their first contribution in #327
Full Changelog: r2dbc-mysql-1.4.1...r2dbc-mysql-1.4.2