Skip to content

chore: release 0.1.0 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# Changelog

## 0.1.0 (2023-02-02)


### Features

* add group_roles request param for mapping group role names ([#67](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/67)) ([b177167](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/b1771674be56886f4b46931a3f239407a45e7ca6))
* add support for Postgres 14 ([#68](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/68)) ([57b0e52](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/57b0e5221b5cf0e1b4a9709c09c243808401a8be))
* check that database version is supported ([#44](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/44)) ([18e3d42](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/18e3d42c3205239eb2fb0ac1d758f9619ebcf2c0))
* implement service requests with aiohttp ([#43](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/43)) ([6a7c3d2](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/6a7c3d2d91c21c8f7bb91a9c317ff6be72181d98))
* Implement support for postgresql ([#49](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/49)) ([2fa07b2](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/2fa07b2ef06de9bebf65f9fc9bef0807437770f2))
* Implement versioning with release-please ([#39](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/39)) ([ec20bf7](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/ec20bf73bef7ba5eb0c0777849162d843c9439b9))
* improve concurrency of independent tasks ([#37](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/37)) ([42da6db](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/42da6db00c40c51d619b7a4c0a32240b504b097e))
* improving logging ([#38](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/38)) ([6579506](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/6579506af42cd69e81225d075975472a8fbda58b))
* remove use of domain-wide delegation ([#34](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/34)) ([f3a956f](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/f3a956f0acb5f000718a755dd61c333993a1636b))
* support syncing service accounts with GroupSync ([#73](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/73)) ([d1b97d6](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/d1b97d69de2b66f047b80f6a6473a5f42bf9acbf))


### Bug Fixes

* disable mysql automatic iam authn ([#70](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/70)) ([d69cf25](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/d69cf25cfdfdc4ec41d6e232b5704c3fe27e4a74))
* Remove duplicate github action name. ([#40](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/40)) ([b3d978e](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/b3d978e463221f5efd3ed6aae5c1a8d7a3813b2b))


### Documentation

* **readme:** fix example message payload ([#58](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/58)) ([001207e](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/001207ea868267bc32498b42535e778efe339df6))
* **readme:** update images ([#57](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/57)) ([b7109f3](https://www.github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/b7109f3ec26d8ac25cf6bb7ec2bf801c10d97c70))