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
+ - [nps] Fixing issues with default logo selection
14
+ - [populator] Adding ability to select features to populate and other small improvements
15
+ - [star-rating] Removed unnecessary limitation with using cohorts for targeting
16
+ - [surveys] Removed unnecessary limitation with using cohorts for targeting
4
17
5
- ## Version 24.10.x
18
+ Enterprise Features:
19
+ - [cohorts] Adding ability to edit cohorts. This deletes historical calculations
20
+ - [content] Adding "Content Builder" feature
21
+ - [core] Adding support For SingleStore Kai
22
+ - [flows] Adding UX improvements to the editor
23
+ - [journey_engine] Adding "Journey Engine" feature
24
+ - [remote-config] Moving enable/disable functionality to the dropdown
6
25
7
26
Dependencies:
8
- - Bump puppeteer from 23.8.0 to 23.9.0
9
- - Bump nodemailer from 6.9.15 to 6.9.16
27
+ - Bump countly-sdk-nodejs from 22.6.0 to 24.10.0
10
28
- Bump countly-sdk-web from 24.4.1 to 24.11.0
11
- - Bump tslib from 2.7.0 to 2.8.1
12
29
- Bump form-data from 4.0.0 to 4.0.1
13
30
- Bump jimp from 0.22.12 to 1.6.0
14
31
- Bump jsdoc from 4.0.3 to 4.0.4
15
- - Bump countly-sdk-nodejs from 22.6.0 to 24.10.0
32
+ - Bump nodemailer from 6.9.15 to 6.9.16
33
+ - Bump puppeteer from 23.8.0 to 23.9.0
34
+ - Bump tslib from 2.7.0 to 2.8.1
35
+
36
+ ## Version 24.10
37
+ Fixes:
38
+ - [core] Correct aggregated collection cleanup on event omitting
39
+ - [core] Interpreting carrier value of "--" as an unknown value
40
+ - [core] Removed use of commands which needs admin rights from report manager.
41
+ - [crash] Fixed issues with visualisation of Flutter stack traces
42
+ - [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
43
+ - [density] UI fixed
44
+ - [events] Fixed issue where slower loading data would replace newest event selection
45
+
46
+ Enterprise fixes:
47
+ - [crashes-jira] Preventing crashing when jira authentification fails
48
+ - [formulas] Removing HTML from tooltip localization
49
+
50
+ Features:
51
+ - Making user guide icons stand out more before first use
52
+ - [alerts] UI improvements
53
+ - [alerts] small improvements in email notifications
54
+ - [code] Unifying bottom menu for bulk operations
55
+ - [core] Aggregated events data collections merged together
56
+ - [nps] UI improvements
57
+ - [surveys] UI improvements
58
+ - upgraded mongoDB to version 8
59
+ - upgraded nodejs to version 20
60
+
61
+ Enterprise Features:
62
+ - [crash_symbolication] Added ability to set custom domain override for the symbolication server
63
+ - [drill] Drill "by query" vizualization improved
64
+ - [drill] Drill data collections merged together
65
+ - [events] Added a quick transition to drill
66
+ - [hooks] Added audit log entries for hook "create", "edit", "delete", "update" actions
67
+ - [users] "Last Session" column in User Profiles is now sortable
68
+ - [users] Crashes in the crashes tab can now be sorted
69
+ - [users] UI improvements
70
+ - [views] Added a quick transition to drill
16
71
17
- ## Version 24.10.3
72
+ ## Version 24.05.19
18
73
Fixes:
19
74
- [dashboards] Fixing issue where dashboard widgets go into single column
20
75
@@ -26,78 +81,49 @@ Security:
26
81
- Bump cross-spawn from 7.0.3 to 7.0.6 in /ui-tests
27
82
- Bump cross-spawn from 7.0.3 to 7.0.6 in /plugins/hooks
28
83
29
- ## Version 24.10.2
84
+ ## Version 24.05.18
30
85
Fixes:
31
- - [core] Correct aggregated collection cleanup on event omitting
32
86
- [core] Fixed bug where changing passwords results in the loss of the "Global Admin" role
33
87
- [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.
35
88
- [crash] Fixed bug in crash ingestion for scenarios where the "app version" is not a string.
36
89
- [script] Fixing bug with "delete_old_members" script that led to malformed requests
37
90
38
91
Enterprise fixes:
39
92
- [nps] Fixed bug that showed the wrong nps preview title
40
93
41
- ## Version 24.10.1
94
+ ## Version 24.05.17
42
95
Fixes:
43
- - [core] Replaced "Users" with "Sessions" label on technology home widgets
44
96
- [push] Improved ability to observe push related errors
45
- - [push] Replaced push plugin with an earlier version of the plugin
46
97
47
98
Enterprise fixes:
48
99
- [cohorts] Fixed issues with nightly cleanup
49
100
- [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
101
+ - [drill] Fixed wrong pie chart label tooltip in dashboard widget
51
102
- [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
53
103
- [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
56
104
- [ratings] Fixed UI bug where "Internal name" was not a mandatory field
57
105
58
106
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
63
107
- Fixing minor vulnerability that would allow for unauthorized file upload
64
108
65
109
Enterprise Features:
66
110
- [block] Added a way to filter crashes by their error (stacktrace)
67
111
68
- ## Version 24.10
112
+ ## Version 24.05.16
69
113
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
114
+ - [core] Replaced "Users" with "Sessions" label on technology home widgets
115
+ - [push] Replaced push plugin with an earlier version of the plugin
75
116
76
117
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
118
+ - [license] Fixed bug with MAU type of licenses that would prevent the server from starting
119
+ - [nps] Fixed bug where it was possible to submit empty nps surveys
120
+ - [ratings] Fixed bug with user consent
90
121
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
122
+ Security:
123
+ - Bumped cookie-parser from 1.4.6 to 1.4.7
124
+ - Bumped express-rate-limit from 7.4.0 to 7.4.1
125
+ - Bumped moment-timezone from 0.5.45 to 0.5.46
126
+ - Bumped sass from 1.79.3 to 1.79.4
101
127
102
128
## Version 24.05.15
103
129
Enterprise fixes:
0 commit comments