|
| 1 | +### pg_auto_failover v2.0 (October 7, 2022) ### |
| 2 | + |
| 3 | +This new release includes support for Citus in pg_auto_failover, the usual |
| 4 | +amount of bug fixes, and update documentation with new tutorials and |
| 5 | +diagrams. |
| 6 | + |
| 7 | +The source code repository branch "master" was renamed to "main". This |
| 8 | +impacts the URLs of the docs for the not-yet released versions, and if |
| 9 | +you're using your own local git clone you might need to change your remote |
| 10 | +settings to follow the "main" branch now. |
| 11 | + |
| 12 | +### Added |
| 13 | +* Implement Citus support in pg_auto_failover. (#933) |
| 14 | +* Improve our Citus support for modern Citus compatibility. (#939) |
| 15 | + |
| 16 | +### Fixed |
| 17 | +* Fix documentation of health_check_period to match code (#926) |
| 18 | +* Bug fix: if process is stopped, refrain from signaling PID 0. (#921) |
| 19 | +* Fix monitor extension for new Postgres 15 shared memory hooks. (#922) |
| 20 | +* Refrain from using PGPASSWORD for pg_basebackup connection. (#768) |
| 21 | +* Fix build on FreeBSD (sempahore union support). (#901) |
| 22 | +* Improve tests stability around wait-until-pg-is-running. (#900) |
| 23 | +* Avoid NULL pointer check (#898) |
| 24 | +* Fix incorrect order of arguments in prototype (#887) |
| 25 | +* Fix check for negative pid (#888) |
| 26 | +* Fix potential out of bounds array access (#889) |
| 27 | +* Fix incorrect indentation of foreach block (#884) |
| 28 | +* docs: fix various typos (#885) |
| 29 | +* Fix tests for a non-interactive environment. (#894) |
| 30 | +* Fix ssl test by copying root client-side certificates. (#893) |
| 31 | + |
| 32 | +### Changed |
| 33 | +* Review the README, introduce a new first simple tutorial. (#942) |
| 34 | +* Use our docker test infrastructure on GitHub Actions. (#937) |
| 35 | +* Include Postgres 15 in our CI testing. (#923) |
| 36 | +* Improve our docker compose file a little. (#724) |
| 37 | +* Improve documentation thanks to user feedback. (#909) |
| 38 | +* Trigger github action workflow on pull requests to master. (#895) |
| 39 | + |
1 | 40 | ### pg_auto_failover v1.6.4 (January 22, 2022) ### |
2 | 41 |
|
3 | 42 | This is a bug fix release for the 1.6 series. |
|
0 commit comments