|
| 1 | +### pg_auto_failover v1.5.2 (May 20, 2021) ### |
| 2 | + |
| 3 | +This is a bugfix release for the v1.5 series. |
| 4 | + |
| 5 | +In addition to bug fixes, this release also contains a lift of the |
| 6 | +restriction to always have at least two nodes with a non-zero candidate |
| 7 | +priority in a group. It is now possible to use pg_auto_failover and only |
| 8 | +have manual failover. |
| 9 | + |
| 10 | +If you're using the output from the command `pg_autoctl show settings |
| 11 | +--json` please notice that we changed the JSON format we use in the output. |
| 12 | +See #697 for details. |
| 13 | + |
| 14 | +#### Added |
| 15 | +* Check that a "replication" connection is possible before pg_rewind. [#665] |
| 16 | +* Allow manual promotion of nodes with candidate priority zero. [#661] |
| 17 | +* Implement a new configuration option listen_notifications_timeout. [#677] |
| 18 | +* Log monitor health changes as events. [#703] |
| 19 | + |
| 20 | +#### Changed |
| 21 | +* Use PGDATA owner for the systemd service file. [#666] |
| 22 | +* Remove logging of connection password in monitor string [#512] |
| 23 | +* Improve docs color contrast for accessibility [#674] |
| 24 | +* Fix pg_autoctl show settings --json output. [#697] |
| 25 | + |
| 26 | +#### Fixed |
| 27 | +* Docs: typo fix for Postgres client certificate file (postgresql.crt). [#652] |
| 28 | +* Plug connection leaks found during profiling [#582] |
| 29 | +* Review find_extension_control_file[) error handling. (#659] |
| 30 | +* Fix/identify system before pg basebackup [#658] |
| 31 | +* Fix a pipe issue and return code [#619] |
| 32 | +* Fix memory leak allocated by createPQExpBuffer() (#671] |
| 33 | +* Fix parsing pg version string for replication slots support on standby. [#676] |
| 34 | +* Fix/debian cluster for the monitor [#681] |
| 35 | +* Fix a memory leak in uri_contains_password. [#687] |
| 36 | +* Fix a memory leak in BuildNodesArrayValues. [#693] |
| 37 | +* Complete transition of a second [or greater) failed primary (#706] |
| 38 | + |
| 39 | + |
1 | 40 | ### pg_auto_failover v1.5.1 (March 24, 2021) ### |
2 | 41 |
|
3 | 42 | This release contains monitor schema changes, so the monitor extension gets |
|
0 commit comments