What's Changed
💥 Breaking Changes
- Added Support for
tinyInt1isBit
property by @jchrys in #300, #308- Signed
TINYIINT(1)
is now treated as boolean by default. to disable this behavior, set the propertytinyInt1isBit=false
. - This change aligns with the behavior of MySQL Connector/J. (https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-result-sets.html, https://bugs.mysql.com/bug.php?id=100309)
- Configuration Wiki: https://github.com/asyncer-io/r2dbc-mysql/wiki/configuration-options#tinyint1isbit
- Signed
🐛 Bug Fixes
🔄 Compatibility
🚀 Enhancements & Dependencies
- Refactored
create
method ofMySQLConnectionFactory
by @JohnNiang in #301 - use ubuntu-latest by @jchrys in #302
- Upgrade Project Reactor to
2024.0.3
by @jchrys in #305 - Upgrade Maven to the latest version by @jchrys in #306
Full Changelog: r2dbc-mysql-1.3.2...r2dbc-mysql-1.4.0