-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from adjust/v4381
Version 4.38.1
- Loading branch information
Showing
11 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
### Version 4.38.1 (30th April 2024) | ||
#### Added | ||
- Added sending of the additional iOS SDK observability parameters for debugging purposes. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.38.2] | ||
- [[email protected]][android_sdk_v4.38.3] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.38.0 (8th April 2024) | ||
#### Added | ||
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to: | ||
|
@@ -38,6 +49,7 @@ | |
- [[email protected]][ios_sdk_v4.37.1] | ||
- [[email protected]][android_sdk_v4.38.1] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.37.0 (16th January 2024) | ||
|
@@ -49,6 +61,7 @@ | |
- [[email protected]][ios_sdk_v4.37.0] | ||
- [[email protected]][android_sdk_v4.38.0] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.36.0 (24th November 2023) | ||
|
@@ -64,6 +77,7 @@ | |
- [[email protected]][ios_sdk_v4.36.0] | ||
- [[email protected]][android_sdk_v4.37.0] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.35.2 (9th October 2023) | ||
|
@@ -74,6 +88,7 @@ | |
- [[email protected]][ios_sdk_v4.35.2] | ||
- [[email protected]][android_sdk_v4.35.1] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.35.1 (2nd October 2023) | ||
|
@@ -1243,6 +1258,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e | |
[ios_sdk_v4.37.1]: https://github.com/adjust/ios_sdk/tree/v4.37.1 | ||
[ios_sdk_v4.37.2]: https://github.com/adjust/ios_sdk/tree/v4.37.2 | ||
[ios_sdk_v4.38.0]: https://github.com/adjust/ios_sdk/tree/v4.38.0 | ||
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2 | ||
|
||
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.38.0 | ||
4.38.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sdk
updated
18 files
+2 −2 | Adjust.podspec | |
+17 −12 | Adjust/ADJActivityHandler.m | |
+10 −0 | Adjust/ADJActivityPackage.h | |
+25 −0 | Adjust/ADJActivityPackage.m | |
+10 −0 | Adjust/ADJPackageBuilder.h | |
+27 −1 | Adjust/ADJPackageBuilder.m | |
+42 −0 | Adjust/ADJPackageHandler.m | |
+11 −7 | Adjust/ADJRequestHandler.m | |
+2 −0 | Adjust/ADJResponseData.h | |
+2 −2 | Adjust/ADJResponseData.m | |
+3 −3 | Adjust/ADJUrlStrategy.h | |
+1 −1 | Adjust/ADJUtil.h | |
+1 −1 | Adjust/ADJUtil.m | |
+1 −1 | Adjust/Adjust.h | |
+2 −17 | Adjust/PrivacyInfo.xcprivacy | |
+1 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+12 −0 | CHANGELOG.md | |
+1 −1 | VERSION |