pg_auto_failover v2.1 (November 24, 2023)
This release incorporates support for Postgres major version 16, some bug fixes,
documentation updates, and usual code maintenance work.
Added
- Support for Postgres major version 16. (#1013, #1006, )
- Improve on documentation, Docker images, and tutorials. (#964, #954, #947)
- PGDATABASE as default create node --dbname. (#956)
- Add chapters to the documentation navigation. (#954)
Fixed
- Makefile .PHONY target is defined throughout where needed. (#1008)
- History file parsing allowing for files longer than 1024 lines. (#995)
- A mistake in setup description (#984)
- Typo in pg_autoctl_do_pgsetup.rst (#961)
- pg_autoctl version Postgres compatibility string. (#951)
- Creating the PGUSER at pg_autoctl create postgres time. (#950)
- Dockerfile compatibility for Citus before 11. (#946)
- Punctuation in README.md. (#945)