Skip to content

Commit

Permalink
Merge pull request #729 from AdobeDocs/update-release-notes
Browse files Browse the repository at this point in the history
Updating release notes
  • Loading branch information
akhiljain1907 authored Dec 10, 2024
2 parents 704f7e4 + d0a4706 commit f9c6095
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release_notes/timestamp.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ts":1730501459389}
{"ts":1733814947504}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ keywords:

# Release notes

## December 6, 2024

### Android Optimize 3.2.2

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

### iOS Optimize 5.2.0

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

## October 8, 2024

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

# Release notes

## December 6, 2024

### Android Optimize 3.2.2

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

### iOS Optimize 5.2.0

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

## November 21, 2024

### iOS Notification Content Extension ui-5.1.2

* Fixed a bug that caused dark/light image to be switched when the app enters background.

## November 5, 2024

### iOS Notification Content Extension ui-5.1.1

* Implemented image caching for Content Card images, resolving the issue where images fail to load when reappearing after the app is relaunched from the background.

## November 1, 2024

### iOS Messaging 5.5.0
Expand Down

0 comments on commit f9c6095

Please sign in to comment.