Thanks to visit codestin.com
Credit goes to github.com

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-python-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-python-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 8 commits
  • 52 files changed
  • 5 contributors

Commits on Feb 24, 2025

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

Commits on Feb 25, 2025

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

Commits on Mar 18, 2025

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

Commits on Mar 19, 2025

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

Commits on Mar 20, 2025

  1. refactor: Use new ConnectSettings.DnsNames field determine the DNS Na…

    …me of the instance. (#1242)
    
    The Cloud SQL Instance ConnectSettings added a new field `dns_names` which contains a list of valid
    DNS names for an instance. The Python Connector will use these DNS names, falling back to the old
    `dns_name` field if `dns_names` is not populated. 
    
    Other connectors use this DNS name for hostname validation for the instance's TLS server certificate. However, 
    the python connector does not perform hostname validation due to limitations of python's TLS library. 
    See also: GoogleCloudPlatform/cloud-sql-go-connector#954
    hessjcg authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    80ca379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee267f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. feat: reset connection when the DNS record changes (#1241)

    If the connector is configured with a domain name, when that domain name record changes to
    resolve to a new instance, the connector should detect that change, close all connections to the old
    instance, and create connections to the new instance.
    jackwotherspoon authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    1405f56 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.18.0 (#1247)

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