From b8ce44f395099dcbb21b16c595408da1b2bf469e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:35:04 -0400 Subject: [PATCH] chore(main): release 0.6.0 (#300) --- CHANGELOG.md | 19 +++++++++++++++++++ google/cloud/sql/connector/version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d841522..e210a0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.5.2...v0.6.0) (2022-04-05) + + +### ⚠ BREAKING CHANGES + +* deprecate default connect method (#316) + +### Features + +* add asynchronous interface to Connector ([#280](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/280)) ([9cef59e](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/9cef59eb8534fd0dce425f12dd2fc05a69c27587)) +* deprecate default connect method ([#316](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/316)) ([4a543dc](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/4a543dc42938866b63c6887238a1d8867abc5953)) +* drop support for Python 3.6 ([#299](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/299)) ([0d63f90](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/0d63f90fd05134165dbde212242b4e9241bbf287)) + + +### Bug Fixes + +* resolve TimeoutError and add context manager to Connector ([#309](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/309)) ([372e401](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/372e4012b0b561f9ac9f896ad3ab29a588e067fc)) + + ### [0.5.2](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.5.1...v0.5.2) (2022-03-01) diff --git a/google/cloud/sql/connector/version.py b/google/cloud/sql/connector/version.py index 243b28b0..1d1237c0 100644 --- a/google/cloud/sql/connector/version.py +++ b/google/cloud/sql/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.3-dev" +__version__ = "0.6.0"