Release/4.7.0#1745
Merged
Merged
Conversation
NachoSoto
commented
Jun 30, 2022
aboedo
reviewed
Jun 30, 2022
Member
There was a problem hiding this comment.
I feel like we should highlight the API changes first and foremost, since they're the things Xcode will complain about, and probably the biggest reason to check out the changelog
Contributor
Author
There was a problem hiding this comment.
Yup great point. I'm going to be AFK all day so if you want to release this today feel free to take over :)
If not I can do this tomorrow morning.
Contributor
Author
|
Looks like there's an issue with the new scripts because of the "ensure hit status clean", after we update the commit hash in and update API keys. |
Contributor
Author
aboedo
approved these changes
Jul 1, 2022
Contributor
Author
|
I'm flying all day today, I'll get this out on Monday. |
Contributor
Author
|
Rebased with the fastlane fixes, let's see if tests pass now. |
taquitos
reviewed
Jul 1, 2022
| @@ -1,6 +1,28 @@ | |||
| ### Bug fixes | |||
| _This release is compatible with Xcode 14 beta 1_ | |||
taquitos
approved these changes
Jul 1, 2022
Contributor
Author
Contributor
Contributor
Author
|
I'll wait then 👍🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
CustomerInfo.nonSubscriptionTransactionswith a new non-StoreTransactiontype (ReplacedCustomerInfo.nonSubscriptionTransactionswith a new non-StoreTransactiontype #1733) via NachoSoto (@NachoSoto)Purchases.configure: added overload taking aConfiguration.Builder(Purchases.configure: added overload taking aConfiguration.Builder#1720) via NachoSoto (@NachoSoto)All attribution APIs can now be accessed from
Purchases.shared.attribution.Improvements:
PurchasesOrchestrator: don't log attribute errors if there are none (PurchasesOrchestrator: don't log attribute errors if there are none #1742) via NachoSoto (@NachoSoto)FatalErrorUtil: don't overridefatalErroron release builds (FatalErrorUtil: don't overridefatalErroron release builds #1736) via NachoSoto (@NachoSoto)SKPaymentTransaction: added more context to warnings about missing properties (SKPaymentTransaction: added more context to warnings about missing properties #1731) via NachoSoto (@NachoSoto)showManageSubscriptions(update docs forshowManageSubscriptions#1729) via aboedo (@aboedo)PurchasesOrchestrator: unify finish transactions between SK1 and SK2 (PurchasesOrchestrator: unify finish transactions between SK1 and SK2 #1704) via NachoSoto (@NachoSoto)SubscriberAttribute: converted intostruct(SubscriberAttribute: converted intostruct#1648) via NachoSoto (@NachoSoto)CacheFetchPolicy.notStaleCachedOrFetched: added warning to docstring (CacheFetchPolicy.notStaleCachedOrFetched: added warning to docstring #1708) via NachoSoto (@NachoSoto)ROT13: optimized initialization and removed magic numbers (ROT13: optimized initialization and removed magic numbers #1702) via NachoSoto (@NachoSoto)Fixes:
logIn/logOut: sync attributes before aliasing (logIn/logOut: sync attributes before aliasing #1716) via NachoSoto (@NachoSoto)Purchases.customerInfo(fetchPolicy:): actually usefetchPolicyparameter (Purchases.customerInfo(fetchPolicy:): actually usefetchPolicyparameter #1721) via NachoSoto (@NachoSoto)PurchasesOrchestrator: fix behavior dealing withnilSKPaymentTransaction.productIdentifierduring purchase (PurchasesOrchestrator: fix behavior dealing withnilSKPaymentTransaction.productIdentifierduring purchase #1680) via NachoSoto (@NachoSoto)PurchasesOrchestrator.handlePurchasedTransaction: always refresh receipt data (PurchasesOrchestrator.handlePurchasedTransaction: always refresh receipt data #1703) via NachoSoto (@NachoSoto)