Skip to content

[AUTOMATIC] Release/6.6.0#1130

Merged
tonidero merged 6 commits into
mainfrom
release/6.6.0
Jul 12, 2023
Merged

[AUTOMATIC] Release/6.6.0#1130
tonidero merged 6 commits into
mainfrom
release/6.6.0

Conversation

@RCGitBot

@RCGitBot RCGitBot commented Jul 10, 2023

Copy link
Copy Markdown
Contributor

This is an automatic release.

New Features

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.

fun configureRevenueCat() {
    val configuration = PurchasesConfiguration.Builder(context, apiKey)
        .entitlementVerificationMode(EntitlementVerificationMode.INFORMATIONAL)
        .build()
    Purchases.configure(configuration)
}

Experimental features

Bugfixes

Dependency Updates

Other Changes

@RCGitBot RCGitBot added the pr:next_release Preparing a new release label Jul 10, 2023
@RCGitBot RCGitBot requested a review from a team July 10, 2023 14:03
@tonidero tonidero added the HOLD label Jul 10, 2023
@tonidero

Copy link
Copy Markdown
Contributor

Holding until #1131 is merged and this rebased

@NachoSoto

Copy link
Copy Markdown
Contributor

I'd also wait until static endpoints have signatures in the load shedder.

@tonidero

Copy link
Copy Markdown
Contributor

I'd also wait until static endpoints have signatures in the load shedder.

Right, that's why that PR is being held

@NachoSoto

Copy link
Copy Markdown
Contributor

@tonidero I think you need to update the code example to remove ExperimentalPreviewRevenueCatPurchasesAPI.

@codecov

codecov Bot commented Jul 12, 2023

Copy link
Copy Markdown

Codecov Report

Merging #1130 (2785101) into main (12eb983) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1130   +/-   ##
=======================================
  Coverage   85.35%   85.35%           
=======================================
  Files         175      175           
  Lines        6117     6117           
  Branches      903      903           
=======================================
  Hits         5221     5221           
  Misses        554      554           
  Partials      342      342           
Impacted Files Coverage Δ
...n/kotlin/com/revenuecat/purchases/common/Config.kt 100.00% <ø> (ø)

@tonidero tonidero merged commit 5acb6ee into main Jul 12, 2023
@tonidero tonidero deleted the release/6.6.0 branch July 12, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:next_release Preparing a new release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants