Skip to content

Commit 799ad4c

Browse files
committed
docs: Update changelog
1 parent 77caf4b commit 799ad4c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

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
15+
16+
### Refactor
17+
18+
- Use context on all SQL calls
19+
320
## 3.3.0
421

522
### Features

0 commit comments

Comments
 (0)