Skip to content

Commit 6e4e7ff

Browse files
committed
v1.10.0
FEATURES: * `postgresql_database`: Drop connections before drop database (Postgresql >=13) - @p4cket [#14](#14) ⚠️ In previous versions, Terraform failed to drop databases if they are still in used. Now databases will be dropped in any case. * Use lazy connections - @cyrilgdn [#5](#5)
1 parent 7930a56 commit 6e4e7ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.10.0 (January 2, 2021)
2+
3+
FEATURES:
4+
5+
* `postgresql_database`: Drop connections before drop database (Postgresql >=13) - @p4cket
6+
[#14](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/14)
7+
8+
:warning: In previous versions, Terraform failed to drop databases if they are still in used.
9+
Now databases will be dropped in any case.
10+
11+
* Use lazy connections - @cyrilgdn
12+
[#5](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/5)
13+
14+
115
## 1.9.0 (December 21, 2020)
216

317
FEATURES:

0 commit comments

Comments
 (0)