Releases: adobe/aepsdk-optimize-ios
Releases · adobe/aepsdk-optimize-ios
v5.2.0
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.
- Added support for debug events and enabled getPropositions and onPropositionsUpdate to receive Simulated events from Assurance.
What’s Changed
- Fix: Added foundation in constant file (#125) @ishwetansh
- Dev v5.2.0 to Main (#123) @ishwetansh
- Updating version to 5.2.0 (#124) @github-actions
- Add: deprecated update proposition api without callback (#122) @ishwetansh
- [MOB-22477] - Added support for debug events and separate cache for Preview Propositions (#120) @akhiljain1907
- [MOB-22281] - Public API Changes with Configurable timeout value for Update/ Get proposition (#119) @ishwetansh
- Documentation update - AEPOptimize 5.1.0 (#117) @akhiljain1907
v5.1.0
Release notes
- Added a new
updatePropositions
API to support completion callback with retrieved propositions and errors (if any). - Updated
getPropositions
API to return cached propositions immediately if there are no pendingupdatePropositions
calls for the requested list of decision scopes. - Changed
Offer.score
data type from Integer to Double to fix a bug where offers having decimal score were being dropped.
What’s Changed
- Staging to Main Optimize 5.1.0 (#116) @akhiljain1907
- Dev v5.1.0 -> Staging (#115) @spoorthipujariadobe
- Optimize SDK's version update (#114) @akhiljain1907
- [PLATIR-43864] Changed Offer Score value from Int to Double (#113) @ishwetansh
- Mob 20807 - Providing error details received by Edge in updateProposition api callback (#111) @akhiljain1907
- MOB-20804 - updateProposition api with a callback to handle timeout (#110) @akhiljain1907
- MOB-19932 - Get proposition request event handling (#109) @ishwetansh
v5.0.1
Release Notes
- Fixed a crash that happens when
updateProposition
API was called repeatedly.
What’s Changed
- Staging to main for 5.0.1 release (#108) @sbenedicadb
- promote Dev v5.0.1 to staging (#107) @sbenedicadb
- -update version to 5.0.1 and add scripts for update version github action (#106) @sbenedicadb
- -[MOB-21054] Making container vars thread safe (#105) @sbenedicadb
v4.0.4
Release Notes
- Fixed a crash that happens when
updateProposition
API was called repeatedly.
What’s Changed
v5.0.0
Release Notes
Major version update for Adobe Journey Optimizer - Decisioning Extension for Adobe Experience Platform Mobile SDKs on iOS compatible with Mobile Core 5.0.0. The current release includes the following changes:
- Updated the minimum supported version to iOS 12.0.
- Include XCFrameworks built with Xcode 15.0.1 with the GitHub release.
- Renamed class
Proposition
toOptimizeProposition
.
What’s Changed
- Staging -> Main (#97) @spoorthipujariadobe
- Dev v5.0.0 to staging (#95) @sbenedicadb
- -fix podfile (#96) @sbenedicadb
- fixing some merge issues (#94) @sbenedicadb
- fix some branch conflicts (#93) @sbenedicadb
- Remove Assurance dependency from AEPOptimizeDemoAppExtension (#92) @spoorthipujariadobe
- fix scripts for release (#91) @sbenedicadb
- -update circle for xcode 15.1 and remove codecov (#90) @sbenedicadb
v4.0.3
- Added max versions to Platform dependencies in podspec
v4.0.2
Release Notes
- Added support for streamlining processing order for update and get propositions events.