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

Release/4.3.0 #339

Merged
merged 4 commits into from
Jul 15, 2021
Merged

Release/4.3.0 #339

merged 4 commits into from
Jul 15, 2021

Conversation

aboedo
Copy link
Member

@aboedo aboedo commented Jul 15, 2021

Identity V3:

In this version, we’ve redesigned the way that user identification works.
Detailed docs about the new system are available here.

New methods

  • Introduces logIn, a new way of identifying users, which also returns whether a new user has been registered in the system.
    logIn uses a new backend endpoint.
  • Introduces logOut, a replacement for reset.

Deprecations / removals

Other changes:

@aboedo aboedo self-assigned this Jul 15, 2021
Comment on lines +681 to +684
@Deprecated(
"Use logIn instead",
ReplaceWith("Purchases.sharedInstance.logIn(newAppUserID, LogInCallback?)")
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added this deprecation, I'd missed it in #252

1. Create a CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes)
1. Update CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a copy change to clarify, since the file exists and it's versioned

addressable (2.7.0)
addressable (2.8.0)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated fastlane + dependencies

@aboedo aboedo requested a review from a team July 15, 2021 14:54
Copy link
Contributor

@taquitos taquitos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🐐 🥂 🐐

@aboedo aboedo merged commit c96e7fe into develop Jul 15, 2021
@aboedo aboedo deleted the release/4.3.0 branch July 15, 2021 16:44
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.

2 participants