|
| 1 | +## Version 24.10.2 |
| 2 | +Fixes: |
| 3 | +- [core] Correct aggregated collection cleanup on event omitting |
| 4 | +- [core] Fixed bug where changing passwords results in the loss of the "Global Admin" role |
| 5 | +- [core] Fixed bug where exporting incoming data logs could result in "Incorrect parameter \"data\" error |
| 6 | +- [core] Removed use of commands which needs admin rights from report manager. |
| 7 | +- [crash] Fixed bug in crash ingestion for scenarios where the "app version" is not a string. |
| 8 | +- [script] Fixing bug with "delete_old_members" script that led to malformed requests |
| 9 | + |
| 10 | +Enterprise fixes: |
| 11 | +- [nps] Fixed bug that showed the wrong nps preview title |
| 12 | + |
| 13 | +## Version 24.10.1 |
| 14 | +Fixes: |
| 15 | +- [core] Replaced "Users" with "Sessions" label on technology home widgets |
| 16 | +- [push] Improved ability to observe push related errors |
| 17 | +- [push] Replaced push plugin with an earlier version of the plugin |
| 18 | + |
| 19 | +Enterprise fixes: |
| 20 | +- [cohorts] Fixed issues with nightly cleanup |
| 21 | +- [data-manager] Fixed UI bug where rules were not visible when editing "Merge by regex" transformations |
| 22 | +- [drill] Fixed wrong pie chart label tooltip in dashboard widget |
| 23 | +- [flows] Fixed bug in case of null data in schema |
| 24 | +- [license] Fixed bug with MAU type of licenses that would prevent the server from starting |
| 25 | +- [nps] Fixed bug in the editor where the "internal name" field was not mandatory |
| 26 | +- [nps] Fixed bug where it was possible to submit empty nps surveys |
| 27 | +- [ratings] Fixed bug with user consent |
| 28 | +- [ratings] Fixed UI bug where "Internal name" was not a mandatory field |
| 29 | + |
| 30 | +Security: |
| 31 | +- Bumped cookie-parser from 1.4.6 to 1.4.7 |
| 32 | +- Bumped express-rate-limit from 7.4.0 to 7.4.1 |
| 33 | +- Bumped moment-timezone from 0.5.45 to 0.5.46 |
| 34 | +- Bumped sass from 1.79.3 to 1.79.4 |
| 35 | +- Fixing minor vulnerability that would allow for unauthorized file upload |
| 36 | + |
| 37 | +Enterprise Features: |
| 38 | +- [block] Added a way to filter crashes by their error (stacktrace) |
| 39 | + |
1 | 40 | ## Version 24.10 |
2 | 41 | Fixes: |
3 | 42 | - [core] Interpreting carrier value of "--" as an unknown value |
@@ -34,6 +73,7 @@ Enterprise Features: |
34 | 73 |
|
35 | 74 | ## Version 24.05.15 |
36 | 75 | Enterprise fixes: |
| 76 | +- [ab-testing] Fixed JSON.parse issue preventing creation of AB tests |
37 | 77 | - [nps] Fixed UI issues in the widget editor related to the "user consent" section |
38 | 78 | - [ratings] Fixed rendering issue for escaped values |
39 | 79 |
|
|
0 commit comments