Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hj0vl-0002Cr-2A for pgadmin-hackers@arkaria.postgresql.org; Thu, 04 Jul 2019 12:33:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hj0vj-0001cF-UU for pgadmin-hackers@arkaria.postgresql.org; Thu, 04 Jul 2019 12:33:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hj0vj-0001c7-Mm for pgadmin-hackers@lists.postgresql.org; Thu, 04 Jul 2019 12:33:39 +0000 Received: from mail-qt1-x844.google.com ([2607:f8b0:4864:20::844]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hj0vh-0005eA-02 for pgadmin-hackers@postgresql.org; Thu, 04 Jul 2019 12:33:39 +0000 Received: by mail-qt1-x844.google.com with SMTP id a15so7784578qtn.7 for ; Thu, 04 Jul 2019 05:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=o+mz7HM2r1gF/IzjSKhnYzSTlGsxoeuQVeIj3eaugY0=; b=USqsMke7GQfrkcABIgR/3jLEqzF2mUZGFvVI3eSaMADG9oml4bjQ0kdBIqZ+tnpnYo 05YEDot3Oc6/NEqRhmdfttT2DJbRZ1AGvZipSxLGy/aq7SmY9N0hb43nsKqtuUyYgsz1 CoAF3O4x29xnFxo9nCr/0ZQqD/sO0SElrfmatBQXbvIkhO3Sw6o0k1w3kyU2spUUPLT0 udkrC0qxK++X/PUYVL4Ab8hrRtu2144gVdbHp3RI5Jn5iX2XtvnjlPHnUTLEI6gDb9m2 PgU1LNHJ+ZHfIbkIt/x99FUgOY/x7q3cYKNArX3MDQDFg447fO/sEdIiD3KK/5pH+AQZ E+0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o+mz7HM2r1gF/IzjSKhnYzSTlGsxoeuQVeIj3eaugY0=; b=aev2UV0B2bde52iGTdq//PBRK8gc8bO4jBItwAWcqXKqjSdZDxAxESVta0xsWwHhBf saAWudFtYspsKKefKrAyRS8vlwRLmPCzjhU65Nlx+te57NHCYNRLwRTIv98jBdhypBFf 99+9FvnEFrrdY6fM/PyUIyJtbICQ3ePxi7gQeCfWkNAQFNWmBjmmT0gkvWbK+b0WUBb+ p/KtUSE2UnKmqBnlp4jMDeximzOvujybvoyU4fNWBrl2hAvbB78w0FbcheQacRhDHkQN ZRFRJS/ZJo7/RZmkxbIaiUrjBmw/2Gz3p/KPLilNYH2v3cIYueMvZlIDzxO/NSk7fnYt qv6w== X-Gm-Message-State: APjAAAXv06Nu+wsyNaukxoWgM3N4C9GLYBatUGilADjmz1hPpxLdC9VL 0nHre+S+TNvl+r9IxCF4vV8bAyM9NLbznkCDA//S57pmZD4= X-Google-Smtp-Source: APXvYqwulvzyJ4ucJMe7klEhKIakU7QhuS7kSGHUUa/YDaU+6Nu7uvfHXNDI9UKPzTjwtuFubHkavF+/+X3NeXWL1GY= X-Received: by 2002:ac8:2ed6:: with SMTP id i22mr33399522qta.321.1562243615415; Thu, 04 Jul 2019 05:33:35 -0700 (PDT) MIME-Version: 1.0 From: Akshay Joshi Date: Thu, 4 Jul 2019 18:03:24 +0530 Message-ID: Subject: pgAdmin 4 v4.10 released To: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000bff9dc058cda2ffe" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000bff9dc058cda2ffe Content-Type: text/plain; charset="UTF-8" The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.10. This release of pgAdmin 4 includes over 6 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_10.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: - Allow some objects to be dragged/dropped into the Query Tool to insert their signature into the query text. - Allow the path to /pgadmin4/servers.json to be overridden in the container distribution. - Ensure the browser close confirmation is only shown when closing a Query Tool which is running in a separate browser tab. - Prevent an error that may occur when editing data with an integer primary key. - Fix a quoting issue that caused a blank UI to be displayed when running in French. - Ensure the version comparison should be correct for windows installer. Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container and source code tarball from: https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. -- Akshay Joshi pgAdmin Project --000000000000bff9dc058cda2ffe Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The pgAdmin Development Team are pleased = to announce pgAdmin 4 version 4.10.
This release of pgAdmin 4 includes o= ver 6=C2=A0bug fixes and new features. For more details please see the release notes at:

=C2=A0= =C2=A0=C2=A0https://www.pgadmin.org/docs/pgadmin4/dev= /release_notes_4_10.html.

pgAdmin is the leading Open Source gra= phical management tool for PostgreSQL. For more information, please see:
=C2=A0 =C2=A0=C2=A0https://www.pgadmin.org/

Notable changes in this release inc= lude:
  • Allow some objects to be dragged/dropped into th= e Query Tool to insert their signature into the query text.
  • Allow the path to /pgadmin4/s= ervers.json to be overridden in the container distribution.
  • Ensure the browser close conf= irmation is only shown when closing a Query Tool which is running in a sepa= rate browser tab.
  • Prevent an error that may occur when editing data with an integer prima= ry key.
  • Fix a = quoting issue that caused a blank UI to be displayed when running in French= .
  • Ensure the v= ersion comparison should be correct for windows installer.
Builds for Windows and macOS are available now, along w= ith a Python Wheel,
Docker Container and source code tarball from:
=C2=A0 =C2=A0=C2=A0https://www.pgadmin.org/download/

RPM and DEB packag= es are expected to be available on the=C2=A0postgresql.org=C2=A0repositories within the next = few days.

--
Aks= hay Joshi
pgAdmin Project
--000000000000bff9dc058cda2ffe--