* Supported Database Servers
- PostgreSQL: 13, 14, 15, 16 and 17
- EDB Advanced Server: 13, 14, 15, 16 and 17
* Bundled PostgreSQL Utilities
- psql, pg_dump, pg_dumpall, pg_restore: 17.5
* New features
- Add menu items for truncating foreign tables.
- Added Debian Trixie as a supported platform for pgAdmin.
- Allow user to configure security related gunicorn parameters.
- Change the default pgAdmin theme to System.
* Housekeeping
- Remove usage of BrowserFS as it is deprecated.
* Bug fixes
- Pin Paramiko to version 3.5.1 to fix the DSSKey error
introduced in the latest release.
- Fixed an issue where pgAdmin config migration was failing
while upgrading to v9.7.
- Fixed Cross-Origin Opener Policy (COOP) vulnerability in the
OAuth 2.0 authentication flow (CVE-2025-9636, bsc#1249151).
- Fixed an issue where editor shortcuts fail when using Option
key combinations on macOS, due to macOS treating Option+Key
as a different key input.
- Fixed an issue where the pgAdmin configuration database
wasn't being created on a fresh install when an external
database was used for the configuration.
- update to 9.7:
* Supported Database Servers
- PostgreSQL: 13, 14, 15, 16 and 17
- EDB Advanced Server: 13, 14, 15, 16 and 17
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=80
16 lines
483 B
Diff
16 lines
483 B
Diff
Index: pgadmin4-9.2/web/webpack.config.js
|
|
===================================================================
|
|
--- pgadmin4-9.2.orig/web/webpack.config.js
|
|
+++ pgadmin4-9.2/web/webpack.config.js
|
|
@@ -343,6 +343,10 @@ module.exports = [{
|
|
ignored: /node_modules/,
|
|
},
|
|
optimization: {
|
|
+ providedExports: false,
|
|
+ usedExports: false,
|
|
+ concatenateModules: false,
|
|
+ sideEffects: false,
|
|
minimizer: PRODUCTION ? [
|
|
new TerserPlugin({
|
|
parallel: false,
|