Skip to content

Commit c646b7a

Browse files
author
Marta Gómez Macías
authored
Update changelog of version 3.1.0
1 parent 5b076c8 commit c646b7a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,27 @@ All notable changes to this project will be documented in this file.
44
## [v3.1.0]
55
### Added
66

7-
- Option for agent deletion to purge agents definitely from keystore.
8-
- New request: Get agent information by agent name - `GET/agents/name/:agent_name`
7+
- [Option for agent deletion to purge agents definitely from keystore.](https://github.com/wazuh/wazuh-api/pull/41)
8+
- [New option in config.js to force the use of authd.](https://github.com/wazuh/wazuh-api/pull/43).
9+
- [New request: Get agent information by agent name - `GET/agents/name/:agent_name`](https://github.com/wazuh/wazuh-api/pull/42)
10+
- [New request: purge never connected or disconnected more than :timeframe time agents - `POST/agents/purge`](https://github.com/wazuh/wazuh-api/pull/40)
11+
- [New request: get purgeable agents - `GET/agents/purgeable/:timeframe`](https://github.com/wazuh/wazuh-api/pull/40)
912

1013
### Changed
1114

12-
- Changed the SSL certificate key size from 1024 bits to 2048 bits.
15+
- [Changed the SSL certificate key size from 1024 bits to 2048 bits.](https://github.com/wazuh/wazuh-api/pull/45)
16+
- [Return `key` when inserting new agents.](https://github.com/wazuh/wazuh/pull/303).
17+
18+
### Fixed
19+
20+
- [Use special characters as user/password in configure_api.sh.](https://github.com/wazuh/wazuh-api/pull/46)
21+
- [Wrong field returned by `GET/agents/:agent_id/key`](https://github.com/wazuh/wazuh/commit/24a5a04ccff80c26e7a5b592514ca7fcd8a3a026).
22+
- [Race condition when doing massive requests to the API call of inserting agents](https://github.com/wazuh/wazuh/pull/306).
23+
1324

1425
### Removed
1526

16-
- Do not create HTTP user "wazuh" automatically, it's no longer necessary.
27+
- [Do not create HTTP user "wazuh" automatically, it's no longer necessary.](https://github.com/wazuh/wazuh-api/pull/45)
1728

1829

1930
## [v3.0.0]

0 commit comments

Comments
 (0)