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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
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.
4
+
5
+
* Mitigated an issue about orientation detection in Safari
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
+
1
15
## 25.1.0
2
16
3
17
* Mitigated an issue where content resizing did not work in certain orientations.
checkStoredReqQueueAfterIDChange(changedID2,changedIDType2,afterOffline? 3 : 2);// no end and begin session in offline mode => device id change scenario
@@ -459,7 +464,7 @@ describe("Device Id tests during first init", ()=>{
459
464
// wait for things to resolve
460
465
cy.wait(550).then(()=>{
461
466
// direct requests would have the old device id (hc and session)
0 commit comments