pg-backup-api 2.0.0
Version 2.0.0 - 3 October 2023
Notable changes
-
BREAKING: The
/servers/server_name/operations
endpoint now returns a list
of dictionaries containing keysid
andtype
instead of the list of
operation IDs which was returned by previous versions. -
BREAKING: The
/servers/server_name/operations/operation_id
endpoint now
returnsoperation_id
andstatus
instead ofrecovery_id
andstatus
which were returned by previous versions.
Minor changes
- Improved help strings and documentation for command line options.
Bugfixes
-
Allow pg-backup-api subcommands such as
status
to work regardless of
whether pg-backup-api was installed from source or from packages. -
Fix exit code for
pg-backup-api status
so that it is zero if the command
completes successfully and non-zero otherwise. -
Fix the
Backup <BACKUP> does not exist
error message so it includes the ID
of the requested backup.