|
| 1 | +### Version 5.5.0 (6th December 2025) |
| 2 | +#### Added |
| 3 | +- Added `getAdidWithTimeout` method to the `Adjust` API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned. |
| 4 | +- Added `getAttributionWithTimeout` method to the `Adjust` API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned. |
| 5 | +- Added ability to disable the reading of the app set ID. You can do this by calling the `disableAppSetIdReading` method on your `AdjustConfig` instance. |
| 6 | + |
| 7 | +#### Changed |
| 8 | +- Updated the Adjust Signature library version to 3.62.0. |
| 9 | + |
| 10 | +#### Native SDKs |
| 11 | +- [[email protected]][ios_sdk_v5.5.0] |
| 12 | +- [[email protected]][android_sdk_v5.5.0] |
| 13 | + |
| 14 | +--- |
| 15 | + |
1 | 16 | ### Version 5.4.4 (23rd October 2025) |
2 | 17 | #### Changed |
3 | 18 | - Updated the Adjust Signature library version to 3.61.0. |
@@ -801,6 +816,7 @@ In case you were using beta version of the SDK v5, please switch to the official |
801 | 816 | [ios_sdk_v5.4.3]: https://github.com/adjust/ios_sdk/tree/v5.4.3 |
802 | 817 | [ios_sdk_v5.4.4]: https://github.com/adjust/ios_sdk/tree/v5.4.4 |
803 | 818 | [ios_sdk_v5.4.6]: https://github.com/adjust/ios_sdk/tree/v5.4.6 |
| 819 | +[ios_sdk_v5.5.0]: https://github.com/adjust/ios_sdk/tree/v5.5.0 |
804 | 820 |
|
805 | 821 | [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 |
806 | 822 | [android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 |
@@ -847,3 +863,4 @@ In case you were using beta version of the SDK v5, please switch to the official |
847 | 863 | [android_sdk_v5.4.2]: https://github.com/adjust/android_sdk/tree/v5.4.2 |
848 | 864 | [android_sdk_v5.4.4]: https://github.com/adjust/android_sdk/tree/v5.4.4 |
849 | 865 | [android_sdk_v5.4.5]: https://github.com/adjust/android_sdk/tree/v5.4.5 |
| 866 | +[android_sdk_v5.5.0]: https://github.com/adjust/android_sdk/tree/v5.5.0 |
0 commit comments