Skip to content

Commit b8ce44f

Browse files
chore(main): release 0.6.0 (#300)
1 parent 9ea1b73 commit b8ce44f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.5.2...v0.6.0) (2022-04-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* deprecate default connect method (#316)
9+
10+
### Features
11+
12+
* 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))
13+
* 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))
14+
* 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))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
21+
322
### [0.5.2](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.5.1...v0.5.2) (2022-03-01)
423

524

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__ = "0.5.3-dev"
15+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)