Skip to content

Releases: wazuh/wazuh-api

Wazuh API v3.12.0

24 Mar 10:18
21a13a3
Compare
Choose a tag to compare

[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

25 Feb 16:46
Compare
Choose a tag to compare

There are no changes for Wazuh API in this version.

Wazuh API v3.11.3

28 Jan 16:40
Compare
Choose a tag to compare

There are no changes for Wazuh API in this version.

Wazuh API v3.11.2

22 Jan 14:07
c528d31
Compare
Choose a tag to compare

There are no changes for Wazuh API in this version.

Wazuh API v3.11.1

04 Jan 10:45
Compare
Choose a tag to compare

There are no changes for Wazuh API in this version.

Wazuh API v3.11.0

23 Dec 16:06
6db0698
Compare
Choose a tag to compare

[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

23 Sep 17:31
00aedc5
Compare
Choose a tag to compare

There are no changes for Wazuh API in this version.

Wazuh API v3.10.1

19 Sep 20:13
Compare
Choose a tag to compare

[v3.10.1]

There are no changes for Wazuh API in this version.

Wazuh API v3.10.0

16 Sep 10:59
6e87d47
Compare
Choose a tag to compare

[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

08 Aug 14:47
3a53619
Compare
Choose a tag to compare

There are no changes for Wazuh API in this version.