Files
xen-orchestra/CHANGELOG.unreleased.md
Julien Fontanet 51f013851d feat(xen-api): limit concurrent calls to 20
Fixes xoa-support#3767

Can be changed via `callConcurrency` option.
2021-06-14 18:37:58 +02:00

1.6 KiB

This file contains all changes that have not been released yet.

Keep in mind the changelog is addressed to users and should be understandable by them.

Enhancements

Users must be able to say: “Nice enhancement, I'm eager to test it”

  • [OVA import] improve OVA import error reporting (PR #5797)
  • [Backup] Distinguish error messages between cancelation and interrupted HTTP connection

Bug fixes

Users must be able to say: “I had this issue, happy to know it's fixed”

  • [IPs] Handle space-delimited IP address format provided by outdated guest tools 5801 (PR 5805)
  • [API/pool.listPoolsMatchingCriteria] fix unknown error from the peer error (PR 5807)
  • [Backup] Limit number of connections to hosts, which should reduce the occurences of ECONNRESET

Packages to release

Packages will be released in the order they are here, therefore, they should be listed by inverse order of dependency.

Rule of thumb: add packages on top.

The format is the following: - $packageName $version

Where $version is

  • patch: if the change is a bug fix or a simple code improvement
  • minor: if the change is a new feature
  • major: if the change breaks compatibility

In case of conflict, the highest (lowest in previous list) $version wins.

  • xen-api patch
  • @xen-orchestra/xapi patch
  • @xen-orchestra/backups patch
  • @xen-orchestra/proxy patch
  • xo-server patch
  • xo-web patch