Skip to content

Commit b662fdf

Browse files
committed
[version] 22.09.7
1 parent b673d1d commit b662fdf

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## Version 22.09.7
2+
Fixes:
3+
- [api] added try catch block to regex
4+
- [core] increasing runners timeouts + bug fixes
5+
- [countries] fixed data display on tooltip
6+
- [countries] Home > Countries data is missing after navigation
7+
- [crashes] format binary images in new way
8+
- [crashes] show binary image name from new format
9+
- [dashboars] added required libraries for puppeteer
10+
- [dbviewer] preventing crash if array passed as filter to dbviewer
11+
- [hooks] error handling fixes
12+
- [longtask] error message added for delete button
13+
- [plugins] remove plugin upload
14+
- [prelogin] filter error messages
15+
- [push] correct app id when fetching test users cohorts
16+
- [push] missing indexes for token hashes
17+
- [ui] replaces merge with mergeWith for every chart
18+
- [users] added a check for application admin to have correct rights
19+
- [views] fixed u value estimation when viewing 'selected views' table in analytics/views
20+
21+
Enterprise fixes:
22+
- [ab-testing] update python shell version
23+
- [active-users] fixed the issue where the data was broken if the selected period time was yesterday or yesterday
24+
- [cohorts] added "my cohorts" option and changed filtering to a dropdown
25+
- [cohorts] added cohort update on incoming user properties
26+
- [cohorts] added Recalculate cohort button in cohort view
27+
- [cohorts] added trigger to swich states for cohorts dependant on other cohorts
28+
- [cohorts] code optimisation and more tests
29+
- [cohorts] fixed bug with hashes not clearing out on cohort deletion
30+
- [cohorts] fixed case when user coming in/out of saame cohort in single iteration
31+
- [cohorts] fixed code to properly deal with definition for user properties nested under $and, $or
32+
- [cohorts] optimize realtime cohort update queries for sharded cluster
33+
- [crash_symbolication] convert binary images to new format before sending
34+
- [crash_symbolication] fixed symbol file uploader
35+
- [crash_symbolication] symbolicate javascript stack trace types
36+
- [users] display date type based on meta type and nested values based on timeline
37+
- [users] fixed segment not loaded after refresh
38+
- [users] number formatting in user profile
39+
140
## Version 22.09.6
241
Fixes:
342
- [crashes] there can be binaries with same name, but different addresses

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ module.exports = function(grunt) {
8787
'frontend/express/public/javascripts/utils/Sortable.min.js',
8888
'frontend/express/public/javascripts/utils/vue/vuedraggable.umd.min.js',
8989
'frontend/express/public/javascripts/utils/countly.checkbox.js',
90-
'frontend/express/public/javascripts/utils/element-tiptap.umd.min.js'
90+
'frontend/express/public/javascripts/utils/element-tiptap.umd.min.js',
91+
'frontend/express/public/javascripts/utils/lodash.mergeWith.js'
9192
],
9293
dest: 'frontend/express/public/javascripts/min/countly.utils.concat.js'
9394
},

0 commit comments

Comments
 (0)