Обсуждение: pgAdmin 4 v6.6 Released

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

pgAdmin 4 v6.6 Released

От
Akshay Joshi
Дата:

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


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/6.6/release_notes_6_6.html.


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


    https://www.pgadmin.org/


Notable changes in this release include:


Features:

  • Added capability to deploy PostgreSQL servers on Amazon RDS.

This feature allows the users to deploy the PostgreSQL server on the Amazon AWS Cloud. In the future, more cloud options will be available.




Bugs/Housekeeping:

  • Rename the menu 'Disconnect Database' to 'Disconnect from database'.

  • Fixed a schema diff issue in which user mappings were not compared correctly.

  • Fixed an issue where pgadmin could not connect to LDAP when STARTTLS was required before bind.

  • Fixed an issue where a warning was flashed every time for an email address when authentication sources were internal and LDAP.

  • Fixed an issue where the parent partition table was not displayed during autocomplete.

  • Fixed an issue where the User Management dialog is not opening.

  • Ensure that the user should be able to add a new server with a UNIX socket connection.

  • Allow users to scroll and enter input when there is a validation error.

  • Ensure that Flask-Security-Too is using the latest version.


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 v6.6 Released

От
Darren Duncan
Дата:
On 2022-03-10 3:35 a.m., Akshay Joshi wrote:
> Features:
> 
>   * Added capability to deploy PostgreSQL servers on Amazon RDS.
> 
> This feature allows the users to deploy the PostgreSQL server on the Amazon AWS 
> Cloud. In the future, more cloud options will be available.

Will that "more cloud options" include Postgres compatible Amazon Aurora, which 
is like RDS but better? -- Darren Duncan



Re: pgAdmin 4 v6.6 Released

От
Dave Page
Дата:
Hi

On Thu, 10 Mar 2022 at 19:37, Darren Duncan <darren@darrenduncan.net> wrote:
On 2022-03-10 3:35 a.m., Akshay Joshi wrote:
> Features:
>
>   * Added capability to deploy PostgreSQL servers on Amazon RDS.
>
> This feature allows the users to deploy the PostgreSQL server on the Amazon AWS
> Cloud. In the future, more cloud options will be available.

Will that "more cloud options" include Postgres compatible Amazon Aurora, which
is like RDS but better? -- Darren Duncan

We don't support Aurora at all right now, so we'd need to find resources to do that before we'd add it as a cloud deployment option. For the moment we're sticking to the services that we know will work; RDS, Azure PostgreSQL, Google Cloud SQL, EDB BigAnimal etc.

--