[AUTOMATIC] Release/4.25.9#3145
Merged
Merged
Conversation
NachoSoto
approved these changes
Sep 5, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3145 +/- ##
==========================================
+ Coverage 86.53% 86.59% +0.05%
==========================================
Files 219 219
Lines 15715 15715
==========================================
+ Hits 13599 13608 +9
+ Misses 2116 2107 -9
☔ View full report in Codecov by Sentry. |
Contributor
|
Pod did actually push. |
MarkVillacampa
pushed a commit
that referenced
this pull request
Sep 6, 2023
**This is an automatic release.** ### Bugfixes * `DebugViewModel`: fixed runtime crash on iOS < 16 (#3139) via NachoSoto (@NachoSoto) ### Performance Improvements * `PurchasesOrchestrator`: return early if receipt has no transactions when checking for promo offers (#3123) via Mark Villacampa (@MarkVillacampa) * `Purchases`: don't clear intro eligibility / purchased products cache on first launch (#3067) via NachoSoto (@NachoSoto) ### Dependency Updates * `SPM`: update `Package.resolved` (#3130) via NachoSoto (@NachoSoto) ### Other Changes * `ReceiptParser`: fixed SPM build (#3144) via NachoSoto (@NachoSoto) * `carthage_installation_tests`: optimize SPM package loading (#3129) via NachoSoto (@NachoSoto) * `CI`: add workaround for `Carthage` timing out (#3119) via NachoSoto (@NachoSoto) * `Integration Tests`: workaround to not lose debug logs (#3108) via NachoSoto (@NachoSoto)
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.
This is an automatic release.
Bugfixes
DebugViewModel: fixed runtime crash on iOS < 16 (DebugViewModel: fixed runtime crash on iOS < 16 #3139) via NachoSoto (@NachoSoto)Performance Improvements
PurchasesOrchestrator: return early if receipt has no transactions when checking for promo offers (PurchasesOrchestrator: return early if receipt has no transactions when checking for promo offers #3123) via Mark Villacampa (@MarkVillacampa)Purchases: don't clear intro eligibility / purchased products cache on first launch (Purchases: don't clear intro eligibility / purchased products cache on first launch #3067) via NachoSoto (@NachoSoto)Dependency Updates
SPM: updatePackage.resolved(SPM: updatePackage.resolved#3130) via NachoSoto (@NachoSoto)Other Changes
ReceiptParser: fixed SPM build (ReceiptParser: fixed SPM build #3144) via NachoSoto (@NachoSoto)carthage_installation_tests: optimize SPM package loading (carthage_installation_tests: optimize SPM package loading #3129) via NachoSoto (@NachoSoto)CI: add workaround forCarthagetiming out (CI: add workaround forCarthagetiming out #3119) via NachoSoto (@NachoSoto)Integration Tests: workaround to not lose debug logs (Integration Tests: workaround to not lose debug logs #3108) via NachoSoto (@NachoSoto)