diff --git a/src/pages/documentation/adobe-journey-optimizer-decisioning/release-notes.md b/src/pages/documentation/adobe-journey-optimizer-decisioning/release-notes.md index a4d6f50891..a7e15be3c7 100644 --- a/src/pages/documentation/adobe-journey-optimizer-decisioning/release-notes.md +++ b/src/pages/documentation/adobe-journey-optimizer-decisioning/release-notes.md @@ -8,6 +8,18 @@ keywords: # Release Notes +## October 5, 2023 + +### Android Optimize 2.0.2 + +* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior. + +## October 4, 2023 + +### iOS Optimize 4.0.2 + +* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior. + ## August 30, 2023 ### Android Optimize 2.0.1 diff --git a/src/pages/documentation/adobe-journey-optimizer/release-notes.md b/src/pages/documentation/adobe-journey-optimizer/release-notes.md index a2f7edaf87..f607069800 100644 --- a/src/pages/documentation/adobe-journey-optimizer/release-notes.md +++ b/src/pages/documentation/adobe-journey-optimizer/release-notes.md @@ -9,6 +9,20 @@ keywords: # Release Notes +## September 28, 2023 + +### iOS Messaging 4.1.0 + +* Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. + * This API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. +* Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + +### Android Messaging 2.2.0 + +* Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + ## June 2, 2023 ### iOS Messaging 4.0.0 diff --git a/src/pages/documentation/mobile-core/release-notes.md b/src/pages/documentation/mobile-core/release-notes.md index 12b8850dd1..a885f68f95 100644 --- a/src/pages/documentation/mobile-core/release-notes.md +++ b/src/pages/documentation/mobile-core/release-notes.md @@ -8,6 +8,12 @@ keywords: # Release Notes +## September 28, 2023 + +### Android Core 2.5.0 + +* Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application. + ## August 30, 2023 ### iOS Core 4.1.0 diff --git a/src/pages/documentation/release-notes/index.md b/src/pages/documentation/release-notes/index.md index 58f904e868..e176fd687d 100644 --- a/src/pages/documentation/release-notes/index.md +++ b/src/pages/documentation/release-notes/index.md @@ -7,6 +7,18 @@ Keywords: # Release notes +## October 5, 2023 + +### Android Optimize 2.0.2 + +* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior. + +## October 4, 2023 + +### iOS Optimize 4.0.2 + +* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior. + ## October 3, 2023 ### Android BOM 2.5.0 @@ -44,6 +56,24 @@ Keywords: +## September 28, 2023 + +### Android Core 2.5.0 + +* Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application. + +### iOS Messaging 4.1.0 + +* Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. + * This API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. +* Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + +### Android Messaging 2.2.0 + +* Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + ## September 26, 2023 ### Android BOM 2.4.1