Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asyncer-io/r2dbc-mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r2dbc-mysql-1.4.0
Choose a base ref
...
head repository: asyncer-io/r2dbc-mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    9633b71 View commit details
    Browse the repository at this point in the history
  2. Update README

    Motivation:
    Released 1.4.0
    
    Modifications:
    Released 1.4.0
    
    Result:
    up-to-date
    jchrys committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    d67bf11 View commit details
    Browse the repository at this point in the history
  3. Fix Typo (#310)

    Motiviation:
    The `MysqlConnectionConfiguration#toString` has a typo: `tinyint1isBit`.
    
    Modifications:
    Corrected the typo to `tinyInt1isBit`.
    
    Result:
    Fixed.
    jchrys authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    3e76ca7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. 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
    jchrys authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    b90a453 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    8802269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae7e03 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. 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.
    jchrys authored May 18, 2025
    Configuration menu
    Copy the full SHA
    d8e8f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ad31a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. 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>
    jchrys authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    aa27a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. 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>
    hpcnt-dongko authored and jchrys committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    6492294 View commit details
    Browse the repository at this point in the history
  2. refactor(codec): remove intermediate byte array in ByteArrayInputStre… (

    #324)
    
    …amCodec
    
    Signed-off-by: jchrys <jchrys@me.com>
    jchrys authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    8b47ca5 View commit details
    Browse the repository at this point in the history
Loading