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: r2dbc-mysql-1.4.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 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
Loading