R2DBC-MYSQL-v1.1.3
jchrys
released this
06 Apr 13:55
·
13 commits
to trunk
since this release
What's Changed
New features
- Add support for ignore lock wait timeout by @mirromutth in #259
- Add support for lockWaitTimeout and statementTimeout options by @mirromutth in #261
- Add support for SQL mode
NO_BACKSLASH_ESCAPES
by @mirromutth in #268
Bug Fixes
- Revise
RowMetaData#getColumnMetadata(String)
by @jchrys in #257 - Correct transaction statement building by @mirromutth in #252
Performance Improvement
- Add fast path for determining
Codec
by @mirromutth in #263
Refactoring
- Extract API to api package by @mirromutth in #253
- Reduce retained references to ConnectionContext by @mirromutth in #260
- Add InitFlow and move session states to context by @mirromutth in #266
Chore
- Remove invalid benchmark by @jchrys in #265
- Consistent spelling style by @mirromutth in #262
- Upgrade dependencies by @mirromutth in #256
Documentation
CI/CD
- Make
upgrade_native_image_version.sh
Executable by @jchrys in #270 - Skip Checkstyle for Local Staging by @jchrys in #271
- Remove Unnecessary Stage-Release Step by @jchrys in #272
- Skip deploying build-tools by @jchrys in #273
- Apply TestContainer by @jchrys in #264
- Correct version auto-update in workflow by @mirromutth in #248
- Implementing Checkstyle by @jchrys in #208
- Fix Deploy by @jchrys in #250
Full Changelog: r2dbc-mysql-1.1.2...r2dbc-mysql-1.1.3