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-19 18:43:48 +02:00
2022-10-07 11:23:32 +02:00
> Users must be able to say: “Nice enhancement, I'm eager to test it”
2023-12-21 17:39:39 +01:00
2024-01-03 17:34:12 +01:00
- [Settings/Logs] Use GitHub issue form with pre-filled fields when reporting a bug [#7142 ](https://github.com/vatesfr/xen-orchestra/issues/7142 ) (PR [#7274 ](https://github.com/vatesfr/xen-orchestra/pull/7274 ))
2024-01-04 17:14:52 +01:00
- [REST API] New pool action: `emergency_shutdown` , it suspends all the VMs and then shuts down all the host [#7277 ](https://github.com/vatesfr/xen-orchestra/issues/7277 ) (PR [#7279 ](https://github.com/vatesfr/xen-orchestra/pull/7279 ))
2024-01-10 16:49:55 +01:00
- [Tasks] Hide `/rrd_updates` tasks by default
2024-01-11 08:58:52 +01:00
- [Sign in] Support _Remember me_ feature with external providers (PR [#7298 ](https://github.com/vatesfr/xen-orchestra/pull/7298 ))
2024-01-03 17:34:12 +01:00
2022-11-30 11:18:33 +01:00
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
2024-01-03 10:50:42 +01:00
- [Proxies] Fix `this.getObject` is not a function during deployment
2024-01-03 18:11:34 +01:00
- [Settings/Logs] Fix `sr.getAllUnhealthyVdiChainsLength: not enough permissions` error with non-admin users (PR [#7265 ](https://github.com/vatesfr/xen-orchestra/pull/7265 ))
2024-01-04 11:05:53 +01:00
- [Settings/Logs] Fix `proxy.getAll: not enough permissions` error with non-admin users (PR [#7249 ](https://github.com/vatesfr/xen-orchestra/pull/7249 ))
2024-01-06 15:15:57 +01:00
- [Replication/Health Check] Fix `healthCheckVm.add_tag is not a function` error [Forum#69156 ](https://xcp-ng.org/forum/post/69156 )
2024-01-08 11:25:40 +01:00
- [Plugin/load-balancer] Prevent unwanted migrations to hosts with low free memory (PR [#7288 ](https://github.com/vatesfr/xen-orchestra/pull/7288 ))
2024-01-09 15:10:08 +01:00
- Avoid unnecessary `pool.add_to_other_config: Duplicate key` error in XAPI log [Forum#68761 ](https://xcp-ng.org/forum/post/68761 )
2024-01-10 14:05:02 +01:00
- [Jobs] Reset parameters when editing method to avoid invalid parameters on execution [Forum#69299 ](https://xcp-ng.org/forum/post/69299 )
2024-01-10 15:38:15 +01:00
- [Metadata Backup] Fix `ENOENT` error when restoring an _XO Config_ backup [Forum#68999 ](https://xcp-ng.org/forum/post/68999 )
2024-01-11 11:04:02 +01:00
- [REST API] Fix `/backup/log/<id>` which was broken by the `/backups` to `/backup` renaming [Forum#69426 ](https://xcp-ng.org/forum/post/69426 )
2024-01-16 11:13:01 +01:00
- [Backup/Restore] Fix unnecessary pool selector in XO config backup restore modal [Forum#8130 ](https://xcp-ng.org/forum/topic/8130/xo-configbackup-restore ) (PR [#7287 ](https://github.com/vatesfr/xen-orchestra/pull/7287 ))
2024-01-03 10:50:42 +01:00
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-12-08 17:04:25 +01: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-12-06 10:42:51 +01:00
2024-01-06 15:15:57 +01:00
- @xen -orchestra/backups patch
2024-01-04 16:51:08 +01:00
- @xen -orchestra/xapi minor
2024-01-09 15:10:08 +01:00
- xen-api patch
2024-01-04 17:14:52 +01:00
- xo-server minor
2024-01-08 14:46:17 +01:00
- xo-server-load-balancer patch
2024-01-03 17:34:12 +01:00
- xo-web minor
2024-01-03 10:50:42 +01:00
2022-05-04 09:57:21 +02:00
<!--packages-end-->