Added release note for v8.12

This commit is contained in:
Akshay Joshi 2024-08-22 17:47:40 +05:30
parent 47fcf87ae4
commit 96ce010635
3 changed files with 33 additions and 1 deletions

View File

@ -12,6 +12,7 @@ notes for it.
:maxdepth: 1
release_notes_8_12
release_notes_8_11
release_notes_8_10
release_notes_8_9

View File

@ -2,7 +2,7 @@
Version 8.11
************
Release date: 2024-08-25
Release date: 2024-08-22
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v8.10.

View File

@ -0,0 +1,31 @@
************
Version 8.12
************
Release date: 2024-09-19
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v8.11.
Supported Database Servers
**************************
**PostgreSQL**: 12, 13, 14, 15, 16 and 17
**EDB Advanced Server**: 12, 13, 14, 15, and 16
Bundled PostgreSQL Utilities
****************************
**psql**, **pg_dump**, **pg_dumpall**, **pg_restore**: 16.4
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #7076 <https://github.com/pgadmin-org/pgadmin4/issues/7076>`_ - Revamp the current password saving implementation to a keyring and reduce repeated OS user password prompts.