Skip to content

Commit

Permalink
Merge pull request #425 from swarna04/optimize_release
Browse files Browse the repository at this point in the history
Updated Optimize SDK release notes
  • Loading branch information
PravinPK authored Oct 5, 2023
2 parents 4941e22 + 7513212 commit ab4f493
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ keywords:

# Release Notes

## October 5, 2023

### Android Optimize 2.0.2

* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior.

## October 4, 2023

### iOS Optimize 4.0.2

* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior.

## August 30, 2023

### Android Optimize 2.0.1
Expand Down
12 changes: 12 additions & 0 deletions src/pages/documentation/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Keywords:

# Release notes

## October 5, 2023

### Android Optimize 2.0.2

* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior.

## October 4, 2023

### iOS Optimize 4.0.2

* Added support for enforcing events' order for `updatePropositions` and `getPropositions` APIs in the extension. A `getPropositions` API invocation will be resolved only after any prior `updatePropositions` API requests are completed irrespective of the async API behavior.

## October 3, 2023

### Android BOM 2.5.0
Expand Down

0 comments on commit ab4f493

Please sign in to comment.