Skip to content

Commit 2b227ca

Browse files
chore(main): release 0.3.0 (#186)
1 parent d9a8919 commit 2b227ca

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.2.0...v0.3.0) (2024-01-17)
4+
5+
6+
### Features
7+
8+
* add auto IAM authn for `asyncpg` ([#210](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/210)) ([165b059](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/165b05904dd4ace10cfbcd733b01452082607247))
9+
* add Python 3.12 support ([#188](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/188)) ([0a5864f](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/0a5864f2a0c480313527f80cdd8e4289ba3c8d0c))
10+
* add support for asyncpg ([#199](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/199)) ([d14617b](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/d14617bf01383cd61846ecb39cf3be44fd20c89a))
11+
* add support for auto IAM authentication to `Connector` ([#191](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/191)) ([c6c16e8](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c6c16e8d6dedc7aa5221aefd2ffd6bdad99566a8))
12+
* add support for domain-scoped projects ([#185](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/185)) ([59e10f1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/59e10f1f5576256a97abf767ee22cef0f8e904db))
13+
* allow sync init of AsyncConnector ([#207](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/207)) ([7358b37](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/7358b37adf6ca15619f489a30a3877bd4fb7b9cf))
14+
15+
16+
### Bug Fixes
17+
18+
* add asyncpg as optional dep ([#209](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/209)) ([1ed5aa2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/1ed5aa2126af00e4096252129d4704b56a3f0997))
19+
20+
21+
### Dependencies
22+
23+
* Update dependency google-auth to v2.26.2 ([#200](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/200)) ([0a51d2f](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/0a51d2f68f1714c15df622fea67f1ed65f297c6e))
24+
* Update dependency pg8000 to v1.30.4 ([#196](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/196)) ([05d18d7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/05d18d7b97db060afe9309263156c42daf166abe))
25+
26+
27+
### Documentation
28+
29+
* document auto IAM authn in README ([#211](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/211)) ([c72192c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c72192cb4d994ab1c0a528b899ab461e5cb3728b))
30+
331
## [0.2.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.6...v0.2.0) (2023-12-12)
432

533

google/cloud/alloydb/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.2.0"
15+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)