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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
-
## 25.3.0
1
+
## 25.4.0
2
+
3
+
* ! Minor Breaking Change ! SDK now has Server Configuration feature and it is enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.
2
4
3
-
*`max_logs` config option value will not be used anymore (use `max_breadcrumb_count` instead)
4
-
* Added Server Config support
5
-
* Improved init time content zone logic
6
5
* Mitigated an issue about orientation detection in Safari
7
6
7
+
* Improved init time Content Zone logic
8
+
* Improved error handler to include script loading issues
9
+
10
+
* Added `refreshContentZone` method to Content interface for refreshing Content Zone requests
11
+
* Added `behavior_settings` init time method for providing server configuration during first initialization
12
+
13
+
*`max_logs` config option value will not be used anymore (use `max_breadcrumb_count` instead)
14
+
8
15
## 25.1.0
9
16
10
17
* Mitigated an issue where content resizing did not work in certain orientations.
0 commit comments