2019-02-04 13:43:29 +01:00
> This file contains all changes that have not been released yet.
2019-07-05 10:05:02 +02:00
>
> Keep in mind the changelog is addressed to **users** and should be
> understandable by them.
2019-02-04 13:43:29 +01:00
### Enhancements
2021-04-13 10:26:26 +02:00
> Users must be able to say: “Nice enhancement, I'm eager to test it”
2022-05-13 16:46:22 +02:00
- [Backup] Merge multiple VHDs at once which will speed up the merging ĥase after reducing the retention of a backup job(PR [#6184 ](https://github.com/vatesfr/xen-orchestra/pull/6184 ))
2022-05-17 10:43:00 +02:00
- [Backup] Implement file cache for listing the backups of a VM (PR [#6220 ](https://github.com/vatesfr/xen-orchestra/pull/6220 ))
2022-05-17 10:54:28 +02:00
- [Backup] Add setting `backups.metadata.defaultSettings.unconditionalSnapshot` in `xo-server` 's configuration file to force a snapshot even when not required by the backup, this is useful to avoid locking the VM halted during the backup (PR [#6221 ](https://github.com/vatesfr/xen-orchestra/pull/6221 ))
2022-05-19 09:36:11 +02:00
- [XO Web] Add ability to configure a default filter for Storage [#6236 ](https://github.com/vatesfr/xen-orchestra/issues/6236 ) (PR [#6237 ](https://github.com/vatesfr/xen-orchestra/pull/6237 ))
2022-05-13 16:46:22 +02:00
2019-02-04 13:43:29 +01:00
### Bug fixes
2021-04-13 10:26:26 +02:00
> Users must be able to say: “I had this issue, happy to know it's fixed”
2022-05-17 10:56:45 +02:00
- [S3] Fix S3 remote with empty directory not showing anything to restore (PR [#6218 ](https://github.com/vatesfr/xen-orchestra/pull/6218 ))
2022-05-18 12:07:38 +02:00
- [S3] remote fom did not save the `https` and `allow unatuhorized` during remote creation (PR [#6219 ](https://github.com/vatesfr/xen-orchestra/pull/6219 ))
2022-05-17 10:56:45 +02:00
2020-06-08 10:54:42 +02:00
### Packages to release
2019-02-04 13:43:29 +01:00
2019-07-05 10:05:02 +02:00
> 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.
2020-04-16 15:08:06 +02:00
>
2020-04-16 15:09:11 +02:00
> The format is the following: - `$packageName` `$version`
2020-04-16 15:08:06 +02:00
>
2020-04-16 15:09:11 +02:00
> Where `$version` is
2020-04-16 15:08:06 +02:00
>
> - 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
>
2020-04-16 15:09:11 +02:00
> In case of conflict, the highest (lowest in previous list) `$version` wins.
2022-05-04 09:57:21 +02:00
>
> The `gen-deps-list` script can be used to generate this list of dependencies
> Run `scripts/gen-deps-list.js --help` for usage
<!-- packages - start -->
2022-05-13 13:38:02 +02:00
- vhd-lib patch
2022-05-17 10:33:35 +02:00
- @xen -orchestra/fs patch
2022-05-13 13:38:02 +02:00
- vhd-cli patch
2022-05-13 16:46:22 +02:00
- xo-vmdk-to-vhd minor
2022-05-13 13:38:02 +02:00
- @xen -orchestra/upload-ova patch
2022-05-13 16:46:22 +02:00
- @xen -orchestra/backups minor
2022-05-13 13:38:02 +02:00
- @xen -orchestra/backups-cli patch
2022-05-23 11:31:51 +02:00
- @xen -orchestra/emit-async major
2022-05-23 09:39:17 +02:00
- @xen -orchestra/mixins minor
2022-05-13 16:46:22 +02:00
- @xen -orchestra/proxy minor
- xo-server minor
- xo-web minor
2022-05-04 09:57:21 +02:00
<!-- packages - end -->