-
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.14.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.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 25 files changed
- 3 contributors
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ca72db - Browse repository at this point
Copy the full SHA 9ca72dbView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f99661e - Browse repository at this point
Copy the full SHA f99661eView commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c9a73e - Browse repository at this point
Copy the full SHA 5c9a73eView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1dd2804 - Browse repository at this point
Copy the full SHA 1dd2804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968b6b2 - Browse repository at this point
Copy the full SHA 968b6b2View commit details -
feat: improve aiohttp client error messages (#1201)
By default, aiohttp on bad requests will discard response body and output generic error message in response, Bad Request, Forbidden, etc. The Cloud SQL Admin APIs response body contains more detailed error messages. We need to raise these to the end user for them to be able to resolve common config issues on their own. This PR implements a more robust solution, copying the actual Cloud SQL Admin API response body's error message to the end user.
Configuration menu - View commit details
-
Copy full SHA for 11f9fe9 - Browse repository at this point
Copy the full SHA 11f9fe9View commit details
Commits on Dec 4, 2024
-
feat: add support for DNS names with Connector (#1204)
The Connector may be configured to use a DNS name to look up the instance name instead of configuring the connector with the instance connection name directly. Add a DNS TXT record for the Cloud SQL instance to a private DNS server or a private Google Cloud DNS Zone used by your application. For example: Record type: TXT Name: prod-db.mycompany.example.com – This is the domain name used by the application Value: my-project:my-region:my-instance – This is the instance connection name Configure the Connector to use a DNS name via setting resolver=DnsResolver
Configuration menu - View commit details
-
Copy full SHA for 1a8f274 - Browse repository at this point
Copy the full SHA 1a8f274View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 720d1ad - Browse repository at this point
Copy the full SHA 720d1adView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5af7582 - Browse repository at this point
Copy the full SHA 5af7582View commit details -
refactor: add
ConnectionName
toConnectionInfo
class (#1212)Adding ConnectionName to ConnectionInfo class Benefits: - Cleaner interface, passing connection name around instead of individual args (project, region, instance) - Consistent debug logs (give access to ConnectionName throughout) - Allows us to tell if ConnectionInfo is using DNS (if ConnectionName.domain_name is set)
Configuration menu - View commit details
-
Copy full SHA for 7231c57 - Browse repository at this point
Copy the full SHA 7231c57View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10b94fc - Browse repository at this point
Copy the full SHA 10b94fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b8fe6 - Browse repository at this point
Copy the full SHA f2b8fe6View commit details -
chore(main): release 1.15.0 (#1208)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe43047 - Browse repository at this point
Copy the full SHA fe43047View 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.14.0...v1.15.0