-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: asyncer-io/r2dbc-mysql
base: r2dbc-mysql-1.4.0
head repository: asyncer-io/r2dbc-mysql
compare: trunk
- 11 commits
- 12 files changed
- 3 contributors
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9633b71 - Browse repository at this point
Copy the full SHA 9633b71View commit details -
Motivation: Released 1.4.0 Modifications: Released 1.4.0 Result: up-to-date
Configuration menu - View commit details
-
Copy full SHA for d67bf11 - Browse repository at this point
Copy the full SHA d67bf11View commit details -
Motiviation: The `MysqlConnectionConfiguration#toString` has a typo: `tinyint1isBit`. Modifications: Corrected the typo to `tinyInt1isBit`. Result: Fixed.
Configuration menu - View commit details
-
Copy full SHA for 3e76ca7 - Browse repository at this point
Copy the full SHA 3e76ca7View commit details
Commits on Mar 23, 2025
-
fix(logging): prevent excessive MySQL warning logs (#312)
Lower MySQL warning log level from INFO to DEBUG to reduce log spam while maintaining debugging visibility. Closes #311
Configuration menu - View commit details
-
Copy full SHA for b90a453 - Browse repository at this point
Copy the full SHA b90a453View commit details
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8802269 - Browse repository at this point
Copy the full SHA 8802269View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae7e03 - Browse repository at this point
Copy the full SHA bae7e03View commit details
Commits on May 18, 2025
-
fix(test): Stringify versions to avoid incorrect Docker tag resolution (
#318) motivation: Numeric version like 5.0 resolve to '5', which pulls the latest 5.x version. This caused tests to break due to version mismatches. modifications: Stringify versions results: TestContainer now pulls the correct MySQL image, and tests run reliably.
Configuration menu - View commit details
-
Copy full SHA for d8e8f8c - Browse repository at this point
Copy the full SHA d8e8f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ad31a - Browse repository at this point
Copy the full SHA 64ad31aView commit details
Commits on Jun 11, 2025
-
chore(deploy): Migrate from OSSRH to Central Publisher Portal (#323)
Motivation: The OSSRH will reach EOL on June 30th, 2025. To continue publishing to Maven Central, migration to the Central Publisher Portal is required. Modifications: Migrated the publishing configuration from OSSRH to the Central Publisher Portal. Results: Ensured uinterrupted deployments post-OSSRH EOL. Signed-off-by: jchrys <jchrys@me.com>
Configuration menu - View commit details
-
Copy full SHA for aa27a08 - Browse repository at this point
Copy the full SHA aa27a08View commit details
Commits on Jun 28, 2025
-
Implement ByteArrayInputStreamCodec
- Fixed canEncode, doCanDecode conditions - Update Copyright Year - Add tests for ByteArrayInputStreamCodec - Implement ByteArrayInputStreamCodec Signed-off-by: dongKos <dhkim931101@naver.com> Signed-off-by: 김동환 <dhkim931101@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 6492294 - Browse repository at this point
Copy the full SHA 6492294View commit details -
refactor(codec): remove intermediate byte array in ByteArrayInputStre… (
#324) …amCodec Signed-off-by: jchrys <jchrys@me.com>
Configuration menu - View commit details
-
Copy full SHA for 8b47ca5 - Browse repository at this point
Copy the full SHA 8b47ca5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff r2dbc-mysql-1.4.0...trunk