Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging -> Main (v3.2.1) #653

Merged
merged 5 commits into from
Jun 21, 2021
Merged

Staging -> Main (v3.2.1) #653

merged 5 commits into from
Jun 21, 2021

Commits on Jun 8, 2021

  1. Merge pull request #648 from adobe/main

    main -> staging
    nporter-adbe authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    7e2adc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Fix authentication state when calling syncIdentifiers (#649)

    * Set authentication state as object instead of raw value in syncIdentifiers call.
    Send authentication state as MobileVisitorAuthenticationState instead of Int in event data for syncIdentifiers API call. The Identity extension casts the authentication state as a MobileVisitorAuthenticationState when extracting from the event data. When using the raw value (Int) of the MobileVisitorAuthenticationState enum, the cast always fails and returns value .unknown. This fix will allow the user specified authentication state for the custom identifier in the syncIdentifiers call instead of all authentication states being unknown.
    
    * Verify authentication state as object and not int in Identity unit tests
    kevinlind authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    87d6cab View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Bump all versions to v3.2.1

    kevinlind committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5d8f1af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #651 from kevinlind/bump-v3.2.1

    Bump all versions to v3.2.1
    kevinlind authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    b2c7cd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Merge pull request #652 from adobe/dev-v3.2.1

    dev -> staging (3.2.1)
    kevinlind authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    4678cb7 View commit details
    Browse the repository at this point in the history