From 1f9282c4809bd85bc1680acf062ac627e9ba91dc Mon Sep 17 00:00:00 2001 From: Peter Obiechina Date: Wed, 31 Jul 2024 15:47:57 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad7c37f..ea5e5e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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