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.1.3
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.2.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 6, 2024

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

Commits on Jul 25, 2024

  1. Add CodeQL GitHub Action (#280)

    Motivation:
    Integrate CodeQL for automated code analysis to enhance security and
    code quality.
    
    Modifications:
    Add GitHub Action
    
    Result:
    Maintain high standards of code security and quality in the project.
    jchrys authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bcd95f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508d6c3 View commit details
    Browse the repository at this point in the history
  3. feat: support config AddressResolverGroup in r2dbc-mysql (#279)

    Motivation:
    Currently,`AddressResolverGroup` can't be configured. The DnsResolver
    default start address listen to "0.0.0.0", which may have some security
    risks.
    also see netty/netty#11061
    
    Modification:
    Add `AddressResolverGroup` in Client's connect method
    
    ---------
    
    Signed-off-by: ZhangJian He <shoothzj@gmail.com>
    hezhangjian authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e37cbdd View commit details
    Browse the repository at this point in the history
  4. Prepare Next Release (#281)

    Motivation:
    Will Introduce new feature.
    
    Modification:
    Set Version 1.2.0
    
    Result:
    Version 1.2.0
    jchrys authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a5ada25 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Support MySQL 8.4 and 9.0 (#283)

    Motivation:
    Add compatibility for the newer MySQL versions 8.4 and 9.0 to ensure the
    connector works with the latest MySQL features and improvements.
    
    Modifications:
    - Added tests to verify functionality with MySQL 8.4 and 9.0.
    
    Result:
    Ensures compatibility with MySQL 8.4 and 9.0.
    jchrys authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    17fe67b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    ef9ee1d View commit details
    Browse the repository at this point in the history
Loading