Skip to content

Commit bc50c0e

Browse files
chore(main): release 1.2.4 (#723)
1 parent 723b6f1 commit bc50c0e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.4](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.3...v1.2.4) (2023-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* improve `timeout` handling ([#760](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/760)) ([723b6f1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/723b6f1b7996dbc8a14993b4b630809585edd245))
9+
10+
11+
### Dependencies
12+
13+
* Update dependency cryptography to v41.0.1 ([#749](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/749)) ([e89755c](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/e89755c0ca10bf7463787a0474d137896457c409))
14+
* Update dependency google-auth to v2.19.1 ([#751](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/751)) ([eee33ae](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/eee33ae9e0fcdfef2cf8934490e4587eabcd77b4))
15+
* Update dependency pg8000 to v1.29.6 ([#746](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/746)) ([47d6d87](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/47d6d87b7b92413037aeddacebc36e2a78d57a08))
16+
* Update dependency Requests to v2.31.0 ([#733](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/733)) ([c18869d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/c18869ddf1daecfcd5d8c6ee62a4ae679db7a6df))
17+
18+
19+
### Documentation
20+
21+
* document SQLAlchemy async connection pooling ([#758](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/758)) ([bb1c72a](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/bb1c72a74f879e0752e6156cd1c0335a196ca882))
22+
323
## [1.2.3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.2...v1.2.3) (2023-05-08)
424

525

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.2.4-dev"
15+
__version__ = "1.2.4"

0 commit comments

Comments
 (0)