cloud-sql-python-connector
cloud-sql-python-connector copied to clipboard
A Python library for connecting securely to your Cloud SQL instances.
Note: #1298 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: adc25f683059a3f0fe3865d648374dce087cdaaa buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/19844792058 status: failed
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [SQLAlchemy](https://www.sqlalchemy.org) ([changelog](https://docs.sqlalchemy.org/en/latest/changelog/)) | `==2.0.44` -> `==2.0.45` |  |  | | [google-auth](https://redirect.github.com/googleapis/google-auth-library-python)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v5.0.0` -> `v6.0.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.31.7` -> `v4.31.9` | --- ### Release...
:robot: I have created a release *beep* *boop* --- ## [1.20.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.19.0...v1.20.0) (2025-12-17) ### Features * Use configured DNS name to lookup instance IP address ([#1363](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1363)) ([18eddc4](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/18eddc49c905f3caf02b9682c3594b5939b3f9f3)), closes [#1362](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1362) --- This...
Note: #1243 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: a2e8c4d30deeeb73475caf3367acadc58193228f buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/20071321732 status: failed
### Feature Description I am using the Google ADK with MySQL CloudSQL and the connector. The latest version of the Google ADK (1.19.0) moved to a 100% async database implementation...
### Bug Description No exception thrown and no timeout when using a Connector that is closed, code stays stuck waiting ### Example code (or command) ```Python import os from google.cloud.sql.connector...
### Bug Description `KeyError` raised at this line: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/21a38d602beb980d80cf4f414773c1cd2b3bdd7d/google/cloud/sql/connector/connector.py#L421C9-L421C79 ### Example code (or command) ```Python import asyncio import functools from typing import Any import asyncpg import asyncpg.connection import google.auth import...
Enables PSC tests on Cloud SQL instances