cloud-sql-python-connector icon indicating copy to clipboard operation
cloud-sql-python-connector copied to clipboard

A Python library for connecting securely to your Cloud SQL instances.

Results 92 cloud-sql-python-connector issues
Sort by recently updated
recently updated
newest added

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

type: bug
priority: p2
flakybot: issue
flakybot: flaky

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` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sqlalchemy/2.0.45?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sqlalchemy/2.0.44/2.0.45?slim=true) | | [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...

autorelease: pending

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

type: bug
priority: p2
flakybot: issue
flakybot: flaky

### 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...

type: feature request

### 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...

type: bug
priority: p2

### 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...

type: bug
priority: p2

Enables PSC tests on Cloud SQL instances