Files
xen-orchestra/CHANGELOG.unreleased.md
T

1.4 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”

  • [Backups] Ability to set the NBD mode per backup job in the UI instead of globally in the config file (PR #6995)
  • [Netbox] Better handle cases where the IP addresses reported by XAPI are malformed (PR #6989)

Bug fixes

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

  • [REST API] limit parameter now applies at the end of the backups/logs and restore/logs collections, i.e. it selects the last entries Forum#64880

Packages to release

When modifying a package, add it here with its release type.

The format is the following: - $packageName $releaseType

Where $releaseType 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

Keep this list alphabetically ordered to avoid merge conflicts

  • @xen-orchestra/backups minor
  • @xen-orchestra/xapi minor
  • xo-server patch
  • xo-server-netbox minor
  • xo-web minor