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: CHANGELOG.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [v3.13.5]
5
+
6
+
### Changed
7
+
8
+
- Upgrade moment dependency to 2.29.3 ([#503](https://github.com/wazuh/wazuh-api/pull/503)).
9
+
4
10
## [v3.13.4]
5
11
6
12
There are no changes for Wazuh API in this version.
@@ -33,15 +39,15 @@ There are no changes for Wazuh API in this version.
33
39
34
40
- New filters in request `GET/rules`:
35
41
-`mitre`: Filters the rules by mitre requirement
36
-
-`tsc`: Filters the rules by tsc requirement
42
+
-`tsc`: Filters the rules by tsc requirement
37
43
38
44
### Changed
39
45
40
46
- Increase the maximum allowed size of the files to be uploaded from 1MB to 10MB ([#487](https://github.com/wazuh/wazuh-api/pull/487)). This change applies to:
41
-
*`POST /manager/files`
42
-
*`POST /cluster/:node_id/files`
43
-
*`POST /agents/groups/:group_id/configuration`
44
-
*`POST /agents/groups/:group_id/files/:file_name`
47
+
*`POST /manager/files`
48
+
*`POST /cluster/:node_id/files`
49
+
*`POST /agents/groups/:group_id/configuration`
50
+
*`POST /agents/groups/:group_id/files/:file_name`
45
51
46
52
## [v3.12.3]
47
53
@@ -67,7 +73,7 @@ There are no changes for Wazuh API in this version.
67
73
68
74
### Fixed
69
75
- Fixed bug with API requests not being properly distributed to the selected node_id: ([#479](https://github.com/wazuh/wazuh-api/pull/479)).
70
-
*`GET /cluster/{node_id}/stats/analysisd`
76
+
*`GET /cluster/{node_id}/stats/analysisd`
71
77
*`GET /cluster/{node_id}/stats/remoted`
72
78
73
79
@@ -106,8 +112,8 @@ There are no changes for Wazuh API in this version.
106
112
107
113
### Fixed
108
114
- Fixed bug inserting duplicated agent without any errors ([#318](https://github.com/wazuh/wazuh-api/issues/318))
109
-
- Fixed exception handling for `DELETE/agents` ([#441](https://github.com/wazuh/wazuh-api/pull/441))
110
-
- Fixed API installation in Docker CentOS 7 containers ([#408](https://github.com/wazuh/wazuh-api/pull/408))
115
+
- Fixed exception handling for `DELETE/agents` ([#441](https://github.com/wazuh/wazuh-api/pull/441))
116
+
- Fixed API installation in Docker CentOS 7 containers ([#408](https://github.com/wazuh/wazuh-api/pull/408))
111
117
- Deleted cache usage in `POST/agents` ([#403](https://github.com/wazuh/wazuh-api/pull/403))
0 commit comments