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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## Supported Release 4.7.1
2
+
### Summary
3
+
This release contains some bugfixes and documentation updates.
4
+
5
+
#### Bugfixes
6
+
- (MODULES-3024) Quote database objects when creating databases.
7
+
- Properly escape case where password ends with '$'.
8
+
- Fixes password change when postgres is configure to non-standard port.
9
+
- Unpins concat dependency to be able to use concat 2.x.
10
+
- Workaround to fix installing on Amazon Linux.
11
+
- Fixes proper defaulting of `$service_provider` parameter.
12
+
- Fixes postgres server init script naming on Amazon Linux.
13
+
- Fixes service reload parameter on Arch Linux.
14
+
- Adds missing onlyif_function to sequence grant code.
15
+
- Fixes to the markdown of the README.
16
+
1
17
## Supported Release 4.7.0
2
18
### Summary
3
19
A release with a considerable amount of new features, including remote db support and several platform support updates. Various bugfixes including several to address warnings and a sizable README update.
0 commit comments