Skip to content

Commit 7cba090

Browse files
chore(main): release 1.3.0 (#769)
1 parent 869fb49 commit 7cba090

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.4...v1.3.0) (2023-07-11)
4+
5+
6+
### Features
7+
8+
* add support for PSC connections ([#766](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/766)) ([c238fe3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/c238fe34e7e18a82c53112c56c141fdf38649523))
9+
* remove support for Python 3.7 ([#761](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/761)) ([5b8a172](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/5b8a172e23e322ef6b425740cab4bed0a308c171))
10+
11+
12+
### Documentation
13+
14+
* update getconn in README samples ([#773](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/773)) ([179c06e](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/179c06e025d1e7a46e4d82bfae19bd21a03b160d))
15+
16+
17+
### Dependencies
18+
19+
* Update dependency asyncpg to v0.28.0 ([#785](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/785)) ([036982e](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/036982e9bf11cc441a30e6c1922cf132ed0a8daa))
20+
* Update dependency cryptography to v41.0.2 ([#790](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/790)) ([869fb49](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/869fb490e193ca9fb7f10a709d2d96648c5b3eb9))
21+
* Update dependency google-auth to v2.21.0 ([#781](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/781)) ([be4b492](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/be4b4924b6adef227eeda03bfeed52bf2e83abf1))
22+
* Update dependency pg8000 to v1.29.8 ([#778](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/778)) ([46e8637](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/46e8637b234ec41521695228d9e1d919d61d58bd))
23+
* Update dependency PyMySQL to v1.1.0 ([#780](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/780)) ([dd3fa64](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/dd3fa642eb9aedc47b4893807f2de8284e4441f3))
24+
325
## [1.2.4](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.3...v1.2.4) (2023-06-13)
426

527

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.5-dev"
15+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)