Skip to content

Commit 470d708

Browse files
committed
Merge branch 'release.24.10' into release.24.12
# Conflicts: # CHANGELOG.md
2 parents 59616b4 + 5050cb5 commit 470d708

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

CHANGELOG.md

+31-30
Original file line numberDiff line numberDiff line change
@@ -1,45 +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-
- [reports] Fixes report generation failure due to SSL error
14-
- [surveys] "Select one" text in the widget can be edited now
15-
- [system-utility] Fixed: Mongo error (code: 26) in some Countly instances when the profiler gets run for the first time
16-
17-
18-
Dependencies:
19-
- Bump express from 4.21.1 to 4.21.2
20-
- Bump sass from 1.81.0 to 1.83.3
21-
- Bump mocha from 10.2.0 to 10.8.2
22-
- Bump countly-sdk-nodejs from 24.10.0 to 24.10.1
23-
- Bump countly-sdk-web from 24.11.2 to 24.11.3
24-
- Bump express-rate-limit from 7.4.1 to 7.5.0
25-
- Bump puppeteer from 23.10.4 to 23.11.1
26-
271
## Version 24.12
282
Features:
293
- [audit-logs] Exported audit logs from UI now would have "BEFORE" and "AFTER" fields
304
- [core] Ability to mark reports as 'dirty' to make sure they are regenerated in full
315
- [core] Adding a cancel button to "create new app" form
326
- [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
338
- [core] Redirecting user to a newly created app
349
- [core] Removing HTML from localization files
3510
- [core] Showing a flex banner on sidebar if the version is Countly Lite
3611
- [crashes] Adding confirmation for deleting crash groups
3712
- [dashoards] Fixed the "Add/manage notes" button that did not work for the technology widget
3813
- [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
3915
- [nps] Fixing issues with default logo selection
4016
- [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
4120
- [star-rating] Removed unnecessary limitation with using cohorts for targeting
42-
- [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
4323

4424
Enterprise Features:
4525
- [cohorts] Adding ability to edit cohorts. This deletes historical calculations
@@ -48,15 +28,21 @@ Enterprise Features:
4828
- [flows] Adding UX improvements to the editor
4929
- [journey_engine] Adding "Journey Engine" feature
5030
- [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
5133

5234
Dependencies:
53-
- Bump countly-sdk-nodejs from 22.6.0 to 24.10.0
54-
- 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
5539
- Bump form-data from 4.0.0 to 4.0.1
5640
- Bump jimp from 0.22.12 to 1.6.0
5741
- Bump jsdoc from 4.0.3 to 4.0.4
42+
- Bump mocha from 10.2.0 to 10.8.2
5843
- Bump nodemailer from 6.9.15 to 6.9.16
59-
- 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
6046
- Bump tslib from 2.7.0 to 2.8.1
6147

6248
## Version 24.10.3
@@ -146,6 +132,21 @@ Enterprise Features:
146132
- [users] UI improvements
147133
- [views] Added a quick transition to drill
148134

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+
149150
## Version 24.05.20
150151
Fixes:
151152
- [push] Fixed bug where IOS credentials get mixed up while sending messages from different apps at the same time

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git",
8484
"properties-parser": "0.6.0",
8585
"puppeteer": "^23.8.0",
86-
"sass": "1.83.3",
86+
"sass": "1.83.4",
8787
"sqlite3": "^5.1.7",
8888
"tslib": "^2.6.3",
8989
"uglify-js": "3.19.3",

0 commit comments

Comments
 (0)