Обсуждение: pgAdmin 4 v7.2 Released

Поиск
Список
Период
Сортировка

pgAdmin 4 v7.2 Released

От
Akshay Joshi
Дата:

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 7.2.

This release of pgAdmin 4 includes 24 bug fixes and new features. For more details please see the release notes at:

    https://www.pgadmin.org/docs/pgadmin4/7.2/release_notes_7_2.html

pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see:

    https://www.pgadmin.org/

Note: From this release onwards pgAdmin 4 will now use the operating system's password store to save the server passwords in desktop mode instead of using Master Password.

Notable changes in this release include:

Features:

  • Add Option to only show active connections on Dashboard.

  • Allow pgAdmin to retrieve master password from external script/program.

  • Add an option to hide/show empty object collection nodes.

  • Added support to use standard OS secret store to save server/ssh tunnel passwords instead of master password in pgAdmin desktop mode.

  • Implement new PostgreSQL 15 features in publication dialog and SQL.


Bugs/Housekeeping:

  • Fixed an issue where Foreign Key columns are shown in the wrong order in SQL and Properties.

  • Ensure that a new row should be added on top in the User Management dialog.

  • Fixed an issue where REVOKE ALL DDL in table SQL was added only for one role.

  • Tools menu should be toggled for "pause replay of wal" and "resume replay of wal".

  • Make the 'Connect to server' dialog a modal dialog.

  • Fixed an issue where PSQL tool prompts for password if using password exec command.

  • Fix circular reference error for the multirange data types in the query tool.

  • Fix an issue in the register server when setting the role, an arbitrary SQL query can be fired.

  • View SQL tab not quoting column comments.

  • VarChar Field Sizes are missing from Query's Grid header.



Builds for Windows and macOS are available now, along with a Python Wheel,

Docker Container, RPM, DEB Package, and source code tarball from:

    https://www.pgadmin.org/download/

--

Akshay Joshi

pgAdmin Project

Re: pgAdmin 4 v7.2 Released

От
richard coleman
Дата:
Just upgraded to pgAdmin 4 version 7.2. Even though I have a config_local.py file with the string:
MASTER_PASSWORD_REQUIRED=False
I am still getting a "Migrate Saved Passwords" dialog upon start.

How do I by pass this new dialog?

Thanks, 
rik.

On Thu, Jun 1, 2023 at 9:31 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 7.2.

This release of pgAdmin 4 includes 24 bug fixes and new features. For more details please see the release notes at:

    https://www.pgadmin.org/docs/pgadmin4/7.2/release_notes_7_2.html

pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see:

    https://www.pgadmin.org/

Note: From this release onwards pgAdmin 4 will now use the operating system's password store to save the server passwords in desktop mode instead of using Master Password.

Notable changes in this release include:

Features:

  • Add Option to only show active connections on Dashboard.

  • Allow pgAdmin to retrieve master password from external script/program.

  • Add an option to hide/show empty object collection nodes.

  • Added support to use standard OS secret store to save server/ssh tunnel passwords instead of master password in pgAdmin desktop mode.

  • Implement new PostgreSQL 15 features in publication dialog and SQL.


Bugs/Housekeeping:

  • Fixed an issue where Foreign Key columns are shown in the wrong order in SQL and Properties.

  • Ensure that a new row should be added on top in the User Management dialog.

  • Fixed an issue where REVOKE ALL DDL in table SQL was added only for one role.

  • Tools menu should be toggled for "pause replay of wal" and "resume replay of wal".

  • Make the 'Connect to server' dialog a modal dialog.

  • Fixed an issue where PSQL tool prompts for password if using password exec command.

  • Fix circular reference error for the multirange data types in the query tool.

  • Fix an issue in the register server when setting the role, an arbitrary SQL query can be fired.

  • View SQL tab not quoting column comments.

  • VarChar Field Sizes are missing from Query's Grid header.



Builds for Windows and macOS are available now, along with a Python Wheel,

Docker Container, RPM, DEB Package, and source code tarball from:

    https://www.pgadmin.org/download/

--

Akshay Joshi

pgAdmin Project

Re: pgAdmin 4 v7.2 Released

От
richard coleman
Дата:
Also, just closing that dialog box now results in every saved connection re-requesting the saved password all over again.

Why is this happening and how do I revert back to the previous behavior?

Thanks again, 
rik.

On Thu, Jun 1, 2023 at 4:25 PM richard coleman <rcoleman.ascentgl@gmail.com> wrote:
Just upgraded to pgAdmin 4 version 7.2. Even though I have a config_local.py file with the string:
MASTER_PASSWORD_REQUIRED=False
I am still getting a "Migrate Saved Passwords" dialog upon start.

How do I by pass this new dialog?

Thanks, 
rik.


Re: pgAdmin 4 v7.2 Released

От
Nikhil Mohite
Дата:
Hi Richard Coleman,

We have created issues for this and we are working on it.

On Fri, Jun 2, 2023 at 1:57 AM richard coleman <rcoleman.ascentgl@gmail.com> wrote:
Also, just closing that dialog box now results in every saved connection re-requesting the saved password all over again.

Why is this happening and how do I revert back to the previous behavior?

Thanks again, 
rik.

On Thu, Jun 1, 2023 at 4:25 PM richard coleman <rcoleman.ascentgl@gmail.com> wrote:
Just upgraded to pgAdmin 4 version 7.2. Even though I have a config_local.py file with the string:
MASTER_PASSWORD_REQUIRED=False
I am still getting a "Migrate Saved Passwords" dialog upon start.

How do I by pass this new dialog?

Thanks, 
rik.


Regards,
Nikhil Mohite