chore(CHANGELOG.unreleased): explicit restore logs REST API path

Introduced by 35f6476d0
This commit is contained in:
Julien Fontanet
2023-03-27 15:53:14 +02:00
parent 9c36520c79
commit 5ce6f1fe4d

View File

@@ -12,7 +12,7 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [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`
- [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`