Skip to content

Update baseline profiles#3490

Merged
ajpallares merged 2 commits into
mainfrom
actions/baseline-profiles
May 19, 2026
Merged

Update baseline profiles#3490
ajpallares merged 2 commits into
mainfrom
actions/baseline-profiles

Conversation

@RCGitBot

@RCGitBot RCGitBot commented May 18, 2026

Copy link
Copy Markdown
Contributor

Automated baseline profile regeneration.

Generated by the generate_baseline_profiles Fastlane lane.


Note

Low Risk
Only updates generated baseline-prof.txt files; runtime behavior shouldn’t change, but incorrect profiles could slightly impact startup/perf if misgenerated.

Overview
Regenerates the Android baseline profiles for purchases and revenuecatui, updating the hot method list to match current bytecode.

Notable profile deltas include adding BillingWrapper.executePendingRequests() and updating PaywallViewModelImpl entries (new exit-offer/workflow-related methods/inner classes and constructor signature changes) so those code paths are prioritized for ahead-of-time compilation.

Reviewed by Cursor Bugbot for commit 5a806cb. Bugbot is set up for automated code reviews on this repo. Configure here.

@RCGitBot RCGitBot requested a review from a team as a code owner May 18, 2026 07:14
@RCGitBot RCGitBot requested a review from a team May 18, 2026 07:14
@ajpallares ajpallares enabled auto-merge May 19, 2026 06:45
@ajpallares ajpallares added this pull request to the merge queue May 19, 2026
@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.89%. Comparing base (f629481) to head (5a806cb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3490   +/-   ##
=======================================
  Coverage   79.89%   79.89%           
=======================================
  Files         369      369           
  Lines       14871    14871           
  Branches     2048     2048           
=======================================
  Hits        11881    11881           
  Misses       2157     2157           
  Partials      833      833           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Merged via the queue into main with commit 2a687ce May 19, 2026
36 checks passed
@ajpallares ajpallares deleted the actions/baseline-profiles branch May 19, 2026 07:29
matteinn pushed a commit to matteinn/purchases-android that referenced this pull request Jun 5, 2026
**This is an automatic release.**

## RevenueCat SDK
### 🐞 Bugfixes
* Fix RTL layout issues in paywall components (RevenueCat#3493) via Tarek M. Ben
Lechhab (@bilqisium)

## RevenueCatUI SDK
### Paywallv2
#### 🐞 Bugfixes
* Rebuild workflow step states on color scheme change (RevenueCat#3419) via Cesar
de la Vega (@vegaro)

### 🔄 Other Changes
* Update baseline profiles (RevenueCat#3490) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC] Update golden test files for backend integration tests
(RevenueCat#3491) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC] Update golden test files for backend integration tests
(RevenueCat#3479) via RevenueCat Git Bot (@RCGitBot)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk release bookkeeping: primarily version string and
documentation deployment updates, with no functional code changes beyond
updating the reported SDK version constant.
> 
> **Overview**
> Prepares the `10.6.1` release by updating version references from
`10.7.0-SNAPSHOT` to `10.6.1` across build metadata (`.version`,
`gradle.properties`, `Config.frameworkVersion`) and sample/test app
dependency catalogs.
> 
> Updates release documentation publishing by syncing/redirecting docs
to the `10.6.1` path (`.circleci/config.yml`, `docs/index.html`) and
records the `10.6.1` release notes in `CHANGELOG.md` /
`CHANGELOG.latest.md`.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
bf86700. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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