Changelog: Add entry about changed behaviour of depth param

This commit is contained in:
vakarisz 2022-06-20 16:00:53 +03:00
parent df77ca4f96
commit 8df92640de
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- Update MongoDB version to 4.4.x. #1924
- Endpoint to get agent binaries from "/api/agent/download/<string:os>" to
"/api/agent-binaries/<string:os>". #1978
- Depth flag (-d) on the agent now acts the way you would expect(it represents
the current depth of the agent, not hops remaining). #2033
- Agent configuration structure. #1996, #1998, #1961, #1997, #1994, #1741,
#1761, #1695, #1605, #2028