You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## 3.4.0
4
+
5
+
### Features
6
+
7
+
- Add timeout support for reconcile loops
8
+
- postgresqluserrole: Add support for extra connection url parameters
9
+
10
+
### Fixes
11
+
12
+
- postgresqldatabase: Avoid closing connections multiple time in row and close them when needed
13
+
- postgresqldatabase: Avoid alters on tables & types when owner is already the right one
14
+
- postgresqldatabase: Improve deletion by checking if roles or database are existing in engine before trying to delete them. This will avoid dead lock scenarios
0 commit comments