diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..3ebc32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,32 @@ # Changelog + +## 0.1.0 (2023-11-17) + + +### Features + +* add group_roles request param for mapping group role names ([#67](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/67)) ([b177167](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/b1771674be56886f4b46931a3f239407a45e7ca6)) +* add support for Postgres 14 ([#68](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/68)) ([57b0e52](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/57b0e5221b5cf0e1b4a9709c09c243808401a8be)) +* add Support for Postgres 15 ([#114](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/114)) ([ce9b6d9](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/ce9b6d908ee502782a5d0a5c4f99ed21f0841ae3)) +* check that database version is supported ([#44](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/44)) ([18e3d42](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/18e3d42c3205239eb2fb0ac1d758f9619ebcf2c0)) +* implement service requests with aiohttp ([#43](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/43)) ([6a7c3d2](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/6a7c3d2d91c21c8f7bb91a9c317ff6be72181d98)) +* Implement support for postgresql ([#49](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/49)) ([2fa07b2](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/2fa07b2ef06de9bebf65f9fc9bef0807437770f2)) +* Implement versioning with release-please ([#39](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/39)) ([ec20bf7](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/ec20bf73bef7ba5eb0c0777849162d843c9439b9)) +* improve concurrency of independent tasks ([#37](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/37)) ([42da6db](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/42da6db00c40c51d619b7a4c0a32240b504b097e)) +* improving logging ([#38](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/38)) ([6579506](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/6579506af42cd69e81225d075975472a8fbda58b)) +* remove use of domain-wide delegation ([#34](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/34)) ([f3a956f](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/f3a956f0acb5f000718a755dd61c333993a1636b)) +* support syncing service accounts with GroupSync ([#73](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/73)) ([d1b97d6](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/d1b97d69de2b66f047b80f6a6473a5f42bf9acbf)) + + +### Bug Fixes + +* disable mysql automatic iam authn ([#70](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/70)) ([d69cf25](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/d69cf25cfdfdc4ec41d6e232b5704c3fe27e4a74)) +* Remove duplicate github action name. ([#40](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/40)) ([b3d978e](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/b3d978e463221f5efd3ed6aae5c1a8d7a3813b2b)) + + +### Documentation + +* **readme:** fix example message payload ([#58](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/58)) ([001207e](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/001207ea868267bc32498b42535e778efe339df6)) +* **readme:** update images ([#57](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/issues/57)) ([b7109f3](https://github.com/GoogleCloudPlatform/cloud-sql-iam-db-authn-groups/commit/b7109f3ec26d8ac25cf6bb7ec2bf801c10d97c70)) + +## Changelog