Skip to content

Merge to main for 4.2.0 release#394

Merged
timkimadobe merged 16 commits intomainfrom
staging
Sep 1, 2023
Merged

Merge to main for 4.2.0 release#394
timkimadobe merged 16 commits intomainfrom
staging

Conversation

@timkimadobe
Copy link
Copy Markdown
Contributor

Description

Merge to main for 4.2.0 release:

  • Adds ability to request a "completion" event when making an experience event request. The content complete event is dispatched after the request connection is closed.
  • Sets Core dependency to 4.1.0
  • Fix for test SPM to avoid internal PIF error
  • Fix for record separator logic in iOS 17 and later
  • Fix for test setup in integration test case

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

kevinlind and others added 16 commits July 21, 2023 15:35
Downmerge Main to Dev after v4.1.0 release
Update the validation expected results for recordSeparator.
In iOS 17 and later, result displays " " (empty string).
In iOS 16 and before, result displays "\u{0000}".
Add tvOS versions check
Update the recordSeparator check with a variable.
Update the validation expected results for recordSeparator in functional tests
* Add new process on complete to NetworkResponseHandler

* Refactor existing test based on changed return type

* Add functional test for new complete event

* Add network response handler functional tests

* Update constant names to CONTENT_COMPLETE

Add more functional test cases for onComplete behavior

* Add new request send completion flag section

Correct the documentation for response content as a fallback to error response content
Alphabetize items

* Add test button for sending event with complete flag

Reorganize view to move scrollable data view to the top and not truncate text
Add visual indicators to scrollable data view

* Add explicit types

* Apply swift lint

* Fix line length violation

* Update method docs to reflect new return type

* Refactor test case to use assertion helper

* Align event reference doc with android version
* Updating version to 4.2.0.

* Update the Podfile.lock with version updates

---------

Co-authored-by: timkimadobe <timkimadobe@users.noreply.github.com>
Co-authored-by: timkimadobe <95260439+timkimadobe@users.noreply.github.com>
Update event reference response content description
Merge to Staging for v4.2.0 release
* Update to use EventSource constant from Core

Update Podfile.lock with latest Core version

* Update Core and Edge versions to latest

* Update Podfile.lock with latest versions

* Revert doc version changes

---------

Co-authored-by: Emilia Dobrin <33132425+emdobrin@users.noreply.github.com>
Merge to Staging for 4.2.0 release, updates Core dependency to 4.1.0
@timkimadobe timkimadobe merged commit 9aef3e6 into main Sep 1, 2023
@timkimadobe timkimadobe linked an issue Sep 1, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release Edge 4.2.0

5 participants