From dafba4a69803aa9044957b3dc60556f311bb7563 Mon Sep 17 00:00:00 2001 From: Simon Notley <43099400+sonotley@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:56:09 +0100 Subject: [PATCH] Add missing rel note --- product_docs/docs/tpa/23/rel_notes/tpa_23.33_rel_notes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.33_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.33_rel_notes.mdx index 7dadfbcf6a1..0c9a5c7461a 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.33_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.33_rel_notes.mdx @@ -11,6 +11,7 @@ New features, enhancements, bug fixes, and other changes in Trusted Postgres Arc |---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Enhancement | TPA now supports Debian 12 Bookworm on the ARM64 CPU architecture. | | Enhancement | PGD version 5.5 allows for proxy nodes to be configured as read endpoints, which direct read-only queries to a shadow node. TPA supports this configuration option by setting a `read_listen_port` parameter under `default_pgd_proxy_options` and `pgd_proxy_options` in `config.yml`. This parameter is included by default when the PGD version is 5.5 or greater. Users can also specify the port numbers by passing `--proxy-listen-port` and `proxy-read-listen-port` arguments to the `tpaexec configure` command. | +| Enhancement | TPA now supports deployment and configuration of the Beacon Agent on any Postgres node by assigning the role 'beacon-agent' or using the `--enable-beacon-agent` option with `configure`. | | Enhancement | Added support for `postgres_wal_dir` in Patroni deployments. When a custom `postgres_wal_dir` is specified in TPA configuration, TPA will make sure to relay that option to the corresponding settings in the Patroni configuration file. That way, if Patroni ever needs to rebuild a standby on its own, out of TPA, the standby will be properly set up with a custom WAL directory. | | Enhancement | When adding PgBouncer nodes in a Patroni cluster, TPA now configures Patroni with a `on_role_change` callback. That callback takes care of updating the primary connection info in the PgBouncer nodes in response to failover and switchover events. | | Enhancement | EDB now produces its own `edb-patroni` package instead of rebuilding the `patroni` packages from PGDG. TPA now allows users to select between `patroni` and `edb-patroni` packages. The selection is made through the new TPA setting `patroni_package_flavour`. |