Skip to content

Commit 5d41ffc

Browse files
committed
docs: update changelog
1 parent 336cf44 commit 5d41ffc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 5.4.0 (xth June 2025)
2+
#### Added
3+
- Added support for configuring store information via the `AdjustStoreInfo` object. You can now specify the store name and store app ID via `setStoreInfo` method on your `AdjustConfig` instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/react-native/setup/store-type).
4+
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the `enableFirstSessionDelay` method on your `AdjustConfig` instance. 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/react-native/features/first-session-delay).
5+
- Added ability to send organic search referrer together with deep link. You can send it via `setReferrer` method of the `AdjustDeeplink` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/react-native/features/deep-links#handling-deeplinks-with-referrer).
6+
- Added ability to disable SDK's interaction with `AppTrackingTransparency.framework` API. You can disable it by calling the `disableAppTrackingTransparencyUsage` method on your `AdjustConfig` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/react-native/features/att#disable-att-framework).
7+
- Added `jsonResponse` to attribution which represents the JSON string sent by the backend as part of the attribution response.
8+
9+
#### Native SDKs
10+
- [[email protected]][ios_sdk_v5.4.0]
11+
- [[email protected]][android_sdk_v5.4.0]
12+
13+
---
14+
115
### Version 5.1.0 (25th February 2025)
216
#### Added
317
- Added `jsonResponse` field (JSON string) to `AdjustAttribution` where every key-value pair sent by the backend as part of the attribution response can be found.
@@ -735,6 +749,7 @@ In case you were using beta version of the SDK v5, please switch to the official
735749
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
736750
[ios_sdk_v5.0.2]: https://github.com/adjust/ios_sdk/tree/v5.0.2
737751
[ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
752+
[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
738753

739754
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
740755
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -776,3 +791,4 @@ In case you were using beta version of the SDK v5, please switch to the official
776791
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
777792
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
778793
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
794+
[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0

0 commit comments

Comments
 (0)