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: 1.8.0 #84

Merged
merged 14 commits into from
Jul 19, 2021
Merged

Release: 1.8.0 #84

merged 14 commits into from
Jul 19, 2021

Conversation

aboedo
Copy link
Member

@aboedo aboedo commented Jul 15, 2021

Re-adds identity v3, updates changelog

1.8.0

Identity V3

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
  • deprecates createAlias in favor of logIn
  • deprecates identify in favor of logIn
  • deprecates reset in favor of logOut
  • deprecates allowSharingStoreAccount in favor of dashboard-side configuration

Dependency updates

Bug Fixes

@aboedo aboedo self-assigned this Jul 15, 2021
Comment on lines -10 to -11
aws-partitions (1.474.0)
aws-sdk-core (3.116.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

@@ -20,6 +20,8 @@ import com.revenuecat.purchases.identifyWith
import com.revenuecat.purchases.purchasePackageWith
import com.revenuecat.purchases.purchaseProductWith
import com.revenuecat.purchases.resetWith
import com.revenuecat.purchases.logInWith
Copy link
Member Author

Choose a reason for hiding this comment

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

from this point on, the changes had been there merged before, but were removed in #75, because identity v3 wasn't ready to go in the native SDKs

xcode: 12.0
xcode: 12.5.1
Copy link
Member Author

Choose a reason for hiding this comment

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

we were getting definition conflicts with previous value errors pointing towards the eTags stuff in purchases-ios for some reason.
it looks like it was either a bug in Xcode 12.0, or in one of the other dependencies associated with the CircleCI instance for xcode 12.0. In any case, it gets fixed by bumping the version number here, and it works correctly locally.

Comment on lines -308 to +331
"productIdentifier" to purchase?.sku,
"productIdentifier" to purchase?.skus,
Copy link
Member Author

Choose a reason for hiding this comment

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

related to changes in RevenueCat/purchases-android#335

@aboedo aboedo marked this pull request as ready for review July 15, 2021 20:15
@aboedo aboedo requested a review from a team July 15, 2021 20:15
Copy link
Contributor

@beylmk beylmk left a comment

Choose a reason for hiding this comment

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

🎉

@aboedo
Copy link
Member Author

aboedo commented Jul 16, 2021

will hold until purchases-ios 3.12.1 is released and bump to it here

@aboedo aboedo added the HOLD label Jul 16, 2021
@aboedo aboedo merged commit 5c2bfd9 into develop Jul 19, 2021
@aboedo aboedo deleted the release/1.8.0 branch July 19, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants