|
1 | | -## XX.XX.XX |
| 1 | +## 26.1.0 |
| 2 | +* Added server-side listing filters support for controlling what data gets recorded: |
| 3 | + * Event filters (blacklist/whitelist) to control which events are recorded |
| 4 | + * User property filters (blacklist/whitelist) to control which user properties are recorded |
| 5 | + * Custom event segmentation filters to control which segmentation keys are recorded across all events |
| 6 | + * Custom event-specific segmentation filters to control segmentation keys per custom event |
| 7 | + * User property cache limit to limit the number of user properties recorded per request (Android and iOS) |
| 8 | +* Added journey trigger events that automatically refresh content zones when journey trigger events are recorded. |
2 | 9 | * Added Content feature method `previewContent(String contentId)` (Experimental!). |
3 | 10 | * Added a new config option disableViewRestartForManualRecording to disable auto close/restart behavior of manual views on app background/foreground actions. |
4 | 11 | * Added a new config option "setWebviewDisplayOption: WebViewDisplayOption" to control how Content and Feedback Widgets are presented. |
5 | 12 | * IMMERSIVE mode (default): Full-screen display (except cutouts). |
6 | 13 | * SAFE_AREA mode: Omits status bar, navigation bar and cutouts when displaying WebView. |
7 | 14 | * Added "setRequestTimeoutDuration(requestTimeoutDuration)" init config method to change request timeout duration in seconds. |
8 | 15 | * Added setting custom network request headers support for web platform. |
| 16 | +* Improved content display and refresh mechanics, including robust resource loading checks before displaying content. |
| 17 | +* Improved feedbacks response validation and added POST method support for contents in iOS. |
| 18 | +* Improved consent requirements and location info management when updated from server configuration in iOS. |
| 19 | +* Added support for Feedback Widget resizing logic (will need server update to benefit) in Web. |
| 20 | +* Added filtering capability to content interface through enterContentZone(contentFilterCallback) in Web. |
| 21 | +* Improved user property recording order with respect to sessions and events in Web. |
| 22 | +* Improved device metric detection capabilities and testing consistency of queuing system in Web. |
| 23 | + |
| 24 | +* Mitigated an issue where closing surveys presented via journeys was triggering an exception in Android. |
| 25 | +* Mitigated an issue where opening a new activity while content was loading could hide it in Android. |
| 26 | +* Mitigated an issue about early health check requests in temporary ID mode in iOS. |
| 27 | +* Mitigated issues in iOS where multiple contents could be displayed in parallel and when returning from external content links. |
| 28 | +* Mitigated an issue where an unintended URL was opened when closing a feedback widget after a content block was closed in Web. |
| 29 | + |
| 30 | +* Updated underlying Android SDK version to 26.1.1 |
| 31 | +* Updated underlying iOS SDK version is 26.1.1 |
| 32 | +* Updated underlying Web SDK version is 26.1.1 |
9 | 33 |
|
10 | 34 | ## 25.4.4 |
11 | 35 | * Mitigated an issue in iOS class paths. |
|
0 commit comments