Skip to content

Commit 5864276

Browse files
committed
Changelog for 24.12
1 parent 7da51c2 commit 5864276

File tree

1 file changed

+75
-52
lines changed

1 file changed

+75
-52
lines changed

CHANGELOG.md

+75-52
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,72 @@
1-
## Version XX.XX.XX
2-
Fixes:
3-
- [remote-config] Moving the remote config enable/disable functionality to the drop-down
1+
## Version 24.12
2+
Features:
3+
- [audit-logs] Exported audit logs from UI now would have "BEFORE" and "AFTER" fields
4+
- [core] Ability to mark reports as 'dirty' to make sure they are regenerated in full
5+
- [core] Adding a cancel button to "create new app" form
6+
- [core] Adding a nightly job to delete old data
7+
- [core] Redirecting user to a newly created app
8+
- [core] Removing HTML from localization files
9+
- [core] Showing a flex banner on sidebar if the version is Countly Lite
10+
- [crashes] Adding confirmation for deleting crash groups
11+
- [dashoards] Fixed the "Add/ manage notes" button that did not work for the technology widget
12+
- [dbviewer] Preventing aggregation of using any stages which might open user to harmful actions (like $merge, $out, $lookup, $uninonWith) for all users except global admin
13+
- [populator] Adding ability to select features to populate and other small improvements
414

5-
## Version 24.10.x
15+
Enterprise Features:
16+
- [cohorts] Adding ability to edit cohorts. This deletes historical calculations
17+
- [content] Adding "Content Builder" feature
18+
- [core] Adding support For SingleStore Kai
19+
- [flows] Adding UX improvements to the editor
20+
- [journey_engine] Adding "Journey Engine" feature
21+
- [remote-config] Moving enable/disable functionality to the dropdown
622

