Skip to content

Commit

Permalink
Updating release notes (#712)
Browse files Browse the repository at this point in the history
* Updating release notes

* Remove note about Notification Content Extension

* Remove trailing space from mobile-core relase notes

* Remove line in Edge release notes about Core dependency as that information is in the podspec.

* Remove line in Edge release notes about Core dependency as that information is in the podspec.

---------

Co-authored-by: kevinlind <[email protected]>
Co-authored-by: Kevin Lind <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 2b28b05 commit 6a07430
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/release_notes/timestamp.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ts":1728410967128}
{"ts":1729122121106}
6 changes: 6 additions & 0 deletions src/pages/edge/edge-network/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ keywords:

# Release notes

## October 16, 2024

### iOS Edge 5.0.3

* Adds 507 as recoverable error code and applies valid retry-after timeout values on next retry if provided on the response, otherwise applies default timeout.

## June 6, 2024

### React Native Edge 6.0.2
Expand Down
10 changes: 8 additions & 2 deletions src/pages/home/base/mobile-core/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ keywords:

# Release notes

## October 16, 2024

### iOS Core 5.3.1

* Updated `responseHttpHeader(forKey:)` in `HttpConnection` struct to ensure case-insensitive header field lookups.

## October 1, 2024

### Android Core 3.2.0
Expand Down Expand Up @@ -84,7 +90,7 @@ keywords:
### Android Core 3.0.1

* Fixed an issue with scrollability in in-app messages with overflowing content.
* Fixed an issue where the PresentationDelegate was not notified of all URLs opened by an in-app message.
* Fixed an issue where the PresentationDelegate was not notified of all URLs opened by an in-app message.
* Fixed an issue where UI components were not adapting to orientation changes when the activity hosting the composable restricts configuration change.
* Enhanced error handling in the collectLaunchInfo API to catch exceptions when retrieving bundled data from an Activity.
* Simplified coroutine scope management in UI services.
Expand All @@ -103,7 +109,7 @@ keywords:

### iOS Core 4.2.4

* Fixed a race condition when accessing sharedStateName inside ExtensionContainer.
* Fixed a race condition when accessing sharedStateName inside ExtensionContainer.

## May 13, 2024

Expand Down
166 changes: 88 additions & 78 deletions src/pages/home/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Keywords:

# Release notes

## October 16, 2024

### iOS Edge 5.0.3

* Adds 507 as recoverable error code and applies valid retry-after timeout values on next retry if provided on the response, otherwise applies default timeout.

### iOS Core 5.3.1

* Updated `responseHttpHeader(forKey:)` in `HttpConnection` struct to ensure case-insensitive header field lookups.

## October 8, 2024

### Android BOM 3.5.0
Expand Down Expand Up @@ -47,7 +57,7 @@ Keywords:

### Android Optimize 3.1.0

* Added a new `updatePropositions` API to support completion callback with retrieved propositions and errors (if any).
* Added a new `updatePropositions` API to support completion callback with retrieved propositions and errors (if any).

## October 3, 2024

Expand Down Expand Up @@ -89,38 +99,38 @@ Keywords:

### iOS Optimize 5.1.0

* Added a new `updatePropositions` API to support completion callback with retrieved propositions and errors (if any).
* Updated `getPropositions` API to return cached propositions immediately if there are no pending `updatePropositions` calls for the requested list of decision scopes.
* Changed `Offer.score` data type from Integer to Double to fix a bug where offers having decimal score were being dropped.
* Added a new `updatePropositions` API to support completion callback with retrieved propositions and errors (if any).
* Updated `getPropositions` API to return cached propositions immediately if there are no pending `updatePropositions` calls for the requested list of decision scopes.
* Changed `Offer.score` data type from Integer to Double to fix a bug where offers having decimal score were being dropped.

## October 2, 2024

### Android Messaging 3.2.1

* SDK updated to support conflict resolution for in-app messaging:
* In-app messages are loaded in priority order
* When a message display is suppressed due to a priority conflict or due to app developer decision it is recorded as an edge event
* SDK updated to support conflict resolution for in-app messaging:
* In-app messages are loaded in priority order
* When a message display is suppressed due to a priority conflict or due to app developer decision it is recorded as an edge event

## October 1, 2024

### Android Core 3.2.0

* Added new constants to `AEPError`.
* Added the `SuppressedByAppDeveloper` constant to indicate that the in-app message was not displayed because it was rejected by the app developer via the `PresentationDelegate`.
* Added new constants to `AEPError`.
* Added the `SuppressedByAppDeveloper` constant to indicate that the in-app message was not displayed because it was rejected by the app developer via the `PresentationDelegate`.

## September 30, 2024

### iOS Messaging 5.4.0

* SDK updated to support conflict resolution for in-app messaging:
* In-app messages are loaded in priority order
* SDK updated to support conflict resolution for in-app messaging:
* In-app messages are loaded in priority order
* When a message display is suppressed due to a priority conflict or due to app developer decision it is recorded as an edge event

## September 27, 2024

### iOS Core 5.3.0

* Added an `onError` method to the `FullscreenMessageDelegate` to notify of the reason when an in-app message fails to display.
* Added an `onError` method to the `FullscreenMessageDelegate` to notify of the reason when an in-app message fails to display.

## September 13, 2024

Expand Down Expand Up @@ -177,26 +187,26 @@ Keywords:

### Android Campaign Classic 3.1.2

* Update notification builder dependency to 3.0.2 to resolve an issue with push template dismiss actions.
* Update notification builder dependency to 3.0.2 to resolve an issue with push template dismiss actions.

### Android Notification Builder 3.0.2

* Add `aep` prefix to notification builder string resources to prevent conflicts with resources defined by the app.
* Fix intent actions to allow tracker activities to correctly handle received intents.
* Add `aep` prefix to notification builder string resources to prevent conflicts with resources defined by the app.
* Fix intent actions to allow tracker activities to correctly handle received intents.

## September 4, 2024

### AEPSwiftUI 5.1.0-beta

Initial release of `AEPSwiftUI` framework for Adobe Experience Platform Mobile SDKs on iOS. The `AEPSwiftUI` framework provides out-of-the-box UI components for use with Adobe Journey Optimizer content cards.

Initial release of `AEPSwiftUI` framework for Adobe Experience Platform Mobile SDKs on iOS. The `AEPSwiftUI` framework provides out-of-the-box UI components for use with Adobe Journey Optimizer content cards.

The first release includes a single template - [SmallImageTemplate](https://github.com/adobe/aepsdk-ui-ios/tree/v5.1.0-beta/Frameworks/AEPSwiftUI/Documentation)

## September 3, 2024

### iOS Notification Content Extension 5.0.1

* Removed left and right scroll buttons on auto carousel notifications.
* Removed left and right scroll buttons on auto carousel notifications.

### Android BOM 3.3.1

Expand Down Expand Up @@ -236,13 +246,13 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### Android Core 3.1.2

* Added screen reader support for in-app messages.
* Added screen reader support for in-app messages.

### iOS Messaging 5.3.0

* Two updates made to support out-of-the-box Content Card templates, coming soon via the new `AEPSwiftUI` library:
* Writes a disqualify event to event history when a content card is dismissed
* Removes dismissed content card from in-memory container holding qualified content cards
* Two updates made to support out-of-the-box Content Card templates, coming soon via the new `AEPSwiftUI` library:
* Writes a disqualify event to event history when a content card is dismissed
* Removes dismissed content card from in-memory container holding qualified content cards

## August 20, 2024

Expand Down Expand Up @@ -284,40 +294,40 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### Android Campaign Classic 3.1.1

* Removed unused `app_name` string resource to prevent conflicts with resources defined by the app.
* Add support for 64-bit broadlog id.
* Update notification builder dependency to 3.0.1 to resolve issues with out-of-the-box push templates.
* Removed unused `app_name` string resource to prevent conflicts with resources defined by the app.
* Add support for 64-bit broadlog id.
* Update notification builder dependency to 3.0.1 to resolve issues with out-of-the-box push templates.

### Android Campaign Standard 3.0.1

* Removed unused `app_name` string resource to prevent conflicts with resources defined by the app.
* Fixed an Android Campaign Standard 2.x datastore migration issue.
* Removed unused `app_name` string resource to prevent conflicts with resources defined by the app.
* Fixed an Android Campaign Standard 2.x datastore migration issue.

### Android Optimize 3.0.2

* Fixed thread safety for map updates that happen when `updatePropositions` API was called repeatedly.
* Fixed issue where `Offer` could not be created for default content item when `getPropostions` API was called.
* Fixed thread safety for map updates that happen when `updatePropositions` API was called repeatedly.
* Fixed issue where `Offer` could not be created for default content item when `getPropostions` API was called.

### Android Notification Builder 3.0.1

* Fixed timer notification background color.
* Updated optional fields within the multi-icon push template.
* Fixed issues seen with lower level Android API. See https://github.com/adobe/aepsdk-ui-android/pull/64 for details.
* Fixed timer notification background color.
* Updated optional fields within the multi-icon push template.
* Fixed issues seen with lower level Android API. See https://github.com/adobe/aepsdk-ui-android/pull/64 for details.

## August 19, 2024

### Android Places 3.0.1

* Removed unused `app_name` string resource to prevent conflicts with resources defined by the app.
* Removed unused `app_name` string resource to prevent conflicts with resources defined by the app.

### Android Messaging 3.2.0

* Deprecated `ContentCard` class and its related APIs.
* Deprecated `ContentCard` class and its related APIs.

### iOS Messaging 5.2.0

* Updated some logging around push message tracking to be more useful.
* Deprecated `ContentCard` class and its related APIs.
* Updated some logging around push message tracking to be more useful.
* Deprecated `ContentCard` class and its related APIs.

## August 16, 2024

Expand All @@ -329,11 +339,11 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### Android Assurance 3.0.2

* Added localization support.
* Added localization support.

### iOS Assurance 5.0.1

* Add localization support.
* Add localization support.

## July 19, 2024

Expand Down Expand Up @@ -375,15 +385,15 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### Android Core 3.1.1

* Fixed an issue causing in-app messages to cast a shadow.
* Fixed an issue causing in-app messages to be slightly transparent by default.
* Improved in-app message handling in immersive mode.
* Fixed an issue causing in-app messages to cast a shadow.
* Fixed an issue causing in-app messages to be slightly transparent by default.
* Improved in-app message handling in immersive mode.

## July 9, 2024

### iOS Messaging 5.1.1

* Fixed a regression introduced in 5.0.0 that was preventing cached in-app messages from displaying on launch.
* Fixed a regression introduced in 5.0.0 that was preventing cached in-app messages from displaying on launch.

## June 28, 2024

Expand Down Expand Up @@ -427,11 +437,11 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### iOS Analytics 5.0.2

* Fixed a bug where Places region ID and name were not included in the Analytics request if the Places data contained non-string values.
* Fixed a bug where Places region ID and name were not included in the Analytics request if the Places data contained non-string values.

### Android Analytics 3.0.1

* Fixed a bug where Places region ID and name were not included in the Analytics request if the Places data contained non-string values.
* Fixed a bug where Places region ID and name were not included in the Analytics request if the Places data contained non-string values.

## June 26, 2024

Expand Down Expand Up @@ -473,21 +483,21 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### Android Messaging 3.1.0

* Added support for [Content Cards](https://github.com/adobe/aepsdk-messaging-android/blob/main/Documentation/sources/propositions/content-card.md).
* Fixed a bug causing modified code-based experiences to be appended to the proposition offering, rather than being replaced.
* Added listener for debug event to support future Assurance workflows.
* Added support for [Content Cards](https://github.com/adobe/aepsdk-messaging-android/blob/main/Documentation/sources/propositions/content-card.md).
* Fixed a bug causing modified code-based experiences to be appended to the proposition offering, rather than being replaced.
* Added listener for debug event to support future Assurance workflows.

### iOS Messaging 5.1.0

* Added support for [Content Cards](https://github.com/adobe/aepsdk-messaging-ios/blob/main/Documentation/sources/propositions/developer-documentation/classes/content-card.md).
* Fixed a bug causing modified code-based experiences to be appended to the proposition offering, rather than being replaced.
* Added listener for debug event to support future Assurance workflows.
* Added support for [Content Cards](https://github.com/adobe/aepsdk-messaging-ios/blob/main/Documentation/sources/propositions/developer-documentation/classes/content-card.md).
* Fixed a bug causing modified code-based experiences to be appended to the proposition offering, rather than being replaced.
* Added listener for debug event to support future Assurance workflows.

## June 24, 2024

### Android Core 2.6.4

* Fixed strict mode violations that happened during SDK initialization.
* Fixed strict mode violations that happened during SDK initialization.
* Added checks to prevent SDK initialization when the device is in direct boot mode.

### Android BOM 2.9.9
Expand Down Expand Up @@ -565,44 +575,44 @@ The first release includes a single template - [SmallImageTemplate](https://gith

### Android Campaign Classic 3.1.0

Add support for out-of-the-box push notifications:

* Basic
* Carousel
* Product Catalog
* Product Rating
* Input Box
* Multi Icon
* Zero Bezel
* Timer
Add support for out-of-the-box push notifications:

* Basic
* Carousel
* Product Catalog
* Product Rating
* Input Box
* Multi Icon
* Zero Bezel
* Timer

### Android Notification Builder 3.0.0

This is the initial release of AEP Notification Builder. Added support for out-of-the-box push notifications:

* Basic
* Carousel
* Product Catalog
* Product Rating
* Input Box
* Multi Icon
* Zero Bezel
* Timer
This is the initial release of AEP Notification Builder. Added support for out-of-the-box push notifications:

* Basic
* Carousel
* Product Catalog
* Product Rating
* Input Box
* Multi Icon
* Zero Bezel
* Timer

### iOS Core 5.2.0

* Added a new EventSource constant (`com.adobe.eventSource.debug`) and utility methods.
* Added support for in-app message HTML content to control its background transparency.
* Fixed data races in EventHub and Services and implemented additional stability fixes.
* Added a new EventSource constant (`com.adobe.eventSource.debug`) and utility methods.
* Added support for in-app message HTML content to control its background transparency.
* Fixed data races in EventHub and Services and implemented additional stability fixes.

## June 20, 2024

### Android Core 3.1.0

* Added support for in-app message HTML content to control its background transparency.
* Enhanced Presentable re-attachment workflow for new Activity launch scenarios.
* Added a new EventSource constant (`com.adobe.eventSource.debug`) and utility methods.
* Added checks to prevent SDK initialization when device is in direct boot mode.
* Added support for in-app message HTML content to control its background transparency.
* Enhanced Presentable re-attachment workflow for new Activity launch scenarios.
* Added a new EventSource constant (`com.adobe.eventSource.debug`) and utility methods.
* Added checks to prevent SDK initialization when device is in direct boot mode.

## June 6, 2024

Expand Down

0 comments on commit 6a07430

Please sign in to comment.