Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions pg_backup_api/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

© Copyright EnterpriseDB UK Limited 2021-2025 - All rights reserved.

## 2.2.0 (2025-09-12)

### Notable changes

- The location of the barman conf file can now be specified by using
the PG_BACKUP_API_BARMAN_CONF environment variable.

## 2.1.1 (2024-06-29)

### Buxfixes
Expand All @@ -13,8 +20,8 @@
### Notable changes

- Barman now supports changes in the configuration whilst it's running. This
pg-backup-api release adds the required endpoints to trigger that switch
when requested.
pg-backup-api release adds the required endpoints to trigger that switch when
requested.

## 2.0.0 (2023-10-03)

Expand Down Expand Up @@ -50,8 +57,8 @@
- Ability to parse and recognise Barman shortcuts like `latest` or `oldest`.

- Access to barman-api.log is now only required when running under a WSGI
server. This means pg-backup-api commands like status will no longer fail
if they are executed by a user that cannot access barman-api.log.`
server. This means pg-backup-api commands like status will no longer fail if
they are executed by a user that cannot access barman-api.log.`

## 1.2.0 (2023-03-29)

Expand Down
8 changes: 8 additions & 0 deletions pg_backup_api/news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
# pg-backup-api News - History of user-visible changes

pg-backup-api release notes:
- version: "2.2.0"
date: "20250912"
changes:
Notable changes:
- |
The location of the barman conf file can now be specified by using
the PG_BACKUP_API_BARMAN_CONF environment variable.

- version: "2.1.1"
date: "20240629"
changes:
Expand Down
2 changes: 1 addition & 1 deletion pg_backup_api/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.2.0
Loading