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: GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.1
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.24.0
Choose a head ref
  • 8 commits
  • 51 files changed
  • 6 contributors

Commits on Feb 25, 2025

  1. fix: use daemon threads internally (#2118)

    * chore(csql): use daemon threads internally
    kgala2 authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c82d4ca View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. feat: Automatically reset DNS-configured connections on DNS change (#…

    …2056)
    
    test: Update the FakeSslServer and test harnesses for switchover tests.
    
    This adds the ability to create a second server with different certifictates for use 
    in a switchover test.
    
    See also: GoogleCloudPlatform/cloud-sql-go-connector#844
    hessjcg authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    88631fc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. fix: Add GraalVM configuration for the JDK's DNS Resolver. (#2123)

    This fixes the GraalVM distribution so that it can resolve DNS Names. GraalVM
    needed the JDK's built-in DNS implementation to be explicitly configured, because
    the DNS implementation classes are only referenced indirectly through reflection.
    hessjcg authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    d276672 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. chore: audit csql test instances (#2117)

    * chore: update mysql iam and postgres iam references
    
    
    ---------
    
    Co-authored-by: Jack Wotherspoon <[email protected]>
    kgala2 and jackwotherspoon authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    31917a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. feat: Use standard TLS hostname validation for instances with DNS nam…

    …es. (#2125)
    
    When the Cloud SQL Instance reports that it has a DNS Name, the connector will use standard TLS hostname 
    validation when checking the server certificate. Now, the server's TLS certificate must contain a SAN record 
    with the instance's DNS name.
    
    The ConnectSettings API added a field dns_names which contains all of the valid DNS names for
    an instance.
    
    See also GoogleCloudPlatform/cloud-sql-go-connector#954
    hessjcg authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    a892017 View commit details
    Browse the repository at this point in the history
  2. deps: Update Non-major dependencies (#2115)

    * deps: Update Non-major dependencies
    
    * deps: Add explicit version for gson to resolve divergent versions in transient dependencies.
    
    ---------
    
    Co-authored-by: Jonathan Hess <[email protected]>
    renovate-bot and hessjcg authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    3f91c24 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.23.2-SNAPSHOT (#2114)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    5cf12c1 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.24.0 (#2126)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    3eda142 View commit details
    Browse the repository at this point in the history
Loading