Release: 2.28.1 - #227
Conversation
|
CodeAnt AI is reviewing your PR. |
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
📝 WalkthroughWalkthroughThe release version is updated from 2.28.0 to 2.28.1 in the Android dependency configuration and in the npm/iOS package metadata. ChangesVersion alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. 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: bump React Native SDK + Android native version
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
|
PR Summary: Release: 2.28.1 — version bump only
|
|
CodeAnt AI finished reviewing your PR. |
Code Review by Qodo
1. Missing 2.28.1 changelog
|
| @@ -1,4 +1,4 @@ | |||
| val usercentricsVersion = "2.28.0" | |||
| val usercentricsVersion = "2.28.1" | |||
There was a problem hiding this comment.
[VALIDATION] You bumped usercentricsVersion to "2.28.1" (new line 1). Confirm that the corresponding Android artifact (com.usercentrics.sdk:usercentrics-ui:2.28.1) is published and resolvable from your configured repositories. The dependency is referenced in the dependencies block (see reference lines 61-91); if the artifact is not available builds will fail. If you rely on a private Maven repository, ensure CI has access and repository coordinates are present in build.gradle or settings.gradle.
|
Reviewed up to commit:be13b616e783ee40997577ea9882a914b418d00e Additional SuggestionOthers- The PR/summary notes that CHANGELOG.md entry for 2.28.1 is still missing. Add a short entry under a new 2.28.1 – header summarizing the changes in this release (or link to release notes), so releases are traceable and consumers can see what changed before publishing.[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
### 2.28.1 – Jul 16, 2026
## Chores
* **[Android/iOS]** Bumped React Native bridge SDK to 2.28.1 and updated embedded native `UsercentricsUI` dependency
### 2.28.0 – Jul 8, 2026
## Fixes
* **[Android/iOS]** Fixed multiple overlapping banner instances on rapid `showFirstLayer`/`showSecondLayer` calls
* **[Android]** Fixed button spacing being ignored in the 2nd layer footer
* **[iOS]** Fixed Unity static package iOS build failing to compile
* **[PUR]** Fixed flexible special features/purposes in Consent-or-Pay being forced mandatory instead of showing a toggle
* **[Billing]** Fixed session buffer overcounting causing a spike in the Displays metric
* **[TCF]** Removed hard AppsFlyer import and fixed incorrect purpose-one treatment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Around line 3-10: Add the missing 2.28.1 release entry to CHANGELOG.md,
documenting the changes included in this release and placing it in the
appropriate chronological position before merging. Keep the package version
metadata unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 5e6187d9-aa3b-40b2-944c-a7a70c416bf8
⛔ Files ignored due to path filters (2)
package-lock.jsonis excluded by!**/package-lock.jsonsample/ios/Podfile.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
android/build.gradle.ktspackage.json
User description
Summary
Note
CHANGELOG.md entry for 2.28.1 still needs to be added before merge.
CodeAnt-AI Description
Release 2.28.1
What Changed
Impact
✅ Release package version aligned across platforms✅ Clearer version tracking for 2.28.1 builds✅ Smoother publishing and dependency checks💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.
Summary by CodeRabbit