R2DBC-MYSQL-v1.1.2
mirromutth
released this
27 Feb 05:36
·
39 commits
to trunk
since this release
What's Changed
Date, Time, and Time Zone
Since 1.1.2, r2dbc-mysql
will provide date time behavior as similar as possible to mysql-connector-j
- Aligns timezone behavior with JDBC by @mirromutth in #240
- Default to use LocalDateTime for DATETIME by @mirromutth in #243
Wiki
- Now
r2dbc-mysql
wiki is available! - Slim README and link to wiki by @mirromutth in #234
LoopResources Support
Native Image Support
- Ensure GraalVM Native Build Compatibility by @jchrys in #239
- Correct workflows and pom files by @mirromutth in #247
Compression Protocol Support
- Add support for compression protocol by @mirromutth in #219
Session Status and Variables
- Add support for decoding session state info by @mirromutth in #230
- Support
sessionVariables
option by @mirromutth in #221
Bug Fixes
- Correct initialization of SSL tunnel tests by @mirromutth in #231
- Correct an unexpected fall through by @mirromutth in #238
- Add missing option localInfileBufferSize by @mirromutth in #237
CI/CD
Polishing
- Polishing and fix typo by @mirromutth in #235
Full Changelog: r2dbc-mysql-1.1.1...r2dbc-mysql-1.1.2