|
| 1 | +## Version 20.04.1 |
| 2 | + |
| 3 | +**Fixes** |
| 4 | +* [api] make sure location is string |
| 5 | +* [api] skip empty bulk requests |
| 6 | +* [cmd] fix logging of upgrade commands |
| 7 | +* [configuration] plugin settings in app managament treat number like number |
| 8 | +* [crashes] log bulk error on crash users upsert |
| 9 | +* [dbviewer] fixed projection problem |
| 10 | +* [enterpriseinfo] more space to login area |
| 11 | +* [frontend] fix empty template load in application management |
| 12 | +* [frontend] fixed admins accessing applications section |
| 13 | +* [frontend] fixed error when checking user_of rights |
| 14 | +* [frontend] period parsing fixes |
| 15 | +* [members] maintain backwards compatability for api key validation |
| 16 | +* [plugin-upload] fix file type check |
| 17 | +* [populator] allow providing single digit values as custom user properties in templates |
| 18 | +* [push] fixing unhandled rejection on delete of notification with invalid id |
| 19 | +* [reportmanager] delete long tasks on app delete |
| 20 | +* [server-stats] punchcard comply with rights access |
| 21 | +* [star-rating] fix dialog to work with checksum enabled apps |
| 22 | +* [star-rating] fixed integration popup problem |
| 23 | +* [star-ratings] fixed comments tab sorting problem |
| 24 | +* [systemlogs] fix exports script for new driver version |
| 25 | +* [views] correct localization based on app type |
| 26 | +* [views] fixed incorrect result when searching for specific views |
| 27 | + |
| 28 | +**Enterprise fixes** |
| 29 | +* [ab-testing] fixed user merging logic for ab testing experiments |
| 30 | +* [ab-testing] shallow copy bug fix |
| 31 | +* [attribution] correctly calculating campaign level aggregated data |
| 32 | +* [cohorts] do not crash if cohort does not exist for widget |
| 33 | +* [cohorts] moved back to master process for usage in push campaigns |
| 34 | +* [concurrent_users] handling metric labels overflow |
| 35 | +* [dashboards] fixed double zoom on drill widget period switch |
| 36 | +* [drill] correctly check query type for api parameter |
| 37 | +* [drill] fixed date processing error in some cases |
| 38 | +* [drill] fixed duration formatting for BY queryes and dashboard widgets |
| 39 | +* [drill] fixed recording orientation key |
| 40 | +* [drill] limit line count in graph based on settings color count for BY queries |
| 41 | +* [drill] proper event key escaping/unescaping processing |
| 42 | +* [drill] use BY limit from configuration correctly |
| 43 | +* [flows] use view display name in flow diagram |
| 44 | +* [formulas] correctly regenerate formulas data in report manager |
| 45 | +* [formulas] fixed NaN/no data issue for weekly buckets |
| 46 | +* [funnels] fixed calculating funnel data for past periods |
| 47 | +* [loyalty] fix segmentation filter |
| 48 | +* [performance-monitoring] apm tables sorting fixes |
| 49 | +* [performance-monitoring] fix drill query period |
| 50 | +* [performance-monitoring] tabs navigation bug fix |
| 51 | +* [performance-monitoring] unknown value fix |
| 52 | +* [star-rating] drill icon will only appear on ratings tab |
| 53 | + |
| 54 | +**Improvements** |
| 55 | +* [compare] increased app/event compare limit to 20 |
| 56 | +* [db] support for mongodb DNS seed list connection string |
| 57 | +* [frontend] add links to events in event overview |
| 58 | +* [frontend] remove password field when creating users from Global admin |
| 59 | +* [ip_store] store ip address as custom user property (disabled by default) |
| 60 | +* [logger] allow searching for request contents in search field |
| 61 | +* [logger] register data for tokens on top level |
| 62 | +* [logger] register requests with ms precision |
| 63 | +* [performance-monitoring] network response latency overall percentages and breakdown by country |
| 64 | +* [populator] add more template based views with heatmap data for web app type |
| 65 | +* [remote-config] add support for does not contain |
| 66 | +* [reportmanager] display errors in the report manager table |
| 67 | + |
| 68 | +**Enterprise Improvements** |
| 69 | +* [block] do not require segmentation for blocking events |
| 70 | +* [funnels] display readable stepnames for custom dashboards widgets |
| 71 | +* [users] display search input if any value is provided in it |
| 72 | +* [users] make segments and segment values searchable and exportable in event timeline |
| 73 | + |
| 74 | +**Development related** |
| 75 | +* [api] provide a way to bypass checksum check for programmatic request |
| 76 | +* [cmd] add new plugin creation command |
| 77 | +* [docker] Invalid A/B testing model location for debian |
| 78 | +* [docker] Removing unnecessary plugins |
| 79 | +* [docker] fixed disappearing timzeone |
| 80 | +* [docs] comment fixes and documentation generation stucture |
| 81 | +* [frontend] allow skipping columns from export |
| 82 | +* [plugins] ensure events propagate to all plugins on single plugin failure |
| 83 | +* [scripts] single mongodb installation script (that can be used standalone) |
| 84 | +* [shellcheck] fixes and CI checks |
| 85 | +* [tests] increased timeouts and removed ambigiousness |
| 86 | + |
| 87 | + |
1 | 88 | ## Version 20.04 |
2 | 89 |
|
3 | 90 | **Fixes** |
|
0 commit comments