From 5ffec0eb4f6d29c649660884f7f76573bae0a759 Mon Sep 17 00:00:00 2001 From: vakarisz Date: Thu, 11 Aug 2022 17:27:01 +0300 Subject: [PATCH] Changelog: Add entry about separating version and analytics requests --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78b06508..5a11f5552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - The "/api/netmap/nodeStates" endpoint to "/api/netmap/node-states". #1888 - All "/api/monkey_control" endpoints to "/api/monkey-control". #1888 - All "/api/monkey" endpoints to "/api/agent". #1888 +- Analytics and version update queries are sent separately instead of just one query. #2165 - Update MongoDB version to 4.4.x. #1924 - Endpoint to get agent binaries from "/api/agent/download/" to "/api/agent-binaries/". #1978