Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiZ2-00GXgL-Cd for pgsql-announce@arkaria.postgresql.org; Thu, 12 Dec 2024 12:45:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tLiYz-00Bubo-Uh for pgsql-announce@arkaria.postgresql.org; Thu, 12 Dec 2024 12:45:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiUE-00BJZA-Lh for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:40:11 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiUB-002SdK-3G for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:40:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=Mgl5fc6nv4LY7ysnBHKZODSJvjOrCOSx5ANzl0Iu9KQ=; b=Gr1Ynwve5xv7jZE7gEmXbVuap8 VVZqDTyJ+xKectnePZqmohOX7BPYmbIwmoT9LCdi8wsPejNbqUxAifnrgk6WNkACne2uPxUBhCkv3 j7lZlmAlS3HwpgmDL2xc/dUxHbE7QLGsbZ354GyZJ0vOBhPGqGddj2BTHtZ4gjFqKtyLKboL2hxkK eXe1Lee58fxkjGcyQ97g/gMWG5Yc2wu/hR7yzL5VeVpIbHtlP3FnDoSLtCZZmWS45W7Duguq9DP/b 0rDVNyFWi4OUahq5h1z40VuWlXraYmRna/crm7YZW5hP6YRbHuScn6fY9ME8rb8Gzy73k1Ti1L1c2 febLD9yQ==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiU9-007amu-TB for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:40:06 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tLiU6-001J4d-H0 for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:40:02 +0000 Content-Type: multipart/mixed; boundary="===============5137423255988238932==" MIME-Version: 1.0 Subject: pgAdmin 4 v8.14 Released To: PostgreSQL Announce From: pgAdmin Development Team via PostgreSQL Announce Reply-To: news@pgadmin.org Date: Thu, 12 Dec 2024 12:39:46 +0000 Message-ID: <173400718675.3842595.15384978700854747534@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 46341eef8838019783bf3d89904ee63d22f33d13ff846cca9e59a37d934d77e3 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5137423255988238932== Content-Type: multipart/alternative; boundary="===============8105886203795322898==" MIME-Version: 1.0 --===============8105886203795322898== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.14.= This release of pgAdmin 4 includes 23 bug fixes and new features. For more= details please see the [release notes](https://www.pgadmin.org/docs/pgadmi= n4/8.14/release_notes_8_14.html). =20 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: =20 ### Features: * Added support for adding tags on a server node. * Allow setting NULL ordering for columns in view/edit data filter dialog. * Show auto-complete column names in filtered rows dialog of table and filt= er options of view/edit data tool. * Allow the use of a pgpass file in the pgAdmin container via Docker secret= s. * Add support for passing connection details as placeholders in the passexe= c command. * Add support to deploy pgAdmin in a container with readOnlyRootFilesystem = to true. * Added support for a builtin locale provider in the Database dialog. ### Bugs/Housekeeping: * Fixed an issue where Ctrl/Cmd + A was not selecting all data in query too= l data grid. * Fixed an issue where querying a foreign table gives the error 'ForeignTab= leCommand' object has no attribute 'auto_commit'. * Fixed an issue where pgAdmin crashes on accessing the dashboard state tab= when database is super busy. * Fixed an issue where a column name change in the edit dialog of the table= node does not show the updated column name. * Ensure the crypt key is retrieved correctly on backend server restart. * Fixed an issue in schema diff where an error message popup was showing so= me garbage without any info. * Add a user preference to enable/disable alternating row background colors= in the data output of query tool. * Fixed an issue where doing Ctrl/Cmd+C on a selected text in a cell editor= of data output in the query tool copied the complete text. * Fixed an issue where auto-width of wide columns in data output is incorre= ctly calculated. * Ensure correct custom SSL certificate passed in connection string. Builds for Windows and macOS are available now, along with a Python Wheel, = Docker Container, RPM, DEB Package, and source code tarball from the [tarba= ll area](https://www.pgadmin.org/download/). --===============8105886203795322898== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgAdmin 4 v8.14 Released
 

pgAdmin 4 v8.14 Released

The pgAdmin Development Team is pleased to = announce pgAdmin 4 version 8.14. This release of pgAdmin 4 includes 23 bug = fixes and new features. For more details please see the release notes.

pgAdmin is the leading Open Source graphica= l management tool for PostgreSQL. For more information, please see the website.

Notable changes in this release include:

Features:

  • Added support f= or adding tags on a server node.
  • Allow setting N= ULL ordering for columns in view/edit data filter dialog.
  • Show auto-compl= ete column names in filtered rows dialog of table and filter options of vie= w/edit data tool.
  • Allow the use o= f a pgpass file in the pgAdmin container via Docker secrets.
  • Add support for= passing connection details as placeholders in the passexec command.
  • Add support to = deploy pgAdmin in a container with readOnlyRootFilesystem to true.
  • Added support f= or a builtin locale provider in the Database dialog.

Bugs/Housekeeping:

  • Fixed an issue = where Ctrl/Cmd + A was not selecting all data in query tool data grid.
  • Fixed an issue = where querying a foreign table gives the error 'ForeignTableCommand' object= has no attribute 'auto_commit'.
  • Fixed an issue = where pgAdmin crashes on accessing the dashboard state tab when database is= super busy.
  • Fixed an issue = where a column name change in the edit dialog of the table node does not sh= ow the updated column name.
  • Ensure the cryp= t key is retrieved correctly on backend server restart.
  • Fixed an issue = in schema diff where an error message popup was showing some garbage withou= t any info.
  • Add a user pref= erence to enable/disable alternating row background colors in the data outp= ut of query tool.
  • Fixed an issue = where doing Ctrl/Cmd+C on a selected text in a cell editor of data output i= n the query tool copied the complete text.
  • Fixed an issue = where auto-width of wide columns in data output is incorrectly calculated.<= /li>
  • Ensure correct = custom SSL certificate passed in connection string.

Builds for Windows and macOS are available = now, along with a Python Wheel, Docker Container, RPM, DEB Package, and sou= rce code tarball from the tarball area.

This email was sent to you from pgAdmin Development Team. It was delivered = on their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to pgAdmin Development Team.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============8105886203795322898==-- --===============5137423255988238932==--