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 1qo0x8-00Cn04-3O for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 12:26:10 +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 1qo0x6-00EwFy-7P for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 12:26:08 +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 1qo0x5-00EwFp-UX for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 12:26:08 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo0x1-0091We-0T for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 12:26:07 +0000 Received: from github.com (hubbernetes-node-78bf671.ac4-iad.github.net [10.52.211.61]) by smtp.github.com (Postfix) with ESMTPA id 1B3DD1E101B for ; Wed, 4 Oct 2023 05:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696422361; bh=WGKWJ/hInENPWi/9rLnRcdboDFOf+XWAxsGBFt/X6NQ=; h=Date:From:To:Subject:From; b=cZPX5H+H1sVtYT+soFoIfSQKQlh9FQr4cXl7LJOKyydXgPkmJLnvwgQCt7BnW3Gc1 26E6uoUrMW0Wff7ilUB+gpnfM/ig2vV+ZHnLKdLRVfX/VPtiLsnwle3Wz4AGK42+Pf +HCW9Aj0ZdILVXzNn5UuI8IFhhfJS7/1opYWudy4= Date: Wed, 04 Oct 2023 05:26:01 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9666bd: 1) Added 'load_balance_hosts' connection string pa... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 9666bd6c8d861750e911f84b389ff0d41af52b27 https://github.com/pgadmin-org/pgadmin4/commit/9666bd6c8d861750e911f84b389ff0d41af52b27 Author: Akshay Joshi Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M .github/workflows/run-feature-tests-epas.yml M .github/workflows/run-python-tests-epas.yml M docs/en_US/release_notes_7_8.rst M requirements.txt M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/utils/constants.py Log Message: ----------- 1) Added 'load_balance_hosts' connection string parameter for PG 16 and above. #6802 2) Added EPAS 11 support back as its EOL is in November.