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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
### Version 4.27.0 (29th March 2021)
2
+
#### Added
3
+
- Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling `setUrlStrategy` method of `AdjustConfig` instance with `AdjustConfig.AdjustDataResidencyEU` parameter.
4
+
- Added preinstall tracking with usage of system installer receiver on Android platform.
5
+
- Added support for MSA SDK v1.0.25 to OAID plugin.
6
+
7
+
#### Fixed
8
+
- Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback on iOS platform.
0 commit comments