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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
### Version 5.0.1 (18th September 2024)
2
2
#### Fixed
3
-
- Fixed ANR while reading referrer from Shared Preferences during SDK initialization.
3
+
- Fixed ANR while reading install referrer from Shared Preferences during SDK initialization.
4
+
- Fixed typo in `SUPPRESS` log level constant and renamed it from `SUPRESS to SUPPRESS` (https://github.com/adjust/android_sdk/issues/613).
4
5
5
6
#### Changed
6
-
- Added input parameter validations in certain public Webbrdige APIs.
7
-
- Updated log messages to add more clarity and other improvements.
7
+
- Added validation when passing callback / partner parameters and third party sharing granular options / partner sharing setting parameters in web bridge.
0 commit comments