Skip to content

pg-backup-api 1.0.0

Compare
Choose a tag to compare
@mikewallace1979 mikewallace1979 released this 18 Oct 10:49
· 53 commits to main since this release

Version 1.0.0 - 13 October 2022

Notable changes

  • Support for running as a WSGI application under Gunicorn.

Minor changes

  • Changes to the Barman configuration are now included in the /diagnose output
    without requiring a restart of pg-backup-api.

  • Barman configuration options added in Barman 3.1.0 are now included in the
    /diagnose output.

  • Fields relating to pgespresso are removed from the /diagnose output.

Bugfixes

  • Fix the monotonic increase of memory usage caused by every /diagnose response
    being retained in the Barman output writer.

  • Various schema fixes.