Skip to content

Commit

Permalink
Merge pull request #556 from AdobeDocs/update-release-notes
Browse files Browse the repository at this point in the history
Updating release notes
  • Loading branch information
praveek authored Apr 6, 2024
2 parents 236bb19 + 4ceaffc commit 1619406
Show file tree
Hide file tree
Showing 18 changed files with 446 additions and 1 deletion.
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":1711054741553}
{"ts":1712246654180}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ keywords:

# Release notes

## April 3, 2024

### Android Optimize 3.0.0

Major version update for [Adobe Journey Optimizer - Decisioning Extension](./index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
* Renamed class `Proposition` to `OptimizeProposition`.

## March 20, 2024

### iOS Optimize 5.0.0
Expand Down
11 changes: 11 additions & 0 deletions src/pages/edge/adobe-journey-optimizer/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ keywords:

# Release notes

## April 3, 2024

### Android Messaging 3.0.0

Major version update for [Adobe Journey Optimizer](./index.md) for Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Migrated the in-app message feature to use Jetpack Compose based UI Services from MobileCore 3.0.0.
* Adds support for code-based experiences.
* Fixed a bug that caused Activity restarts when processing push notification click URIs.

## March 20, 2024

Major version update for [Adobe Journey Optimizer](./index.md) for Adobe Experience Platform Mobile SDKs on iOS compatible with Mobile Core 5.0.0. The current release includes the following changes:
Expand Down
9 changes: 9 additions & 0 deletions src/pages/edge/consent-for-edge-network/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ keywords:

# Release notes

## April 2, 2024

### Android EdgeConsent 3.0.0

Major version update for [Consent for Edge Network](./index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.

## March 20, 2024

### iOS EdgeConsent 5.0.0
Expand Down
12 changes: 12 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,18 @@ keywords:

# Release notes

## April 2, 2024

### Android Edge 3.0.0

Major version update for [Edge Network](./index.md) Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
* Removed deprecated function `Formatters.dateToISO8601String()`, replaced by `TimeUtils.getISO8601UTCDateWithMilliseconds()` in MobileCore.
* Removed deprecated function `Formatters.dateToShortDateString()`, replaced by `TimeUtils.getISO8601FullDate()` in MobileCore.
* Added an enhancement to prevent network retries when the device's network is offline.

## March 19, 2024

### iOS Edge 5.0.0
Expand Down
9 changes: 9 additions & 0 deletions src/pages/edge/identity-for-edge-network/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ keywords:

# Release notes

## April 2, 2024

### Android EdgeIdentity 3.0.0

Major version update for [Identity for Edge Network](./index.md) Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.

## March 19, 2024

### iOS EdgeIdentity 5.0.0
Expand Down
8 changes: 8 additions & 0 deletions src/pages/edge/media-for-edge-network/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ keywords:

# Release notes

## April 2, 2024

### Android EdgeMedia 3.0.0

Major version update for [Adobe Streaming Media for Edge Network](./index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.

## March 20, 2024

### iOS EdgeMedia 5.0.0
Expand Down
11 changes: 11 additions & 0 deletions src/pages/home/base/assurance/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ keywords:

# Release notes

## April 1, 2024

### Android Assurance 3.0.0

Major version update for [Adobe Experience Platform Assurance](./index.md) on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* The SDK is now compatible with Kotlin 1.5 and higher.
* Removed deprecated `registerExtension` API. Use the `MobileCore.registerExtensions()` API for registering extensions and initializing the SDK instead.
* Migrated SDK UI components to Jetpack Compose.

## March 20, 2024

### iOS Assurance 5.0.0
Expand Down
40 changes: 40 additions & 0 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,46 @@ keywords:

# Release notes

## April 1, 2024

### Android Signal 3.0.0

Major version update for [Signal](./signal/index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* The SDK is now compatible with Kotlin 1.5 and higher.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
* Added an enhancement to prevent network retries when the device's network is offline.

### Android Lifecycle 3.0.0

Major version update for [Lifecycle](./lifecycle/index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.

### Android Identity 3.0.0

Major version update for [Identity](./identity/index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
* Added an enhancement to prevent network retries when the device's network is offline.

### Android Core 3.0.0

Major version update of Adobe Experience Platform Core Android SDK is live!

Please note that the current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* The SDK is now compatible with Kotlin 1.5 and higher.
* Migrated UI service to use Jetpack Compose.
* Removed deprecated `MobileCore.registerExtension(...)` and `MobileCore.start()` APIs. Use the `MobileCore.registerExtensions(...)` API for registering extensions and initializing the SDK instead.
* Removed `MobileCore.setMessagingDelegate`, `MobileCore.getMessagingDelegate` APIs which were used to control the display of in-app messages. Migrate to `com.adobe.marketing.mobile.services.ui.PresentationDelegate` and use `ServiceProvider.getUIService().setPresentationDelegate` API instead.
* Removed other APIs related to extension development which were deprecated in 2.0.0.
* Added an enhancement to prevent network retries when the device's network is offline.

## March 19, 2024

### iOS Core 5.0.0
Expand Down
11 changes: 11 additions & 0 deletions src/pages/home/base/profile/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ keywords:

# Release notes

## April 1, 2024

### Android UserProfile 3.0.0

Major version update for [User Profile](./index.md) for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

* Updated the minimum supported Android API level to 21.
* Removed deprecated `registerExtension` API. Use the `MobileCore.registerExtensions()` API for registering extensions and initializing the SDK instead.
* Removed deprecated `UserProfile.updateUserAttribute` API. Use the `UserProfile.updateUserAttributes` API instead.
* Removed deprecated `UserProfile.removeUserAttribute` API. Use the `UserProfile.removeUserAttributes` API instead.

## March 20, 2024

### iOS UserProfile 5.0.0
Expand Down
Loading

0 comments on commit 1619406

Please sign in to comment.