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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
## [v3.1.0]
5
5
### Added
6
6
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)
9
12
10
13
### Changed
11
14
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
+
13
24
14
25
### Removed
15
26
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)
0 commit comments