Releases: adobe/aepsdk-messaging-android
Releases · adobe/aepsdk-messaging-android
v3.2.1
Release notes
- 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
What’s Changed
- Staging to main for 3.2.1 release (#274) @rymorale
- Dev v3.2.1 to staging for 3.2.1 release (#273) @rymorale
- Send edge tracking request for suppressed in-app notifications (#272) @rymorale
- change messaging test app to be compatible with new content card data (#267) @spoorthipujariadobe
- Reverse the order of in-app message rules before loading them in the rules engine (#271) @rymorale
- Add support for configurable e2e tests (#270) @rymorale
- Functional tests for refactored classes (#263) @sbenedicadb
v3.2.0
Release notes
- Deprecated
ContentCard
class and its related APIs.
What’s Changed
- staging to main for 3.2.0 release (#266) @sbenedicadb
- Dev to staging for v3.2.0 (#265) @sbenedicadb
- -deprecate ContentCard class (#264) @sbenedicadb
v3.1.0
Release Notes
- Added support for Content Cards.
- 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.
What’s Changed
- Staging -> main 3.1.0 (#259) @spoorthipujariadobe
- Dev v3.1.0 -> Staging (#258) @spoorthipujariadobe
- Update the MessagingEdgeEventType documentation, cleanup Message interface docs (#257) @rymorale
- Handle debug event for in-app schema consequence (#256) @spoorthipujariadobe
- Content card docs + some cleanup and restructuring (#255) @rymorale
- Replace inMemoryPropositions instead of appending for every updatePropositionsForSurface call (#254) @spoorthipujariadobe
- updating code for content cards (#253) @sbenedicadb
- Update README.md (#251) @rymorale
v3.0.0
Release Notes
Major version update for Adobe Experience Platform Mobile Messaging SDK 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.
- 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.
What’s Changed
- Merge Staging to main for 3.0.0 release (#250) @spoorthipujariadobe
- Dev 3.0.0 to staging for 3.0.0 release (#248) @rymorale
- remove duplicate PropositionEventType and ItemData class and depcreated event type enums (#249) @spoorthipujariadobe
- 3.0.0 release updates (#247) @rymorale
- Unit tests part 2 (#246) @spoorthipujariadobe
- Formatting and Licencse Header (#245) @PravinPK
- change namespace to avoid conflict (#244) @spoorthipujariadobe
- unit tests + InternalMessage and PropositionItem parity with iOS (#241) @spoorthipujariadobe
- Add Edge Dependency to Messaging Extension (#243) @PravinPK
- Bug Fix: Opening deeplink refreshes home page state (#242) @PravinPK
- Fix Static imports and make the CI app build to pass (#240) @PravinPK
- Android 3.x changes - Gradle, Github Scripts and CircleCI updates (#239) @PravinPK
- Merge dev-v3.0.0 into feature/feed (#238) @spoorthipujariadobe
- Merge main branch to dev3.0.0 (#237) @PravinPK
Release v2.2.1
Release Notes
- Handle a null network connection exception which was causing the Messaging extension to fail to be registered.
What’s Changed
v2.2.0
Release Notes
- 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.
Release v2.1.4
Add support to handle in-app interaction tracking for back button presses.
Release v2.1.3
- Fixed a bug causing in-app message display Experience Events to be sent even when MessagingDelegate suppressed their display.
Release v2.1.2
Fixed a bug causing a crash when incorrectly formatted URLs were used in custom HTML messages.
Release v2.1.1
- Adds support for better handling of multiple handles being returned in personalization:decisions responses.