Releases: asyncer-io/r2dbc-mysql
Releases · asyncer-io/r2dbc-mysql
R2DBC-MYSQL-v1.0.1
📝 What's Changed
- Bug Fix: Properly decode union of JSON columns as strings for MySQL 5.7.x by @jchrys (#93)
- Removed deprecated EmitterProcessor from Reactor by @jchrys (#75)
- Deprecate SOCKET_TIMEOUT option by @jchrys (#95)
Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.
🎉 New Contributors
- @svats0001 made their first contribution in Handling int fields from MySQL OK_Packets
- @saurabhyadav1985 made their first contribution in Adding unit tests GitHub Actions for Java 11 and Java 17
Full Changelog: Link
R2DBC-MYSQL-v0.9.2
📝 What's Changed
- Bug Fix: Properly decode union of JSON columns as strings for MySQL 5.7.x by @jchrys
- Removed deprecated EmitterProcessor from Reactor by @jchrys
- Deprecate SOCKET_TIMEOUT option by @jchrys
Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.
🎉 New Contributors
- @svats0001 made their first contribution in Handling int fields from MySQL OK_Packets
- @saurabhyadav1985 made their first contribution in Adding unit tests GitHub Actions for Java 11 and Java 17
Full Changelog: Link
R2DBC-MYSQL-v1.0.0
📝 What's Changed
- Support latest
r2dbc-spi
Result::getRowsUpdated()
now returns long instead of int- Applied custom
NotNullByDefault
Annotation - Applied lazy loading on MySqlAuthProvider instances to reduce memory footprint
- Removed unnecessary dependencies (reactor-extra)
Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.
🎉 New Contributors
- @Soumya-Kushwaha made their first contribution in #69
Full Changelog: Link
R2DBC-MYSQL-v0.9.1
Changes
Supports io.r2dbc.r2dbc-spi:0.9.1.RELEASE
(includes bugfixes, for details please refer link)
Fixed benchmark
Removed short lived instance to reduce garbage
Details could be found in: https://github.com/asyncer-io/r2dbc-mysql/milestone/3?closed=1
R2DBC-MYSQL-v0.9.0
Changes
- Supports io.r2dbc.r2dbc-spi:0.9.0.RELEASE
- Up-to-date with various dependencies
- Supports io.r2dbc.r2dbc-spi.Parameter
- Fixed Broken Unit tests and Integration tests.
- Set up new CI/CD pipelines.
Details could be found in: https://github.com/asyncer-io/r2dbc-mysql/milestone/2?closed=1