Skip to content

Commit

Permalink
Merge pull request #503 from wazuh/update-moment-dependency
Browse files Browse the repository at this point in the history
Upgrade moment dependency
  • Loading branch information
davidjiglesias authored Jun 7, 2022
2 parents 05c2995 + 0a3793d commit 83caecd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v3.13.5]

### Changed

- Upgrade moment dependency to 2.29.3 ([#503](https://github.com/wazuh/wazuh-api/pull/503)).

## [v3.13.4]

There are no changes for Wazuh API in this version.
Expand Down Expand Up @@ -33,15 +39,15 @@ There are no changes for Wazuh API in this version.

- New filters in request `GET/rules`:
- `mitre`: Filters the rules by mitre requirement
- `tsc`: Filters the rules by tsc requirement
- `tsc`: Filters the rules by tsc requirement

### Changed

- 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:
* `POST /manager/files`
* `POST /cluster/:node_id/files`
* `POST /agents/groups/:group_id/configuration`
* `POST /agents/groups/:group_id/files/:file_name`
* `POST /manager/files`
* `POST /cluster/:node_id/files`
* `POST /agents/groups/:group_id/configuration`
* `POST /agents/groups/:group_id/files/:file_name`

## [v3.12.3]

Expand All @@ -67,7 +73,7 @@ There are no changes for Wazuh API in this version.

### Fixed
- Fixed bug with API requests not being properly distributed to the selected node_id: ([#479](https://github.com/wazuh/wazuh-api/pull/479)).
* `GET /cluster/{node_id}/stats/analysisd`
* `GET /cluster/{node_id}/stats/analysisd`
* `GET /cluster/{node_id}/stats/remoted`


Expand Down Expand Up @@ -106,8 +112,8 @@ There are no changes for Wazuh API in this version.

### Fixed
- Fixed bug inserting duplicated agent without any errors ([#318](https://github.com/wazuh/wazuh-api/issues/318))
- Fixed exception handling for `DELETE/agents` ([#441](https://github.com/wazuh/wazuh-api/pull/441))
- Fixed API installation in Docker CentOS 7 containers ([#408](https://github.com/wazuh/wazuh-api/pull/408))
- Fixed exception handling for `DELETE/agents` ([#441](https://github.com/wazuh/wazuh-api/pull/441))
- Fixed API installation in Docker CentOS 7 containers ([#408](https://github.com/wazuh/wazuh-api/pull/408))
- Deleted cache usage in `POST/agents` ([#403](https://github.com/wazuh/wazuh-api/pull/403))

## [v3.9.0]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh_api",
"version": "3.13.4",
"revision": "31304",
"version": "3.13.5",
"revision": "31305",
"description": "Wazuh API.",
"main": "app.js",
"author": "Wazuh",
Expand All @@ -14,7 +14,7 @@
"fast-xml-parser": "~3.12.11",
"htpasswd": "~2.4.0",
"http-auth": "~3.2.4",
"moment": "~2.24.0",
"moment": "~2.29.3",
"rotating-file-stream": "~1.4.6",
"uid-number": "~0.0.6"
},
Expand Down

0 comments on commit 83caecd

Please sign in to comment.