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: docs/en_US/release_notes_6_7.rst
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,25 @@
2
2
Version 6.7
3
3
************
4
4
5
-
Release date: 2022-03-11
5
+
Release date: 2022-03-14
6
6
7
7
This release contains a number of bug fixes and new features since the release of pgAdmin4 6.6.
8
8
9
-
New features
10
-
************
9
+
.. note:: **Security Release**
11
10
11
+
Please note that this release includes a security update to fix an issue
12
+
where a user could upload files to directories outside of their storage directory, when using pgAdmin
13
+
running in server mode.
12
14
13
-
Housekeeping
14
-
************
15
+
Users running pgAdmin in server mode, including the standard container based distribution, should upgrade
16
+
to this release as soon as possible.
15
17
18
+
This issue does not affect users running in desktop mode.
16
19
17
20
Bug fixes
18
21
*********
19
22
20
-
|`Issue #7220 <https://redmine.postgresql.org/issues/7220>`_ - Fixed a schema diff issue where difference SQL isn't generated when foreign key values for a table differ.
21
-
|`Issue #7228 <https://redmine.postgresql.org/issues/7228>`_ - Fixed a schema diff issue where string separator '_$PGADMIN$_' is visible for identical user mappings.
22
-
|`Issue #7230 <https://redmine.postgresql.org/issues/7230>`_ - Fixed an issue where pgAdmin 4 took ~75 seconds to display the 'Starting pgAdmin' text on the splash screen.
23
+
|`Issue #7220 <https://redmine.postgresql.org/issues/7220>`_ - Fixed a schema diff issue where difference SQL isn't generated when foreign key values for a table differ.
24
+
|`Issue #7228 <https://redmine.postgresql.org/issues/7228>`_ - Fixed a schema diff issue where string separator '_$PGADMIN$_' is visible for identical user mappings.
25
+
|`Issue #7230 <https://redmine.postgresql.org/issues/7230>`_ - Fixed an issue where pgAdmin 4 took ~75 seconds to display the 'Starting pgAdmin' text on the splash screen.
26
+
|`Issue #7233 <https://redmine.postgresql.org/issues/7233>`_ - Ensure that upload paths are children of the storage directory.
0 commit comments