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.
Security fixes and new features should go in this section
Users must be able to say: "Nice enhancement, I'm eager to test it"
- [MCP] Support token authentication via
XO_TOKENenvironment variable as an alternative to username/password (PR #9577) - [Replication] Reuse the same VM as an incremental replication target (PR #9524)
- [S3] add configuration for max/minPartSize and maxPartNumber in the API (PR #9561)
- [REST API] Expose
/rest/v0/vms/:id/actions/clone(PR #9453) - [REST API] Expose POST
/rest/v0/srs/:id/actions/forget(PR #9505) - [REST API] Add
POST /hosts/{id}/actions/disableandPOST /hosts/{id}/actions/enableendpoints (PR #9532)
Users must be able to say: “I had this issue, happy to know it's fixed”
- [Backup] Reduce backup memory consumption (PR #9557)
- [VM/New] VCPU was ignored Forum#11954 (PR #9591)
- [Backups/Runs] Fix transfer size calculation (PR #9496)
When modifying a package, add it here with its release type.
The format is the following:
- $packageName $releaseTypeWhere
$releaseTypeis
- 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
- @vates/generator-toolbox patch
- @vates/types minor
- @xen-orchestra/backups minor
- @xen-orchestra/disk-transform patch
- @xen-orchestra/fs minor
- @xen-orchestra/mcp minor
- @xen-orchestra/rest-api minor
- @xen-orchestra/web patch
- xo-server minor