Skip to content

Commit 01b0935

Browse files
committed
docs: update changelog
1 parent 8838e7b commit 01b0935

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### Version 5.3.0 (April 17th 2025)
2+
#### Added
3+
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by setting the `IsFirstSessionDelayEnabled` property on your `AdjustConfig` instance to `true`. To end the delay, make sure to call `EndFirstSessionDelay` method of `Adjust` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/unity/features/first-session-delay).
4+
- Added ability to send organic search referrer together with deep link. You can send it by setting the `Referrer` property of the `AdjustDeeplink` instance.
5+
- Added ability to disable SDK's interaction with `AppTrackingTransparency.framework` API. You can disable it by setting the `IsAppTrackingTransparencyUsageEnabled` property on your `AdjustConfig` instance to `false`.
6+
7+
#### Native SDKs
8+
- [[email protected]][ios_sdk_v5.3.0]
9+
- [[email protected]][android_sdk_v5.3.0]
10+
11+
---
12+
113
### Version 5.1.3 (March 24th 2025)
214
#### Fixed
315
- Fixed null reference exceptions when migrating from pre 5.1.0 version (https://github.com/adjust/unity_sdk/issues/330).
@@ -1415,6 +1427,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
14151427
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
14161428
[ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
14171429
[ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
1430+
[ios_sdk_v5.3.0]: https://github.com/adjust/ios_sdk/tree/v5.3.0
14181431

14191432
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
14201433
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -1471,6 +1484,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
14711484
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
14721485
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
14731486
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
1487+
[android_sdk_v5.3.0]: https://github.com/adjust/android_sdk/tree/v5.3.0
14741488

14751489
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
14761490
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

0 commit comments

Comments
 (0)