Skip to content

Releases: adobe/aepsdk-optimize-android

v3.2.4

11 Feb 01:13
36cb864
Compare
Choose a tag to compare

Release notes

  • Added support for the new MobileCore.initialize API introduced in Core.

What's Changed

  • (Optimize 3.2.4) Added support for the new MobileCore.initialize API introduced in Core by @praveek in #144

Full Changelog: v3.2.3...v3.2.4

v3.2.3

06 Feb 17:14
cdd2d45
Compare
Choose a tag to compare

Release notes

  • Added support for the Array type in the JSON structure of Offer Content.

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.2.3

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