From 20501b4fdb261bf7c3603cf1fb5e0fd0124d8960 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 7 May 2024 10:04:53 +0200 Subject: Update NEWS file --- NEWS.rst | 53 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 12 deletions(-) (limited to 'NEWS.rst') diff --git a/NEWS.rst b/NEWS.rst index e9c4d749..3811b399 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,30 +6,59 @@ Version 4.0.0 =============== -Under development: https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Glances+4.0.0%22 +**BREAKING CHANGES:** 1 1 -**BREAKING CHANGES:** +* The minimal Python version is 3.8 +* The Glances API version 3 is replaced by the version 4. So Restfull API URL is now /api/4/ #2610 +* Alias definition change in the configuration file #1735 - * The Glances API version 3 is replaced by the version 4. So Restfull API URL is now /api/4/ #2610 - * Alias definition change in the configuration file #1735 + Glances version 3.x and lower: - Glances version 3.x and lower: + sda1_alias=InternalDisk - sda1_alias=InternalDisk - sdb1_alias=ExternalDisk + sdb1_alias=ExternalDisk - Glances version 4.x and higher: + Glances version 4.x and higher: - alias=sda1:InternalDisk,sdb1:ExternalDisk + alias=sda1:InternalDisk,sdb1:ExternalDisk - * Alert data model change from a list of list to a list of dict #2633 - * Docker memory usage uses the same algorithm than docker stats #2637 +* Alert data model change from a list of list to a list of dict #2633 +* Docker memory usage uses the same algorithm than docker stats #2637 + +Enhancements: + + +Bug corrected: + + +Many thinks to the contributors: + + * Bharath Vignesh J K + * Christoph Zimmermann + * RazCrimson + * Robin Candau + * Github GPG acces + * Continuous Integration + * Georgiy Timchenko + * turbocrime + * Kiskae + * snyk-bot + * Alexander Grigoryev + * Claes Hallström + * Francois Pires + * Maarten Kossen (mpkossen) + * Osama Albahrani + * csteiner + * k26pl + * kdkd + * monochromec + * and all the beta testers ! =============== Version 3.4.0.5 =============== -Correct issur with GPU plugin in Docker images #2705 +Correct issue with GPU plugin in Docker images #2705 =============== Version 3.4.0.4 -- cgit v1.2.3