Skip to content

Commit c132cd5

Browse files
chore(main): release 1.22.0
1 parent 2b20167 commit c132cd5

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
16+
17+
### Documentation
18+
19+
* update pg8000 link to new repository location ([#1368](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1368)) ([2b20167](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2b20167d683a1bc827f37bbb421cf5d6fa2e0de0))
20+
321
## [1.21.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.4...v1.21.0) (2026-07-23)
422

523

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)