Release: 2.31.0 - #243
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 reachedNext included review available in 29 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe release metadata now targets version 2.31.0. The Android dependency uses Usercentrics SDK 2.31.0. The changelog documents the release features, fix, and dependency updates. Changes2.31.0 Release Alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Merge Risk: ⚪ Minimal · up to The release metadata and Android dependency are aligned for version 2.31.0, with the documented release scope included. No actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 React Native SDK 2.31.0
AI Description
Diagram
High-Level Assessment
Files changed (7)
|
|
PR Summary: Release 2.31.0 release metadata and version bumps.
|
Code Review by Qodo
1. iOS tests drop mocked controller IDs
|
|
Reviewed up to commit:8009da6c95dbb40fd0bd347af1ca9e48d936b362 Additional SuggestionOthers- This release note and version bump mention bridge additions (edge-to-edge, controllerId). Those changes typically require regenerated native bridge artifacts (codegen/JNI and any generated Objective‑C/Swift / Java glue). Confirm that the codegen step (scripts/generate-codegen-jni.js or similar) was executed and that the generated JNI / bridge files have been included in the PR. If generated artifacts are missing, consumers (or CI publish) will fail to build the native module. Actionable steps: run the project codegen script, run `yarn compile`, commit generated native bridge files (android/ and ios/ codegen outputs) and the compiled lib, then run a full Android and iOS build to verify. |
…elog to full cross-platform notes
|
Do you want me to review this PR? Please comment |
|
Code review by qodo was updated up to the latest commit 8009da6 |
Bumps the native Usercentrics SDK dependency to 2.31.0 and includes the merged edge-to-edge (MSDK-4636) and controllerId (MSDK-4525) bridge work. See MSDK-4191.
Summary by CodeRabbit
New Features
controllerIdsupport to the React Native bridge and configuration options.Bug Fixes
versionparameter when settings are loaded from cache.Chores