Releases: wazuh/wazuh-api
Releases · wazuh/wazuh-api
Wazuh API v3.12.0
[v3.12.0]
Added
- Improvements in the security of the API.
HTTPS
is enabled by default (#442).
- Added distinct parameter (#475).
Changed
- Now endpoint
GET /sca/:agent_id/checks/:policy_id
shows condition
fields and can be used to filter by (#4012)
Fixed
- Fixed bug with API requests not being properly distributed to the selected node_id: (#479).
GET /cluster/{node_id}/stats/analysisd
GET /cluster/{node_id}/stats/remoted
Wazuh API v3.11.4
There are no changes for Wazuh API in this version.
Wazuh API v3.11.3
There are no changes for Wazuh API in this version.
Wazuh API v3.11.2
There are no changes for Wazuh API in this version.
Wazuh API v3.11.1
There are no changes for Wazuh API in this version.
Wazuh API v3.11.0
[v3.11.0]
Added
- The query parameter (q) now can be used filter rules, decoders or logs (#248)
- New API requests:
PUT /agents/group/:group_id/restart
to restart all agents in a group (#411)
GET /syscollector/:agent_id/hotfixes
to get hotfixes info (#423)
Changed
- Improved error descriptions for the
PUT /agents/:agent_id/upgrade_custom
API call (#3911)
Wazuh API v3.10.2
There are no changes for Wazuh API in this version.
Wazuh API v3.10.1
[v3.10.1]
There are no changes for Wazuh API in this version.
Wazuh API v3.10.0
[v3.10.0]
Added
- New API requests:
GET/rules/hipaa
(#397).
GET/rules/nist-800-53
(#397).
GET/rules/gpg13
(#389).
GET/summary/agents
(#429).
- New filters in request
GET/rules
:
hipaa
: Filters the rules by hipaa requirement (#397).
nist-800-53
: Filters the rules by nist-800-53 requirement (#397).
gpg13
: Filters the rules by gpg13 requirement (#389).
- Improvements in the security of passwords stored, changed from MD5 to BCrypt encryption, cost 10 as recommended
scripts/configure_api.sh
#404, thanks @hemedga
- Added Docker environment for Mocha tests (#400).
Fixed
- Fixed bug inserting duplicated agent without any errors (#318)
- Fixed exception handling for
DELETE/agents
(#441)
- Fixed API installation in Docker CentOS 7 containers (#408)
- Deleted cache usage in
POST/agents
(#403)
Wazuh API v3.9.5
There are no changes for Wazuh API in this version.