File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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
540FEATURE/FIXE:
You can’t perform that action at this time.
0 commit comments