From 8a07b7a3dbaa0e3d4f2909fc2dd7713bc21fd9ea Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 31 Mar 2023 17:06:12 +0200 Subject: [PATCH] fix(CHANGELOG): REST API changes are features, not fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe5fd918..e6fa89787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,14 @@ - [Import VM] Ability to import multiple VMs from ESXi (PR [#6718](https://github.com/vatesfr/xen-orchestra/pull/6718)) - [Backup/Advanced setting] Ability to add transfer limit per job (PRs [#6737](https://github.com/vatesfr/xen-orchestra/pull/6737), [#6728](https://github.com/vatesfr/xen-orchestra/pull/6728)) - [License] Show Pro Support status icon at host level (PR [#6633](https://github.com/vatesfr/xen-orchestra/pull/6633)) +- [REST API] Backup logs are now available at `/rest/v0/backups/logs` and `/rest/v0/restore/logs` +- [REST API] Backup jobs are now available at `/rest/v0/backups/jobs` ### Bug fixes - [Backup/Restore] Fix restore via a proxy showing as interupted (PR [#6702](https://github.com/vatesfr/xen-orchestra/pull/6702)) -- [REST API] Backup logs are now available at `/rest/v0/backups/logs` and `/rest/v0/restore/logs` - [ESXI import] Fix failing imports when using non default datacenter name [Forum#59543](https://xcp-ng.org/forum/post/59543) PR [#6729](https://github.com/vatesfr/xen-orchestra/pull/6729) - [Backup] Fix backup worker consuming too much memory and being killed by system during full VM backup to S3 compatible remote PR [#6732](https://github.com/vatesfr/xen-orchestra/pull/6732) -- [REST API] Backup jobs are now available at `/rest/v0/backups/jobs` - [Plugin/perf-alert] Ignore special SRs (e.g. _XCP-ng Tools_, _DVD drives_, etc) as their usage is always 100% (PR [#6755](https://github.com/vatesfr/xen-orchestra/pull/6755)) - [S3 remote] Relax bucket checks in browser to improve experience on S3 compatible remote [Forum#60426](https://xcp-ng.org/forum/post/60426) (PR [#6757](https://github.com/vatesfr/xen-orchestra/pull/6757))