Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing rel note #5801

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |
Expand Down