Skip to content

Commit 5d12337

Browse files
chore(main): release 1.22.0
1 parent ba58f8f commit 5d12337

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.22.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.21.0...v1.22.0) (2026-08-14)
4+
5+
6+
### Features
7+
8+
* Add PSC DNS and Global Write Endpoint support to Python Connector ([#1446](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1446)) ([62640f3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/62640f3c4f1e5cccf9c1c4622d4025804e92d02f))
9+
* add support for psycopg ([#1452](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1452)) ([ba58f8f](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/ba58f8ff573e5559dd7d9b4be7ffb2db6d5db6da))
10+
11+
12+
### Bug Fixes
13+
14+
* update deps to the latest ([#1456](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1456)) ([a1bdfc7](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/a1bdfc7b3ae16af2c99c6faa1b12757d55d6ad72))
15+
316
## [1.21.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.4...v1.21.0) (2026-07-23)
417

518

google/cloud/sql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.21.0"
15+
__version__ = "1.22.0"

0 commit comments

Comments
 (0)