Skip to content

Commit aa432f7

Browse files
committed
v1.14.0
1 parent 2da019f commit aa432f7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
## Unreleased
22

3+
## 1.14.0 (August 22, 2021)
4+
5+
FEATURE/FIXE:
6+
7+
* `postgresql_replication_slot`: Create resource to manage replication slots - @BarnabyShearer
8+
[#70](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/70)
9+
10+
* `postgresql_physical_replication_slot`: Create resource to manage physical replication slots - @nerzhul
11+
[#107](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/107)
12+
13+
* `postgresql_grant`: Add `objects` setting to manage individual objects - @alec-rabold
14+
[#105](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/105)
15+
16+
* Disable `statement_timeout` for connections that need locks - @cyrilgdn
17+
[#123](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/123)
18+
19+
* `postgresql_default_privileges`: Allow empty privileges list - @alec-rabold
20+
[#118](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/118)
21+
22+
* `postgresql_extension`: Support CREATE EXTENSION ... CASCADE - @kostiantyn-nemchenko
23+
[#108](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/108)
24+
25+
* `postgresql_grant`: add foreign data wrapper and server support - @kostiantyn-nemchenko
26+
[#109](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/109)
27+
28+
DEV IMPROVEMENTS:
29+
30+
* Run golangci-lint in GH actions and fix errors - @cyrilgdn
31+
[#122](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/122)
32+
33+
DOCUMENTATION:
34+
35+
* `postgresql_grant`: Add missing `with_grant_option` documentation - @ryancausey
36+
[#64](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/64)
37+
338
## 1.13.0 (May 21, 2021)
439

540
FEATURE/FIXE:

0 commit comments

Comments
 (0)