Releases: asyncer-io/r2dbc-mysql
Releases · asyncer-io/r2dbc-mysql
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