You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/release-notes/release-4-14-4.rst
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,55 @@ What's new
13
13
14
14
This release includes new features or enhancements as the following:
15
15
16
+
Wazuh agent
17
+
^^^^^^^^^^^
18
+
19
+
- `#34541 <https://github.com/wazuh/wazuh/pull/34541>`__ Changed the ``msi_output`` extension from ``.txt`` to ``.log``.
20
+
- `#34602 <https://github.com/wazuh/wazuh/pull/34602>`__ Changed the data type to ``unsigned char`` in ``print_hex_string``.
21
+
- `#34552 <https://github.com/wazuh/wazuh/pull/34552>`__ Changed sync primitive disposal to stop and soften teardown failures.
22
+
23
+
Other
24
+
^^^^^
25
+
26
+
- `#34154 <https://github.com/wazuh/wazuh/pull/34154>`__ Updated the ``azure-core`` dependency to 1.38.0 and the ``Werkzeug`` dependency to 3.1.5.
27
+
- `#34403 <https://github.com/wazuh/wazuh/pull/34403>`__ Updated the ``protobuf`` dependency to 5.29.6 and the ``python-multipart`` dependency to 0.0.22.
28
+
16
29
Resolved issues
17
30
---------------
18
31
19
32
This release resolves known issues as the following:
- `#34240 <https://github.com/wazuh/wazuh/pull/34240>`__ Fixed MS Graph default rules not triggering properly.
43
+
- `#34473 <https://github.com/wazuh/wazuh/pull/34473>`__ Unified date formats in Active Response logs to ensure consistent timestamp formatting.
44
+
- `#34376 <https://github.com/wazuh/wazuh/pull/34376>`__ Updated Docker integration rules to improve detection coverage and compatibility.
45
+
- `#34501 <https://github.com/wazuh/wazuh/pull/34501>`__ Fixed a heap-based null write buffer underflow in ``GetAlertData``.
46
+
- `#34517 <https://github.com/wazuh/wazuh/pull/34517>`__ Retained MSI installer logs after Windows agent upgrades to improve troubleshooting visibility.
47
+
- `#34530 <https://github.com/wazuh/wazuh/pull/34530>`__ Fixed incorrect Windows 11 edition detection after upgrading the agent to version 4.14.3.
48
+
- `#34274 <https://github.com/wazuh/wazuh/pull/34274>`__ Fixed a macOS agent crash during Syscollector reload caused by invalid ``pthread_cond_destroy()`` usage.
49
+
- `#34540 <https://github.com/wazuh/wazuh/pull/34540>`__ Fixed Windows OS edition detection.
50
+
51
+
RESTful API
52
+
^^^^^^^^^^^
53
+
54
+
- `#34176 <https://github.com/wazuh/wazuh/pull/34176>`__ Fixed timestamps in the ``/agents/upgrade_result`` endpoint to return accurate UTC time.
- `#34459 <https://github.com/wazuh/wazuh/pull/34459>`__ Fixed an API login race condition.
57
+
58
+
Wazuh dashboard
59
+
^^^^^^^^^^^^^^^
60
+
61
+
- `#8047 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/8047>`__ Fixed ``indexDate`` function to correctly handle ISO week-year calculation for weekly indices.
62
+
- `#8052 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/8052>`__ Fixed the status code and body displayed in failed requests in **Server management** > **Dev tools**.
63
+
- `#8087 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/8087>`__ Fixed saving of valid Windows EventChannel ``QueryList`` queries in the ``agent.conf`` editor.
0 commit comments