Skip to content

Releases: adobe/aepsdk-optimize-android

v3.2.2

06 Dec 13:14
f927b25
Compare
Choose a tag to compare

Release notes

  • Added timeout (in seconds) parameter to updatePropositions and getPropositions APIs to enable timeout configuration in both the apis ensuring that the operation either completes within the given time frame or returns an error indicating a timeout.
  • Updated getPropositions API to return cached propositions immediately if there are no pending updatePropositions calls for the requested list of decision scopes.
  • Added support for debug events and enabled getPropositions and onPropositionsUpdate to receive Simulated events from Assurance.

What’s Changed

v3.1.0

08 Oct 17:34
4b8a92a
Compare
Choose a tag to compare

Release notes

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

What’s Changed

v3.0.2

20 Aug 21:31
1ad151a
Compare
Choose a tag to compare

Release Notes

  • 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.

What’s Changed

v3.0.1

21 May 22:19
a41b4a4
Compare
Choose a tag to compare

Release Notes

  • Fixed a bug where Optimize SDK was considering Target mbox decision scope strings as invalid and not including them in personalization requests.

What’s Changed

v3.0.0

04 Apr 00:55
60110d4
Compare
Choose a tag to compare

Release Notes

Major version update for Adobe Journey Optimizer - Decisioning Extension 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.

What’s Changed

v2.0.2

05 Oct 21:47
c8f3a68
Compare
Choose a tag to compare

Release Notes

  • Added support for streamlining processing order for update and get propositions events.

v2.0.1

30 Aug 20:31
9a01c3e
Compare
Choose a tag to compare

What's Changed

  • Verify configuration shared state is set before processing proposition requests by @swarna04 in #67

v2.0.0

03 Feb 02:55
a25a78d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v2.0.0

v1.0.0

11 Oct 01:22
74e46fd
Compare
Choose a tag to compare

Release Notes

Summary

  • AEPOptimize mobile SDK v1.0.0 provides APIs to enable real-time personalization workflows in mobile apps using Adobe Target or Adobe Journey Optimizer Offer Decisioning.

For more details, refer to the extension documentation here.

What's Changed

v1.0.1

11 Oct 01:24
c290194
Compare
Choose a tag to compare

Release Notes

Summary

  • Fixed an issue where Base64 encoding the JSON string, created using the activityId and placementId provided in the DecisionScope constructor, introduced a newline character in the encoded scope string.

What's Changed