Skip to content

Releases: asyncer-io/r2dbc-mysql

R2DBC-MYSQL-v1.0.5

12 Oct 13:15
Compare
Choose a tag to compare

📝 What's Changed

Enhancements and Updates

  • Added Support for providing configuration option for supplying password function by @bhosale #157

Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

🎉 New Contributors

Full Changelog: r2dbc-mysql-1.0.4...r2dbc-mysql-1.0.5

R2DBC-MYSQL-v0.9.6

12 Oct 13:15
Compare
Choose a tag to compare

📝 What's Changed

Enhancements and Updates

  • Added Support for providing configuration option for supplying password function by @bhosale #157

Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

🎉 New Contributors

Full Changelog: r2dbc-mysql-0.9.5...r2dbc-mysql-0.9.6

R2DBC-MYSQL-v1.0.4

06 Oct 18:11
Compare
Choose a tag to compare

📝 What's Changed

➕ Enhancements and Updates

  • Support for JDK21 #150

🐛 Bug Fixes

  • Reverted Breaking changes that introduced in the last version #152

Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

Full Changelog: r2dbc-mysql-1.0.3...r2dbc-mysql-1.0.4

R2DBC-MYSQL-v0.9.5

06 Oct 18:10
Compare
Choose a tag to compare

📝 What's Changed

➕ Enhancements and Updates

  • Support for JDK21 #154

🐛 Bug Fixes

  • Reverted Breaking changes that introduced in the last version #155

Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

Full Changelog: r2dbc-mysql-0.9.4...r2dbc-mysql-0.9.5

R2DBC-MYSQL-v1.0.3

19 Sep 13:48
Compare
Choose a tag to compare

❗Important Notice

In this version, a significant change(#135) has been made to the default codecs, resulting in an issue reported at #151.
Please be informed that this change will be reverted in the upcoming release (v1.0.4).

Therefore, we strongly advise against using this version unless you are familiar with the breaking changes it introduces.

📝 What's Changed

🐛 Bug Fixes

  • Bug fixed: Fix Connection prematurely closed #144

➕ Enhancements and Updates

  • Upgrade to Reactor BOM 2022.0.9 #132
  • Set LocalDateTime as Default Java Type for TIMESTAMP/DATETIME #135
  • Support for MySQL 8.1 #143

Including 14 Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

🎉 New Contributors

Full Changelog: r2dbc-mysql-1.0.2...r2dbc-mysql-1.0.3

R2DBC-MYSQL-v0.9.4

19 Sep 13:48
Compare
Choose a tag to compare

❗Important Notice

In this version, a significant change(#135) has been made to the default codecs, resulting in an issue reported at #151.
Please be informed that this change will be reverted in the upcoming release (v0.9.5).

Therefore, we strongly advise against using this version unless you are familiar with the breaking changes it introduces.

📝 What's Changed

🐛 Bug Fixes

  • Bug fixed: Fix Connection prematurely closed #144

➕ Enhancements and Updates

  • Upgrade to Reactor BOM 2022.0.9 #132
  • Set LocalDateTime as Default Java Type for TIMESTAMP/DATETIME #135
  • Support for MySQL 8.1 #143

Including 14 Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

🎉 New Contributors

Full Changelog: r2dbc-mysql-0.9.3...r2dbc-mysql-0.9.4

R2DBC-MYSQL-v1.0.2

30 May 19:19
Compare
Choose a tag to compare

📝 What's Changed

  • Bug fixed: Fix request queue delaying by @jchrys in #119
  • enhancement: replace ReactorNettyClient#Identity() with Function.identity() by @DieMass in #116

Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

🎉 New Contributors

Full Changelog: r2dbc-mysql-1.0.1...r2dbc-mysql-1.0.2

R2DBC-MYSQL-v0.9.3

30 May 19:19
Compare
Choose a tag to compare

📝 What's Changed

  • Bug fixed: Fix request queue delaying by @jchrys in #122
  • Enhancement: replace ReactorNettyClient#Identity() with Function.identity() by @DieMass in #121

Including Various updates and improvements throughout the codebase, including bug fixes and performance enhancements.

🎉 New Contributors

Full Changelog: r2dbc-mysql-0.9.2...r2dbc-mysql-0.9.3

R2DBC-MYSQL-v1.0.1

22 Apr 22:37
Compare
Choose a tag to compare

📝 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

Full Changelog: Link

R2DBC-MYSQL-v0.9.2

22 Apr 22:37
Compare
Choose a tag to compare

📝 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

Full Changelog: Link