Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterBrxwn committed Jul 31, 2024
1 parent 4813e29 commit 1f9282c
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@
* `getID`
* `getIDType`
* `enableTemporaryIDMode`

* Deprecated the following methods:
* `getCurrentDeviceId`
* `getDeviceIDType`
* `changeDeviceId`

* Mitigated issues where:
* session was ending with device ID change without merge, when consent was not required and manual session control was enabled on Android.
* session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled on Android.
* consent information was not sent when no consent was given during initialization on iOS.
* session could have started if the SDK was initialized on the background and automatic session tracking was enabled on iOS.
* session did not end when session consent was removed on iOS.
* disabling location did not work on iOS.
* orientation info was not sent during initialization on iOS.
* session was ending with device ID change without merge, when consent was not required and manual session control was enabled in Android
* session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled in Android
* consent information was not sent when no consent was given during initialization in iOS
* session could have started if the SDK was initialized on the background and automatic session tracking was enabled in iOS
* session did not end when session consent was removed in iOS
* disabling location did not work in iOS
* orientation info was not sent during initialization in iOS

* Updated underlying Android SDK version to 24.7.1
* Updated underlying iOS SDK version to 24.7.1
Expand All @@ -32,18 +34,20 @@
* `getID`
* `getIDType`
* `enableTemporaryIDMode`

* Deprecated the following methods:
* `getCurrentDeviceId`
* `getDeviceIDType`
* `changeDeviceId`

* Mitigated issues where:
* session was ending with device ID change without merge, when consent was not required and manual session control was enabled on Android.
* session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled on Android.
* consent information was not sent when no consent was given during initialization on iOS.
* session could have started if the SDK was initialized on the background and automatic session tracking was enabled on iOS.
* session did not end when session consent was removed on iOS.
* disabling location did not work on iOS.
* orientation info was not sent during initialization on iOS.
* session was ending with device ID change without merge, when consent was not required and manual session control was enabled in Android
* session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled in Android
* consent information was not sent when no consent was given during initialization in iOS
* session could have started if the SDK was initialized on the background and automatic session tracking was enabled in iOS
* session did not end when session consent was removed in iOS
* disabling location did not work in iOS
* orientation info was not sent during initialization in iOS

* Updated underlying Android SDK version to 24.7.1
* Updated underlying iOS SDK version to 24.7.1
Expand Down

0 comments on commit 1f9282c

Please sign in to comment.