You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+31-27
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,25 @@
1
-
## Version 24.12.x
2
-
3
-
Fixes:
4
-
-[push] Fixed bug where IOS credentials get mixed up while sending messages from different apps at the same time
5
-
-[push] Fixed bug where it crashes in connection pool growth because of a type mismatch in an if condition
6
-
7
-
Features:
8
-
-[user-management] Global admins can now disable 2FA for individual users
9
-
10
-
Fixes:
11
-
-[core] Fixed a bug causing events to not being loaded when there's an escaped character in the event name
12
-
-[gridfs] fixes for moving to Promises
13
-
-[surveys] "Select one" text in the widget can be edited now
14
-
15
-
Dependencies:
16
-
- Bump express from 4.21.1 to 4.21.2
17
-
- Bump mocha from 10.2.0 to 10.8.2
18
-
- Bump sass from 1.81.0 to 1.83.1
19
-
- Bump countly-sdk-nodejs from 24.10.0 to 24.10.1
20
-
- Bump countly-sdk-web from 24.11.2 to 24.11.3
21
-
- Bump express-rate-limit from 7.4.1 to 7.5.0
22
-
- Bump puppeteer from 23.10.4 to 23.11.1
23
-
24
1
## Version 24.12
25
2
Features:
26
3
-[audit-logs] Exported audit logs from UI now would have "BEFORE" and "AFTER" fields
27
4
-[core] Ability to mark reports as 'dirty' to make sure they are regenerated in full
28
5
-[core] Adding a cancel button to "create new app" form
29
6
-[core] Adding a nightly job to delete old data
7
+
-[core] Fixed a bug causing events to not being loaded when there's an escaped character in the event name
30
8
-[core] Redirecting user to a newly created app
31
9
-[core] Removing HTML from localization files
32
10
-[core] Showing a flex banner on sidebar if the version is Countly Lite
33
11
-[crashes] Adding confirmation for deleting crash groups
34
12
-[dashoards] Fixed the "Add/manage notes" button that did not work for the technology widget
35
13
-[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
14
+
-[gridfs] fixes for moving to Promises
36
15
-[nps] Fixing issues with default logo selection
37
16
-[populator] Adding ability to select features to populate and other small improvements
17
+
-[push] Fixed bug where IOS credentials get mixed up while sending messages from different apps at the same time
18
+
-[push] Fixed bug where it crashes in connection pool growth because of a type mismatch in an if condition
19
+
-[reports] Fixes report generation failure due to SSL error
38
20
-[star-rating] Removed unnecessary limitation with using cohorts for targeting
39
-
-[surveys] Removed unnecessary limitation with using cohorts for targeting
21
+
-[system-utility] Fixed: Mongo error (code: 26) in some Countly instances when the profiler gets run for the first time
22
+
-[user-management] Global admins can now disable 2FA for individual users
40
23
41
24
Enterprise Features:
42
25
-[cohorts] Adding ability to edit cohorts. This deletes historical calculations
@@ -45,15 +28,21 @@ Enterprise Features:
45
28
-[flows] Adding UX improvements to the editor
46
29
-[journey_engine] Adding "Journey Engine" feature
47
30
-[remote-config] Moving enable/disable functionality to the dropdown
31
+
-[surveys] "Select one" text in the widget can be edited now
32
+
-[surveys] Removed unnecessary limitation with using cohorts for targeting
48
33
49
34
Dependencies:
50
-
- Bump countly-sdk-nodejs from 22.6.0 to 24.10.0
51
-
- Bump countly-sdk-web from 24.4.1 to 24.11.0
35
+
- Bump countly-sdk-nodejs from 24.10.0 to 24.10.1
36
+
- Bump countly-sdk-web from 24.11.2 to 24.11.3
37
+
- Bump express from 4.21.1 to 4.21.2
38
+
- Bump express-rate-limit from 7.4.1 to 7.5.0
52
39
- Bump form-data from 4.0.0 to 4.0.1
53
40
- Bump jimp from 0.22.12 to 1.6.0
54
41
- Bump jsdoc from 4.0.3 to 4.0.4
42
+
- Bump mocha from 10.2.0 to 10.8.2
55
43
- Bump nodemailer from 6.9.15 to 6.9.16
56
-
- Bump puppeteer from 23.8.0 to 23.9.0
44
+
- Bump puppeteer from 23.10.4 to 23.11.1
45
+
- Bump sass from 1.81.0 to 1.83.3
57
46
- Bump tslib from 2.7.0 to 2.8.1
58
47
59
48
## Version 24.10.3
@@ -143,6 +132,21 @@ Enterprise Features:
143
132
-[users] UI improvements
144
133
-[views] Added a quick transition to drill
145
134
135
+
## Version 24.05.21
136
+
Fixes:
137
+
-[core] Fixed a bug causing events to not being loaded when there's an escaped character in the event name
138
+
-[gridfs] fixes for moving to Promises
139
+
-[reports] Fixes report generation failure due to SSL error
140
+
-[surveys] "Select one" text in the widget can be edited now
141
+
-[system-utility] Fixed: Mongo error (code: 26) in some Countly instances when the profiler gets run for the first time
142
+
143
+
Dependencies:
144
+
- Bump countly-sdk-nodejs from 24.10.0 to 24.10.1
145
+
- Bump countly-sdk-web from 24.11.2 to 24.11.4
146
+
- Bump express-rate-limit from 7.4.1 to 7.5.0
147
+
- Bump puppeteer from 23.10.4 to 23.11.1
148
+
- Bump sass from 1.81.0 to 1.83.4
149
+
146
150
## Version 24.05.20
147
151
Fixes:
148
152
-[push] Fixed bug where IOS credentials get mixed up while sending messages from different apps at the same time
0 commit comments