Skip to content

Remove public module#1113

Merged
tonidero merged 2 commits into
mainfrom
cesar/sdk-3212-move-public-files-into-purchases
Jul 6, 2023
Merged

Remove public module#1113
tonidero merged 2 commits into
mainfrom
cesar/sdk-3212-move-public-files-into-purchases

Conversation

@vegaro

@vegaro vegaro commented Jun 30, 2023

Copy link
Copy Markdown
Member

Before:
image

After:
image

@vegaro vegaro force-pushed the cesar/sdk-3212-move-public-files-into-purchases branch 2 times, most recently from 5d1f782 to e538d96 Compare July 5, 2023 15:06
@vegaro vegaro added the refactor label Jul 5, 2023
@vegaro vegaro force-pushed the cesar/sdk-3212-move-public-files-into-purchases branch from e538d96 to 0aa9ed9 Compare July 5, 2023 15:54
@vegaro vegaro marked this pull request as ready for review July 5, 2023 16:12
@codecov

codecov Bot commented Jul 5, 2023

Copy link
Copy Markdown

Codecov Report

Merging #1113 (d860e5b) into main (ef34062) will increase coverage by 0.79%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1113      +/-   ##
==========================================
+ Coverage   84.81%   85.60%   +0.79%     
==========================================
  Files         180      175       -5     
  Lines        6169     6038     -131     
  Branches      916      875      -41     
==========================================
- Hits         5232     5169      -63     
+ Misses        573      528      -45     
+ Partials      364      341      -23     
Impacted Files Coverage Δ
...tlin/com/revenuecat/purchases/DangerousSettings.kt 100.00% <ø> (ø)
...kotlin/com/revenuecat/purchases/EntitlementInfo.kt 66.32% <ø> (ø)
...otlin/com/revenuecat/purchases/EntitlementInfos.kt 82.35% <ø> (ø)
...evenuecat/purchases/EntitlementVerificationMode.kt 100.00% <ø> (ø)
...c/main/kotlin/com/revenuecat/purchases/LogLevel.kt 100.00% <ø> (ø)
...c/main/kotlin/com/revenuecat/purchases/Offering.kt 87.50% <ø> (ø)
.../main/kotlin/com/revenuecat/purchases/Offerings.kt 100.00% <ø> (ø)
...rc/main/kotlin/com/revenuecat/purchases/Package.kt 100.00% <ø> (ø)
...ain/kotlin/com/revenuecat/purchases/ProductType.kt 100.00% <ø> (ø)
...lin/com/revenuecat/purchases/VerificationResult.kt 100.00% <ø> (ø)
... and 19 more

... and 1 file with indirect coverage changes

@vegaro vegaro requested a review from a team July 5, 2023 16:17

@tonidero tonidero left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks great 👍

@tonidero

tonidero commented Jul 6, 2023

Copy link
Copy Markdown
Contributor

Will merge this @vegaro in preparation of making a release with all of the changes

@tonidero tonidero merged commit 3518381 into main Jul 6, 2023
@tonidero tonidero deleted the cesar/sdk-3212-move-public-files-into-purchases branch July 6, 2023 13:53
tonidero added a commit that referenced this pull request Jul 12, 2023
**This is an automatic release.**

### New Features
* `Trusted Entitlements`: made API stable (#1105) via NachoSoto
(@NachoSoto)

This new feature prevents MitM attacks between the SDK and the
RevenueCat server.
With verification enabled, the SDK ensures that the response created by
the server was not modified by a third-party, and the entitlements
received are exactly what was sent.
This is 100% opt-in. `EntitlementInfos` have a new `VerificationResult`
property, which will indicate the validity of the responses when this
feature is enabled.

```kotlin
fun configureRevenueCat() {
    val configuration = PurchasesConfiguration.Builder(context, apiKey)
        .entitlementVerificationMode(EntitlementVerificationMode.INFORMATIONAL)
        .build()
    Purchases.configure(configuration)
}
```
### Experimental features
* Add await offerings (#1096) via Cesar de la Vega (@vegaro)
### Bugfixes
* Fix issue updating customer info on app open (#1128) via Toni Rico
(@tonidero)
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `13773d2` to `b2108fb`
(#1095) via dependabot[bot] (@dependabot[bot])
### Other Changes
* [PurchaseTester] Add option to purchase an arbitrary product id
(#1099) via Mark Villacampa (@MarkVillacampa)
* Fix release path after module refactor (#1129) via Toni Rico
(@tonidero)
* Fix load shedder integration tests (#1125) via Toni Rico (@tonidero)
* Trusted entitlements: New trusted entitlements signature format
(#1117) via Toni Rico (@tonidero)
* Fix integration tests and change to a different project (#1123) via
Toni Rico (@tonidero)
* Move files into src/main/kotlin (#1122) via Cesar de la Vega (@vegaro)
* Remove public module (#1113) via Cesar de la Vega (@vegaro)
* Remove common module (#1106) via Cesar de la Vega (@vegaro)
* Fix flaky integration tests: Wait for coroutines to finish before
continuing (#1120) via Toni Rico (@tonidero)
* Move amazon module into purchases (#1112) via Cesar de la Vega
(@vegaro)
* Trusted entitlements: Add IntermediateSignatureHelper to handle
intermediate signature verification process (#1110) via Toni Rico
(@tonidero)
* Trusted entitlements: Add Signature type to process new signature
response format (#1109) via Toni Rico (@tonidero)
* [EXTERNAL] Add `awaitCustomerInfo` / coroutines tests to
`TrustedEntitlementsInformationalModeIntegrationTest` (#1077) via
@pablo-guardiola (#1107) via Toni Rico (@tonidero)
* Remove feature:google module (#1104) via Cesar de la Vega (@vegaro)
* Remove identity module (#1103) via Cesar de la Vega (@vegaro)
* Remove subscriber attributes module (#1102) via Cesar de la Vega
(@vegaro)
* Delete utils module (#1098) via Cesar de la Vega (@vegaro)
* Remove strings module (#1097) via Cesar de la Vega (@vegaro)
* Update CHANGELOG.md to include external contribution (#1100) via Cesar
de la Vega (@vegaro)
* [EXTERNAL] Add missing `fetchPolicy` parameter to `awaitCustomerInfo`
API (#1086) via @pablo-guardiola (#1090) via Toni Rico (@tonidero)

---------

Co-authored-by: revenuecat-ops <ops@revenuecat.com>
Co-authored-by: Toni Rico <antonio.rico.diez@revenuecat.com>
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