diff --git a/docs/en_US/release_notes_9_1.rst b/docs/en_US/release_notes_9_1.rst index 4a3c3eb6e..763068bfc 100644 --- a/docs/en_US/release_notes_9_1.rst +++ b/docs/en_US/release_notes_9_1.rst @@ -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 `_ - Added an option to open the file in a new tab within the query tool. | `Issue #5128 `_ - Add support for one to one relationship in the ERD tool. | `Issue #8436 `_ - Enable the ability to close the 'Welcome' tab in the Query Tool/PSQL Workspace. @@ -39,4 +40,5 @@ Bug fixes | `Issue #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 `_ - Fixed an issue where the column order displayed was incorrect for exclusion constraints with multiple columns. | `Issue #8435 `_ - Ensure the saved passwords are decrypted with the correct encryption key for external authentication in server mode. + | `Issue #8439 `_ - Fixed an issue where drop-down menus were hidden behind the dock. | `Issue #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. \ No newline at end of file diff --git a/web/package.json b/web/package.json index 89cc7900f..3e7535f7c 100644 --- a/web/package.json +++ b/web/package.json @@ -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", diff --git a/web/yarn.lock b/web/yarn.lock index b47e10005..34e18b0bc 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -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