Skip to content

Commit adcf089

Browse files
committed
Updated release note.
1 parent 636821f commit adcf089

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/en_US/release_notes_9_1.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 9.1
33
***********
44

5-
Release date: 2025-03-06
5+
Release date: 2025-03-13
66

77
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v9.0.
88

@@ -20,6 +20,7 @@ Bundled PostgreSQL Utilities
2020
New features
2121
************
2222

23+
| `Issue #1235 <https://github.com/pgadmin-org/pgadmin4/issues/1235>`_ - Added an option to open the file in a new tab within the query tool.
2324
| `Issue #5128 <https://github.com/pgadmin-org/pgadmin4/issues/5128>`_ - Add support for one to one relationship in the ERD tool.
2425
| `Issue #8436 <https://github.com/pgadmin-org/pgadmin4/issues/8436>`_ - Enable the ability to close the 'Welcome' tab in the Query Tool/PSQL Workspace.
2526
@@ -39,4 +40,5 @@ Bug fixes
3940
| `Issue #8418 <https://github.com/pgadmin-org/pgadmin4/issues/8418>`_ - Fixed an issue where the User Management and Change Password dialogs were hidden when selecting a menu while a workspace other than 'Default' was active.
4041
| `Issue #8430 <https://github.com/pgadmin-org/pgadmin4/issues/8430>`_ - Fixed an issue where the column order displayed was incorrect for exclusion constraints with multiple columns.
4142
| `Issue #8435 <https://github.com/pgadmin-org/pgadmin4/issues/8435>`_ - Ensure the saved passwords are decrypted with the correct encryption key for external authentication in server mode.
43+
| `Issue #8439 <https://github.com/pgadmin-org/pgadmin4/issues/8439>`_ - Fixed an issue where drop-down menus were hidden behind the dock.
4244
| `Issue #8460 <https://github.com/pgadmin-org/pgadmin4/issues/8460>`_ - Fixed an issue where deleting rows in the query tool would delete all rows in the table when 'Select All Remaining Rows' was used.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@projectstorm/react-diagrams": "^7.0.4",
8686
"@simonwep/pickr": "^1.5.1",
8787
"@szhsin/react-menu": "^4.2.2",
88-
"@tanstack/react-query": "5.66.5",
88+
"@tanstack/react-query": "5.66.7",
8989
"@tanstack/react-table": "^8.16.0",
9090
"@tanstack/react-virtual": "^3.12.0",
9191
"@types/classnames": "^2.3.4",

web/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,14 +3057,14 @@ __metadata:
30573057
languageName: node
30583058
linkType: hard
30593059

3060-
"@tanstack/react-query@npm:5.66.5":
3061-
version: 5.66.5
3062-
resolution: "@tanstack/react-query@npm:5.66.5"
3060+
"@tanstack/react-query@npm:5.66.7":
3061+
version: 5.66.7
3062+
resolution: "@tanstack/react-query@npm:5.66.7"
30633063
dependencies:
30643064
"@tanstack/query-core": 5.66.4
30653065
peerDependencies:
30663066
react: ^18 || ^19
3067-
checksum: 8a1a905fbb4286632b988aa5ca7ac520f9812d4af2f666019ed9b4338506428103b85225616fed242e606c3558d8f71a12481d123f76d19a192f34bba231999e
3067+
checksum: e3dfbbd887bf91574b01c3dde960fba22a7b1ffe68a591e73f41ea7ffcc72c276d717b16c76727f60e55e81e1377b0e0af9457952671360b9496c0433332cebd
30683068
languageName: node
30693069
linkType: hard
30703070

@@ -13649,7 +13649,7 @@ __metadata:
1364913649
"@simonwep/pickr": ^1.5.1
1365013650
"@svgr/webpack": ^8.1.0
1365113651
"@szhsin/react-menu": ^4.2.2
13652-
"@tanstack/react-query": 5.66.5
13652+
"@tanstack/react-query": 5.66.7
1365313653
"@tanstack/react-table": ^8.16.0
1365413654
"@tanstack/react-virtual": ^3.12.0
1365513655
"@testing-library/dom": 10.4.0

0 commit comments

Comments
 (0)