Skip to content

Commit 2f51ae4

Browse files
committed
docs: update changelog
1 parent 9251300 commit 2f51ae4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1+
### Version 4.37.0 (30th January 2024)
2+
#### Added
3+
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking `processDeeplink` method of the `Adjust` instance.
4+
- Added support for Meta install referrer.
5+
- Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling `getIdfv` method of the `Adjust` instance.
6+
- Added support for Google Play Games on PC.
7+
- Added support for `TopOn` and `AD(X)` ad revenue tracking.
8+
- Added a new type of URL strategy called `AdjustConfig.AdjustUrlStrategyCnOnly`. This URL strategy represents `AdjustConfig.AdjustUrlStrategyCn` strategy, but without fallback domains.
9+
- Added ability to indicate if the device IDs should be read just once per SDK initialization via calling `setReadDeviceInfoOnceEnabled` method of the `AdjustConfig` instance.
10+
11+
#### Native SDKs
12+
- [[email protected]][ios_sdk_v4.37.0]
13+
- [[email protected]][android_sdk_v4.38.1]
14+
15+
---
16+
117
### Version 4.35.1 (10th October 2023)
218
#### Added
319
- Added sending of `event_callback_id` parameter (if set) with the event payload.
420

521
#### Native SDKs
622
- [[email protected]][ios_sdk_v4.35.2]
723
- [[email protected]][android_sdk_v4.35.1]
24+
825
---
926

1027
### Version 4.35.0 (6th October 2023)
@@ -589,6 +606,7 @@
589606
[ios_sdk_v4.33.3]: https://github.com/adjust/ios_sdk/tree/v4.33.3
590607
[ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1
591608
[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2
609+
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0
592610

593611
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
594612
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -623,3 +641,4 @@
623641
[android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2
624642
[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0
625643
[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1
644+
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1

0 commit comments

Comments
 (0)