summaryrefslogtreecommitdiffstats
path: root/NEWS.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-12 09:52:17 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-12 09:52:17 +0200
commite9abf1c9af0030a62938d62535c6b90dffe93fc2 (patch)
tree152b72bc6bfe1347953beaa10686b5be5bfce118 /NEWS.rst
parent364a3ef88496f91a0e71c83b1a8fa50af2cf5b5b (diff)
parentee826a1e678c63ca509326ca2dbdc72af7d88151 (diff)
ORJson is not mandatory
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index f1af1ffd..66fe35b6 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -6,7 +6,7 @@
Version 4.0.0
===============
-See release note in Wiki format here: https://github.com/nicolargo/glances/wiki/Glances-4.0-Release-Note
+See release note in Wiki format: https://github.com/nicolargo/glances/wiki/Glances-4.0-Release-Note
**BREAKING CHANGES:**
@@ -27,6 +27,26 @@ Glances version 4.x and higher:
* 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
+Special notes for package maintainers:
+
+Minimal requirements for Glances version 4 are:
+
+* psutil
+* defusedxml
+* packaging
+* ujson
+* pydantic
+* fastapi (for WebUI / RestFull API)
+* uvicorn (for WebUI / RestFull API)
+* jinja2 (for WebUI / RestFull API)
+
+Majors changes between Glances version 3 and version 4:
+
+* Bottle has been replaced by FastAPI and Uvicorn
+* CouchDB has been replaced by PyCouchDB
+* nvidia-ml-py has been replaced by py3nvml
+* pysnmp has been replaced by pysnmp-lextudio
+
Enhancements:
* Export individual processes stats #794