Skip to content

Releases: adobe/aepsdk-optimize-android

v3.6.1

24 Jul 15:04
fb8c21d
Compare
Choose a tag to compare

Release notes

  • Fixed callback conflict where error was not delivered when both success and error were triggered.
  • Upgraded aepsdk-commons to 3.4.1, aepsdk-core-android to 3.5.0 and aepsdk-edge-android to 3.0.2.

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

11 Jun 09:52
92ba6ee
Compare
Choose a tag to compare

Release notes

  • The OptimizeProposition class now exposes activity and placement objects for all propositions that belongs to Offer Decisioning.

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

07 May 15:48
7215128
Compare
Choose a tag to compare

Release notes

  • New API Available: Introduced [List<Offer>. generateDisplayInteractionXdm()] to generate the XDM with batched list of display proposition that can be used in events tracking using Edge extension API (i.e, sendEvent()).

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

28 Apr 14:45
629f95b
Compare
Choose a tag to compare

Release notes

  • Enhanced error handling: Added support for managing invalid requests gracefully.
  • New API Available: Introduced [List<Offer>.display()] to track batched display proposition events for multiple offers displayed simultaneously on a screen.

What's Changed

Full Changelog: v3.3.1...v3.4.0

v3.3.1

11 Mar 09:28
cebbe24
Compare
Choose a tag to compare

Release notes

  • Added capability to configure timeout value for the Update Proposition API via Adobe Journey Optimizer - Decisioning card in Mobile Tags property.

What's Changed

Full Changelog: v3.4.0...v3.3.1

v3.3.0

17 Feb 09:32
4e07ed2
Compare
Choose a tag to compare

Release notes

  • [Breaking Change] Updated Offer Score data type of from Integer to Double.
  • Optimize SDK only listens to preview events if it contains debug object with eventType as com.adobe.eventType.edge and eventSource as personalization:decisions.

What's Changed

Full Changelog: v3.2.4...v3.3.0

What's Changed

Full Changelog: v3.2.4...v3.3.0

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