diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c7eb20..a8c2c9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### Version 4.17.0 (18th January 2019) +#### Added +- Added `getSdkVersion` method to `Adjust2dx` interface to obtain current SDK version string. +- Added `setCallbackId` method on `AdjustEvent2dx` object for users to set custom ID on event object which will later be reported in event success/failure callbacks. +- Added `callbackId` field to event tracking success callback object. +- Added `callbackId` field to event tracking failure callback object. + +#### Changed +- Marked `setReadMobileEquipmentIdentity` method of `AdjustConfig2dx` object as deprecated. +- SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info. + +#### Native SDKs +- [iOS@v4.17.1][ios_sdk_v4.17.1] +- [Android@v4.17.0][android_sdk_v4.17.0] + +--- + ### Version 4.14.0 (9th July 2018) #### Added - Added deep link caching in case `appWillOpenUrl` method is called before SDK is initialised. @@ -250,6 +267,7 @@ [ios_sdk_v4.12.3]: https://github.com/adjust/ios_sdk/tree/v4.12.3 [ios_sdk_v4.13.0]: https://github.com/adjust/ios_sdk/tree/v4.13.0 [ios_sdk_v4.14.1]: https://github.com/adjust/ios_sdk/tree/v4.14.1 +[ios_sdk_v4.17.1]: https://github.com/adjust/ios_sdk/tree/v4.17.1 [android_sdk_v4.0.8]: https://github.com/adjust/android_sdk/tree/v4.0.8 [android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 @@ -265,5 +283,6 @@ [android_sdk_v4.12.4]: https://github.com/adjust/android_sdk/tree/v4.12.4 [android_sdk_v4.13.0]: https://github.com/adjust/android_sdk/tree/v4.13.0 [android_sdk_v4.14.0]: https://github.com/adjust/android_sdk/tree/v4.14.0 +[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 [windows_sdk_v4.0.3]: https://github.com/adjust/windows_sdk/tree/v4.0.3