-
Notifications
You must be signed in to change notification settings - Fork 84
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 52 files changed
- 5 contributors
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b64cf12 - Browse repository at this point
Copy the full SHA b64cf12View commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fb8c21c - Browse repository at this point
Copy the full SHA fb8c21cView commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eeac5f7 - Browse repository at this point
Copy the full SHA eeac5f7View commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 15934bd - Browse repository at this point
Copy the full SHA 15934bdView commit details
Commits on Mar 20, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 80ca379 - Browse repository at this point
Copy the full SHA 80ca379View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee267f - Browse repository at this point
Copy the full SHA dee267fView commit details
Commits on Mar 21, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1405f56 - Browse repository at this point
Copy the full SHA 1405f56View commit details -
chore(main): release 1.18.0 (#1247)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be8fd06 - Browse repository at this point
Copy the full SHA be8fd06View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.17.0...v1.18.0