diff --git a/source/release-notes/release-4-11-0.rst b/source/release-notes/release-4-11-0.rst index 15cebc571c..fc1740bf90 100644 --- a/source/release-notes/release-4-11-0.rst +++ b/source/release-notes/release-4-11-0.rst @@ -13,11 +13,36 @@ What's new This release includes new features or enhancements as the following: +Wazuh agent +^^^^^^^^^^^ + +- `#26706 `__ Improved Syscollector hotfix coverage on Windows by integrating WMI and WUA APIs. +- `#26782 `__ Extended Syscollector capabilities to detect installed .pkg packages. +- `#26236 `__ Updated standard Python and NPM package location in Syscollector to align with common installation paths. + +Wazuh dashboard +^^^^^^^^^^^^^^^ + +- `#7193 `__ Refined the layout of the agent details view. +- `#7195 `__ Changed the width of the command column, relocate argvs column and change the width of the rest of the columns in the table processes. + Resolved issues --------------- This release resolves known issues as the following: +Wazuh manager +^^^^^^^^^^^^^ + +- `#25939 `__ Fixed integration tests for Remoted to ensure proper execution. +- `#26132 `__ Enabled inventory synchronization in Vulnerability Detector when the Indexer module is disabled. +- `#26378 `__ Fixed concurrent access errors in the Vulnerability Detector's OS scan column family. + +RESTful API +^^^^^^^^^^^ + +- `#24621 `__ Added the ``security:revoke`` action to the ``PUT /security/user/revoke`` endpoint. + Changelogs ----------