Release: 2.27.0#217
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
More reviews will be available in 27 minutes and 43 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (9)
✨ 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 |
Review Summary by Qodo(Agentic_describe updated until commit 467be7b)Release 2.27.0 with mandatory label support
WalkthroughsDescription• Release version 2.27.0 with mandatory label feature • Added mandatoryLabel field to TCF2Settings across platforms • Implemented mandatory label support in Android, iOS, React Native • Updated version numbers in build and package configuration • Added comprehensive changelog with features and accessibility fixes Diagramflowchart LR
A["Version Update<br/>2.26.3 → 2.27.0"] --> B["mandatoryLabel Field<br/>Added to TCF2Settings"]
B --> C["Android Implementation<br/>Extensions & Mock Data"]
B --> D["iOS Implementation<br/>Extensions & Mock Data"]
B --> E["React Native Model<br/>TypeScript Definition"]
C --> F["Release Notes<br/>Features & Fixes"]
D --> F
E --> F
File Changes1. android/build.gradle.kts
|
Code Review by Qodo
1. Mocks missing mandatoryLabel
|
|
PR Summary: Release 2.27.0 — Adds PUR Compliance support (mandatory label + hide-vendor toggles), accessibility fixes, Unity improvements, and exposes a new mandatoryLabel field across platforms; version bumps.
|
|
Reviewed up to commit:467be7bb4f86cef288b0561b87896fb1ca24b5ae Looks good to me! 👍 Additional SuggestionOthers- You bumped the package/native versions in multiple places (package.json -> 2.27.0, iosPackageVersion -> 2.27.0, android/build-legacy.gradle and android/build.gradle.kts usercentrics version). Before publishing, validate the full release matrix: run `yarn compile`, run Android Gradle sync and an Android instrumentation build, and run `pod install` + `pod spec lint` for iOS to confirm CocoaPods picks up the new iosPackageVersion. Also ensure generated/native codegen artifacts (generate-codegen-jni.js) are executed and included in the packaged release so consumers don't get mismatched JS/native APIs. |
|
Do you want me to review this PR? Please comment |
|
Code review by qodo was updated up to the latest commit 467be7b |
No description provided.