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