Skip to content

Commit 6acfb07

Browse files
authored
Merge pull request #9373 from wazuh/enhancement/idr640-update-4.14.4-release-notes
Update 4.14.4 release notes
2 parents 92928da + 210c45b commit 6acfb07

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

source/release-notes/release-4-14-4.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,55 @@ What's new
1313

1414
This release includes new features or enhancements as the following:
1515

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+
1629
Resolved issues
1730
---------------
1831

1932
This release resolves known issues as the following:
2033

34+
Wazuh manager
35+
^^^^^^^^^^^^^
36+
37+
- `#34658 <https://github.com/wazuh/wazuh/pull/34658>`__ Fixed heap-based null write buffer underflows.
38+
39+
Wazuh agent
40+
^^^^^^^^^^^
41+
42+
- `#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.
55+
- `#34464 <https://github.com/wazuh/wazuh/pull/34464>`__ Improved cluster file synchronization path handling by adding safe path joins.
56+
- `#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.
64+
2165
Changelogs
2266
----------
2367

0 commit comments

Comments
 (0)