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
2022-10-07 11:23:32 +02:00
> Users must be able to say: “Nice enhancement, I'm eager to test it”
2022-10-17 11:33:55 +02:00
- [Backup/Encryption] Use `aes-256-gcm` instead of `aes-256-ccm` to mitigate [padding oracle attacks ](https://en.wikipedia.org/wiki/Padding_oracle_attack ) (PR [#6447 ](https://github.com/vatesfr/xen-orchestra/pull/6447 ))
2019-02-04 13:43:29 +01:00
### Bug fixes
2022-10-07 11:23:32 +02:00
> Users must be able to say: “I had this issue, happy to know it's fixed”
2020-06-08 10:54:42 +02:00
### Packages to release
2019-02-04 13:43:29 +01:00
2022-05-24 11:01:05 +02:00
> When modifying a package, add it here with its release type.
2019-07-05 10:05:02 +02:00
>
2022-05-24 11:01:05 +02:00
> The format is the following: - `$packageName` `$releaseType`
2020-04-16 15:08:06 +02:00
>
2022-05-24 11:01:05 +02:00
> Where `$releaseType` 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
2022-06-13 11:22:08 +02:00
>
> Keep this list alphabetically ordered to avoid merge conflicts
2022-05-04 09:57:21 +02:00
<!-- packages - start -->
2022-10-12 14:46:16 +02:00
- @vates/nbd -client major
2022-10-12 15:44:43 +02:00
- @vates/otp major
2022-10-06 15:13:15 +02:00
- @vates/read -chunk patch
2022-10-17 11:33:55 +02:00
- @xen -orchestra/fs minor
2022-10-05 17:21:57 +02:00
- @xen -orchestra/log minor
2022-09-30 16:49:59 +02:00
- xo-remote-parser patch
2022-10-03 16:37:14 +02:00
- xo-server-transport-nagios patch
2022-09-30 16:50:48 +02:00
- xo-web patch
2022-10-03 16:37:14 +02:00
2022-05-04 09:57:21 +02:00
<!-- packages - end -->