The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.11.
This release of pgAdmin 4 includes 20 bug fixes and new features. For more
details please see the [release
notes](https://www.pgadmin.org/docs/pgadmin4/6.11/release_notes_6_11.html).
pgAdmin is the leading Open Source graphical management tool for PostgreSQL.
For more information, please see [the website](https://www.pgadmin.org/).
Notable changes in this release include:
### Features:
* Added support for visualise the graph using a Line chart in the query tool.
With this feature, users can visualize the query result set as a Line
chart. A new button 'Graph Visualiser' has been added to the Data output panel.
* Added capability to deploy PostgreSQL servers on Microsoft Azure.
With this feature, users can deploy PostgreSQL on Microsoft Azure Cloud.
* Added support for passing password using Docker Secret to Docker images.
This feature enabled pgAdmin docker image to pass passwords using docker
secret.
* Added mouse over indication for breakpoint area in the Debugger.
* Added search text option to the Debugger panel.
* Added the option 'Show template databases?' to display template databases
regardless of the setting of 'Show system objects?'.
### Bugs/Housekeeping:
* Port Debugger to React.
* Upgrade Chartjs and pgcli to the latest.
* Fixed an issue where passwords entered in the 'Connect To Server' dialog were
truncated.
* Fixed an issue where there is no setting to turn off notifications in the
Query Tool.
* Fixed an issue where 'Use spaces' not working in the query tool.
* Fixed an issue where the Database restriction is not working.
* Fixed an issue where pgAdmin stuck while creating a new index.
Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container, RPM, DEB Package, and source code tarball from the [tarball
area](https://www.pgadmin.org/download/).