From d7a2a29d9c70c74b0cae4a5d820da7044849a8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C5=ABrs=20Kadi=C4=B7is?= Date: Mon, 7 Oct 2024 12:44:57 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md 24.10.0 --- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154300fa007..6716498d030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## Version 24.10 +Fixes: +- [core] Interpreting carrier value of "--" as an unknown value +- [crash] Fixed issues with visualisation of Flutter stack traces +- [dashoards] If a user is given access to a dashboard, they will now be able to see all widgets even if they don't have access to the underlying data +- [density] UI fixed +- [events] Fixed issue where slower loading data would replace newest event selection + +Enterprise fixes: +- [crashes-jira] Preventing crashing when jira authentification fails +- [formulas] Removing HTML from tooltip localization + +Features: +- Making user guide icons stand out more before first use +- [alerts] UI improvements +- [alerts] small improvements in email notifications +- [code] Unifying bottom menu for bulk operations +- [core] Aggregated data collections merged together +- [nps] UI improvements +- [surveys] UI improvements +- upgraded mongoDB to version 7 +- upgraded nodejs to version 20 + +Enterprise Features: +- [crash_symbolication] Added ability to set custom domain override for the symbolication server +- [drill] Drill "by query" vizualization improved +- [drill] Drill data collections merged together +- [events] Added a quick transition to drill +- [hooks] Added audit log entries for hook "create", "edit", "delete", "update" actions +- [users] "Last Session" column in User Profiles is now sortable +- [users] Crashes in the crashes tab can now be sorted +- [users] UI improvements +- [views] Added a quick transition to drill + ## Version 24.05.14 Fixes: - [code] Added better handling for countly servers while deployed using subdirectory @@ -29,7 +63,7 @@ Enterprise Features: ## Version 24.05.12 Fixes: - [dashboards] Fixes for dashboards grid -- [dasboards] UI fix for dashboard widget action menu +- [dashboards] UI fix for dashboard widget action menu - [push] Refactored fcm API related code - [reports] Use config for encryption key in reports From dc4d4b2083853321fed78d724eccf4712e2a6642 Mon Sep 17 00:00:00 2001 From: Anna Sosina Date: Mon, 7 Oct 2024 13:02:10 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6716498d030..8c53051bc5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Features: - [alerts] UI improvements - [alerts] small improvements in email notifications - [code] Unifying bottom menu for bulk operations -- [core] Aggregated data collections merged together +- [core] Aggregated events data collections merged together - [nps] UI improvements - [surveys] UI improvements - upgraded mongoDB to version 7