Release/2.28.1 - #229
Conversation
|
Skipping CodeAnt AI review — this PR is a back-merge between long-lived branches ( If you want to analyze this anyway (e.g. you resolved conflicts with new logic), comment |
|
Warning Review limit reached
Next review available in: 11 seconds Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Summary by QodoRelease 2.28.1: iOS Mediation CCPA fix + version bumps
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
|
PR Summary: Release 2.28.1 — small patch: fixes AppLovin CCPA consent handling on iOS and updates release metadata/version numbers. Changes:
Notes:
|
|
Reviewed up to commit:384efc2b550a51de4b604756da4ace4da34dfb42 Additional SuggestionOthers- The podspec uses package['version'] for s.version and package['iosPackageVersion'] for the UsercentricsUI dependency (see reference lines 6-36). Keeping two separate version fields in package.json is a duplication risk — consider deriving iosPackageVersion from package['version'] or centralizing version values to avoid accidental mismatch between the published npm package version and the iOS dependency version.s.name = package["iosPackageName"]
version = package["version"]
s.version = version
s.summary = package["description"]
s.license = package["license"]
s.authors = package["author"]
s.homepage = package["homepage"]
s.platform = :ios, "11.0"
s.source = { :path => "." }
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "React-Core"
s.dependency "React-NativeModulesApple"
s.dependency "UsercentricsUI", version |
Code Review by Qodo
1. Podfile.lock checksum churn
|
No description provided.