Updated release note.

pull/8484/head
Akshay Joshi 2025-02-21 14:58:52 +05:30
parent 636821f2ac
commit adcf089357
3 changed files with 9 additions and 7 deletions

View File

@ -2,7 +2,7 @@
Version 9.1
***********
Release date: 2025-03-06
Release date: 2025-03-13
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v9.0.
@ -20,6 +20,7 @@ Bundled PostgreSQL Utilities
New features
************
| `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.
| `Issue #5128 <https://github.com/pgadmin-org/pgadmin4/issues/5128>`_ - Add support for one to one relationship in the ERD tool.
| `Issue #8436 <https://github.com/pgadmin-org/pgadmin4/issues/8436>`_ - Enable the ability to close the 'Welcome' tab in the Query Tool/PSQL Workspace.
@ -39,4 +40,5 @@ Bug fixes
| `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.
| `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.
| `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.
| `Issue #8439 <https://github.com/pgadmin-org/pgadmin4/issues/8439>`_ - Fixed an issue where drop-down menus were hidden behind the dock.
| `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.

View File

@ -85,7 +85,7 @@
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
"@szhsin/react-menu": "^4.2.2",
"@tanstack/react-query": "5.66.5",
"@tanstack/react-query": "5.66.7",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.12.0",
"@types/classnames": "^2.3.4",

View File

@ -3057,14 +3057,14 @@ __metadata:
languageName: node
linkType: hard
"@tanstack/react-query@npm:5.66.5":
version: 5.66.5
resolution: "@tanstack/react-query@npm:5.66.5"
"@tanstack/react-query@npm:5.66.7":
version: 5.66.7
resolution: "@tanstack/react-query@npm:5.66.7"
dependencies:
"@tanstack/query-core": 5.66.4
peerDependencies:
react: ^18 || ^19
checksum: 8a1a905fbb4286632b988aa5ca7ac520f9812d4af2f666019ed9b4338506428103b85225616fed242e606c3558d8f71a12481d123f76d19a192f34bba231999e
checksum: e3dfbbd887bf91574b01c3dde960fba22a7b1ffe68a591e73f41ea7ffcc72c276d717b16c76727f60e55e81e1377b0e0af9457952671360b9496c0433332cebd
languageName: node
linkType: hard
@ -13649,7 +13649,7 @@ __metadata:
"@simonwep/pickr": ^1.5.1
"@svgr/webpack": ^8.1.0
"@szhsin/react-menu": ^4.2.2
"@tanstack/react-query": 5.66.5
"@tanstack/react-query": 5.66.7
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.12.0
"@testing-library/dom": 10.4.0