723
Dependencies:
8-
- Bump puppeteer from 23.8.0 to 23.9.0
9-
- Bump nodemailer from 6.9.15 to 6.9.16
24+
- Bump countly-sdk-nodejs from 22.6.0 to 24.10.0
1025
- Bump countly-sdk-web from 24.4.1 to 24.11.0
11-
- Bump tslib from 2.7.0 to 2.8.1
1226
- Bump form-data from 4.0.0 to 4.0.1
1327
- Bump jimp from 0.22.12 to 1.6.0
1428
- Bump jsdoc from 4.0.3 to 4.0.4
15-
- Bump countly-sdk-nodejs from 22.6.0 to 24.10.0
29+
- Bump nodemailer from 6.9.15 to 6.9.16
30+
- Bump puppeteer from 23.8.0 to 23.9.0
31+
- Bump tslib from 2.7.0 to 2.8.1
32+
33+
## Version 24.10
34+
Fixes:
35+
- [core] Correct aggregated collection cleanup on event omitting
36+
- [core] Interpreting carrier value of "--" as an unknown value
37+
- [core] Removed use of commands which needs admin rights from report manager.
38+
- [crash] Fixed issues with visualisation of Flutter stack traces
39+
- [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
40+
- [density] UI fixed
41+
- [events] Fixed issue where slower loading data would replace newest event selection
42+
43+
Enterprise fixes:
44+
- [crashes-jira] Preventing crashing when jira authentification fails
45+
- [formulas] Removing HTML from tooltip localization
46+
47+
Features:
48+
- Making user guide icons stand out more before first use
49+
- [alerts] UI improvements
50+
- [alerts] small improvements in email notifications
51+
- [code] Unifying bottom menu for bulk operations
52+
- [core] Aggregated events data collections merged together
53+
- [nps] UI improvements
54+
- [surveys] UI improvements
55+
- upgraded mongoDB to version 8
56+
- upgraded nodejs to version 20
57+
58+
Enterprise Features:
59+
- [crash_symbolication] Added ability to set custom domain override for the symbolication server
60+
- [drill] Drill "by query" vizualization improved
61+
- [drill] Drill data collections merged together
62+
- [events] Added a quick transition to drill
63+
- [hooks] Added audit log entries for hook "create", "edit", "delete", "update" actions
64+
- [users] "Last Session" column in User Profiles is now sortable
65+
- [users] Crashes in the crashes tab can now be sorted
66+
- [users] UI improvements
67+
- [views] Added a quick transition to drill
1668

17-
## Version 24.10.3
69+
## Version 24.05.19
1870
Fixes:
1971
- [dashboards] Fixing issue where dashboard widgets go into single column
2072

@@ -26,78 +78,49 @@ Security:
2678
- Bump cross-spawn from 7.0.3 to 7.0.6 in /ui-tests
2779
- Bump cross-spawn from 7.0.3 to 7.0.6 in /plugins/hooks
2880

29-
## Version 24.10.2
81+
## Version 24.05.18
3082
Fixes:
31-
- [core] Correct aggregated collection cleanup on event omitting
3283
- [core] Fixed bug where changing passwords results in the loss of the "Global Admin" role
3384
- [core] Fixed bug where exporting incoming data logs could result in "Incorrect parameter \"data\" error
34-
- [core] Removed use of commands which needs admin rights from report manager.
3585
- [crash] Fixed bug in crash ingestion for scenarios where the "app version" is not a string.
3686
- [script] Fixing bug with "delete_old_members" script that led to malformed requests
3787

3888
Enterprise fixes:
3989
- [nps] Fixed bug that showed the wrong nps preview title
4090

41-
## Version 24.10.1
91+
## Version 24.05.17
4292
Fixes:
43-
- [core] Replaced "Users" with "Sessions" label on technology home widgets
4493
- [push] Improved ability to observe push related errors
45-
- [push] Replaced push plugin with an earlier version of the plugin
4694

4795
Enterprise fixes:
4896
- [cohorts] Fixed issues with nightly cleanup
4997
- [data-manager] Fixed UI bug where rules were not visible when editing "Merge by regex" transformations
50-
- [drill] Fixed wrong pie chart label tooltip in dashboard widget
98+
- [drill] Fixed wrong pie chart label tooltip in dashboard widget
5199
- [flows] Fixed bug in case of null data in schema
52-
- [license] Fixed bug with MAU type of licenses that would prevent the server from starting
53100
- [nps] Fixed bug in the editor where the "internal name" field was not mandatory
54-
- [nps] Fixed bug where it was possible to submit empty nps surveys
55-
- [ratings] Fixed bug with user consent
56101
- [ratings] Fixed UI bug where "Internal name" was not a mandatory field
57102

58103
Security:
59-
- Bumped cookie-parser from 1.4.6 to 1.4.7
60-
- Bumped express-rate-limit from 7.4.0 to 7.4.1
61-
- Bumped moment-timezone from 0.5.45 to 0.5.46
62-
- Bumped sass from 1.79.3 to 1.79.4
63104
- Fixing minor vulnerability that would allow for unauthorized file upload
64105

65106
Enterprise Features:
66107
- [block] Added a way to filter crashes by their error (stacktrace)
67108

68-
## Version 24.10
109+
## Version 24.05.16
69110
Fixes:
70-
- [core] Interpreting carrier value of "--" as an unknown value
71-
- [crash] Fixed issues with visualisation of Flutter stack traces
72-
- [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
73-
- [density] UI fixed
74-
- [events] Fixed issue where slower loading data would replace newest event selection
111+
- [core] Replaced "Users" with "Sessions" label on technology home widgets
112+
- [push] Replaced push plugin with an earlier version of the plugin
75113

76114
Enterprise fixes:
77-
- [crashes-jira] Preventing crashing when jira authentification fails
78-
- [formulas] Removing HTML from tooltip localization
79-
80-
Features:
81-
- Making user guide icons stand out more before first use
82-
- [alerts] UI improvements
83-
- [alerts] small improvements in email notifications
84-
- [code] Unifying bottom menu for bulk operations
85-
- [core] Aggregated events data collections merged together
86-
- [nps] UI improvements
87-
- [surveys] UI improvements
88-
- upgraded mongoDB to version 7
89-
- upgraded nodejs to version 20
115+
- [license] Fixed bug with MAU type of licenses that would prevent the server from starting
116+
- [nps] Fixed bug where it was possible to submit empty nps surveys
117+
- [ratings] Fixed bug with user consent
90118

91-
Enterprise Features:
92-
- [crash_symbolication] Added ability to set custom domain override for the symbolication server
93-
- [drill] Drill "by query" vizualization improved
94-
- [drill] Drill data collections merged together
95-
- [events] Added a quick transition to drill
96-
- [hooks] Added audit log entries for hook "create", "edit", "delete", "update" actions
97-
- [users] "Last Session" column in User Profiles is now sortable
98-
- [users] Crashes in the crashes tab can now be sorted
99-
- [users] UI improvements
100-
- [views] Added a quick transition to drill
119+
Security:
120+
- Bumped cookie-parser from 1.4.6 to 1.4.7
121+
- Bumped express-rate-limit from 7.4.0 to 7.4.1
122+
- Bumped moment-timezone from 0.5.45 to 0.5.46
123+
- Bumped sass from 1.79.3 to 1.79.4
101124

102125
## Version 24.05.15
103126
Enterprise fixes:

0 commit comments

Comments
 (0)