|
1 | 1 | ## Unreleased
|
2 | 2 |
|
| 3 | +## 1.15.0 (February 4, 2022) |
| 4 | + |
| 5 | +FEATURES: |
| 6 | + |
| 7 | +* `postgresql_default_privileges`: Support default privileges for schema - @kostiantyn-nemchenko |
| 8 | + [#126](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/126) |
| 9 | + |
| 10 | +* `provider`: Add support for RDS IAM credentials - @Jell |
| 11 | + [#134](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/134) |
| 12 | + |
| 13 | +* `postgresql_grant`: Support for procedures and routines - @alec-rabold |
| 14 | + [#169](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/169) |
| 15 | + |
| 16 | +FIXES: |
| 17 | + |
| 18 | +* `postgresql_grant`: fix `tuple concurrently updated` error - @boekkooi-lengoo |
| 19 | + [#169](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/169) |
| 20 | + |
| 21 | +DEV IMPROVEMENTS: |
| 22 | + |
| 23 | +* Upgrade Terraform SDK to v2- @cyrilgdn |
| 24 | + [#140](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/140) |
| 25 | + |
| 26 | +* Remove vendor directory - @cyrilgdn (and lint fixed by @Jell ) |
| 27 | + [#139](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/139) |
| 28 | + [#146](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/146) |
| 29 | + |
| 30 | +* docker-compose: Use Docker healthcheck to wait for Postgres to be available - @boekkooi-lengoo |
| 31 | + [#168](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/168) |
| 32 | + |
| 33 | + |
3 | 34 | ## 1.14.0 (August 22, 2021)
|
4 | 35 |
|
5 |
| -FEATURE/FIXE: |
| 36 | +FEATURES / FIXES: |
6 | 37 |
|
7 | 38 | * `postgresql_replication_slot`: Create resource to manage replication slots - @BarnabyShearer
|
8 | 39 | [#70](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/70)
|
@@ -37,7 +68,7 @@ DOCUMENTATION:
|
37 | 68 |
|
38 | 69 | ## 1.13.0 (May 21, 2021)
|
39 | 70 |
|
40 |
| -FEATURE/FIXE: |
| 71 | +FEATURES / FIXES: |
41 | 72 |
|
42 | 73 | * Stop locking catalog for every resources - @cyrilgdn
|
43 | 74 | [#80](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/80)
|
|
0 commit comments