You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## 26.1.0
2
+
* Extended server configuration capabilities with server-controlled listing filters:
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
+
* Segmentation filters (blacklist/whitelist) to control which segmentation keys are recorded.
6
+
* Event-specific segmentation filters (blacklist/whitelist) to control segmentation keys per event.
7
+
* Added support for Journey Trigger Events that trigger a content zone refresh when recorded.
8
+
* Added a configurable user property cache limit through server configuration.
9
+
10
+
* Mitigated an issue where closing surveys that were presented via journeys was triggering an exception.
11
+
* Mitigated an issue where when a content started loading opening a new activity could have hide it.
12
+
13
+
## 25.4.9
14
+
* Added a new config option `disableViewRestartForManualRecording()` to disable auto close/restart behavior of manual views on app background/foreground actions.
15
+
16
+
## 25.4.8
17
+
* Mitigated an issue where push notifications were not shown when consent was not required and app was killed.
18
+
19
+
## 25.4.7
20
+
* Mitigated an issue where the navigation bar showed an unwanted shadow during content display.
21
+
22
+
## 25.4.6
23
+
* Improved content error handling and display mechanics.
24
+
* Updated user properties caching mechanism according to sessions.
25
+
1
26
## 25.4.5
2
27
* Added a new config flag `setUseSerialExecutor(boolean useSerial)` for selecting immediate request executor type.
3
28
* Added a new config option `setWebviewDisplayOption(WebViewDisplayOption)` to control how Content and Feedback Widgets are displayed.
0 commit comments