diff --git a/HISTORY b/HISTORY index a300cfe2..ad5c6bc3 100644 --- a/HISTORY +++ b/HISTORY @@ -4,7 +4,15 @@ repmgr: improve switchover log messages and exit code when old primary could not be shut down cleanly (Ian) repmgr: add --dry-run mode to "repmgr standby follow"; GitHub #368 (Ian) + repmgr: provide information about the primary node for "standby_register" and + "standby_follow" event notifications; GitHub #375 (Ian) + repmgr: add "standby_register_sync" event notification; GitHub #374 (Ian) + repmgr: output any connection error messages in "cluster show"'s list of + warnings; GitHub #369 (Ian) + repmgr: ensure an inactive data directory can be deleted; GitHub #366 (Ian) repmgr: fix upstream node display in "repmgr node status"; GitHub #363 (fanf2) + repmgr: improve/clarify documentation and update --help output for + "primary unregister"; GitHub #373 (Ian) 4.0.2 2018-01-18 repmgr: add missing -W option to getopt_long() invocation; GitHub #350 (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index b978e369..012e18fd 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -11,17 +11,110 @@ before performing an upgrade, as there may be version-specific upgrade steps. - See also: + + Release 4.0.3 + ??? Feb ??, 2018 + + + &repmgr; 4.0.3 contains some bug fixes and and a number of + usability enhancements related to logging/diagnostics, + event notifications and pre-action checks. + + + + Usability enhancements + + + + + + + improve repmgr standby switchover + behaviour when pg_ctl is used to control the server and logging output is + not explicitly redirected + + + + + + improve repmgr standby switchover + log messages and provide new exit code ERR_SWITCHOVER_INCOMPLETE when old primary could + not be shut down cleanly + + + + + + add --dry-run mode to repmgr standby follow + (GitHub #369) + + + + + + add standby_register_sync event notification, which is fired when + repmgr standby register + is run with the option and the new or updated standby node + record has synchronised to the standy (GitHub #374) + + + + + + when running repmgr cluster show, + if any node is unreachable, output the error message encountered in the list of warnings + (GitHub #369) + + + + + + + + + Bug fixes + + + + + + ensure an inactive data directory can be overwritten when + cloning a standby (GitHub #366) + + + + + + repmgr node status + upstream node display fixed (GitHub #363) + + + + + + repmgr primary unregister + clarify usage and fix --help output (GitHub #363) + + + + + + + + + + + Release 4.0.2 Thu Jan 18, 2018 - repmgr 4.0.2 contains some bug fixes and small usability enhancements. + &repmgr; 4.0.2 contains some bug fixes and small usability enhancements. This release can be installed as a simple package upgrade from &repmgr; 4.0.1 or 4.0; @@ -126,7 +219,7 @@ Wed Dec 13, 2017 - repmgr 4.0.1 is a bugfix release. + &repmgr; 4.0.1 is a bugfix release. Bug fixes