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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## 25.4.1
2
+
3
+
- Added automatic backoff mechanism which delays sending requests if server seems busy
4
+
- Added `disable_sdk_behavior_settings_updates` init method for disabling Server Configuration sync requests
5
+
- Added `disable_backoff_mechanism` init method for disabling backoff mechanism
6
+
- Added timezone support for server
7
+
8
+
## 25.4.0
9
+
10
+
- ! 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.
11
+
12
+
- Mitigated an issue about orientation detection in Safari
13
+
14
+
- Improved init time Content Zone logic
15
+
- Improved error handler to include script loading issues
16
+
- Improved the wrapper of Feedback Widgets
17
+
18
+
- Added `refreshContentZone` method to Content interface for refreshing Content Zone requests
19
+
- Added `behavior_settings` init time method for providing server configuration during first initialization
20
+
- Added `content_whitelist` init time method that lets you whitelist your other domains for displaying Content
21
+
22
+
-`max_logs` config option value will not be used anymore (use `max_breadcrumb_count` instead)
0 commit comments