Skip to content

Releases: asyncer-io/r2dbc-mysql

R2DBC-MYSQL-v1.0.0

02 Apr 15:22
Compare
Choose a tag to compare

📝 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

Full Changelog: Link

R2DBC-MYSQL-v0.9.1

21 Mar 06:07
Compare
Choose a tag to compare

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

12 Mar 21:07
Compare
Choose a tag to compare

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