Skip to content

Conversation

@uc-brunosilva
Copy link
Collaborator

@uc-brunosilva uc-brunosilva commented Nov 21, 2025

User description

PR Type

Other


Description

  • Bump version from 2.24.0 to 2.24.1

  • Add changelog entry with TCF 2.3 support improvements

  • Update version in Android and package configuration files


Diagram Walkthrough

flowchart LR
  A["Version 2.24.0"] -- "Release" --> B["Version 2.24.1"]
  B -- "Updates" --> C["build.gradle.kts"]
  B -- "Updates" --> D["package.json"]
  B -- "Documents" --> E["CHANGELOG.md"]
  E -- "Features" --> F["TCF 2.3 Support<br/>Offline Init Fix"]
Loading

File Walkthrough

Relevant files
Configuration changes
build.gradle.kts
Update Android SDK version number                                               

android/build.gradle.kts

  • Update usercentricsVersion from 2.24.0 to 2.24.1
+1/-1     
package.json
Update package and iOS version numbers                                     

package.json

  • Update version field from 2.24.0 to 2.24.1
  • Update iosPackageVersion field from 2.24.0 to 2.24.1
+2/-2     
Documentation
CHANGELOG.md
Add changelog entry for version 2.24.1                                     

CHANGELOG.md

  • Add new section for version 2.24.1 released Oct 31, 2025
  • Document TCF 2.3 Support improvements and tcString fixes
  • Document Special Features/Purposes section support
  • Document offline initialization issue fix
+7/-0     

Summary by CodeRabbit

  • New Features

    • Added support for Transparency & Consent Framework 2.3
    • Added support for Special Features/Purposes section
  • Bug Fixes

    • Fixed tcString-related issues
    • Fixed offline initialization failures

✏️ Tip: You can customize this high-level summary in your review settings.


CodeAnt-AI Description

Release 2.24.1 with TCF 2.3 readiness and offline init fix

What Changed

  • Publishes SDK version 2.24.1 via the Android build file and npm metadata so apps pull in the latest consent behavior.
  • Changelog now documents the React Native SDK’s TCF 2.3 support, including tcString fixes and the new Special Features/Purposes section.
  • Notes that initialization no longer fails when the device is offline.

Impact

✅ TCF 2.3 consent compatibility
✅ Accurate tcString handling
✅ Offline initialization success

💡 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:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

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:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

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.

@uc-brunosilva uc-brunosilva self-assigned this Nov 21, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 21, 2025

Walkthrough

Version patch release 2.24.1 updating all version references across the project, including CHANGELOG documentation of improvements for TCF 2.3 support, Special Features section, and offline initialization fixes, with corresponding dependency and package version increments in Android build and package configuration files.

Changes

Cohort / File(s) Summary
Release Documentation
CHANGELOG.md
Added new release entry 2.24.1 dated Oct 31, 2025 documenting four improvements: TCF 2.3 support updates, tcString fixes, Special Features/Purposes section support, and offline initialization fixes.
Android Build Configuration
android/build-legacy.gradle, android/build.gradle.kts
Updated usercentrics dependency version from 2.24.0 to 2.24.1 across both Gradle files.
Package Metadata
package.json
Bumped top-level package version and iosPackageVersion from 2.24.0 to 2.24.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

All changes are straightforward version number updates with no logic modifications, configuration restructuring, or behavioral changes. Highly repetitive and cosmetic in nature across a small number of files.

Possibly related PRs

  • Release: 2.23.0 #156: Performs identical release-version update pattern across CHANGELOG, package.json, and Android dependency versions.
  • Release: 2.24.0 #168: Modifies the same version fields for consecutive releases and updates release changelog entries.
  • Release: 2.23.2 #160: Updates usercentricsVersion in Android build files and package.json/CHANGELOG for a release.

Suggested reviewers

  • uc-brunosouza
  • islameldesoky95

Poem

🐰 A patch release hops into view,
Two-twenty-four-point-one, shiny and new,
TCF 2.3 support takes flight,
Special Features gleam with delight,
Version bumps complete, the release feels right! 🎉

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Release: 2.24.1' clearly and specifically identifies the main purpose of the changeset: releasing version 2.24.1 with updates to dependencies, CHANGELOG, and package versions across multiple build files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/2.24.1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai
Copy link

codeant-ai bot commented Nov 21, 2025

CodeAnt AI is reviewing your PR.

@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
No critical logs: The PR only updates versions and documentation without adding or modifying executable
code, so it neither violates nor demonstrates audit logging for critical actions within
the changed lines.

Referred Code
### 2.24.1 – Oct 31, 2025
## Improvement
* TCF 2.3 Support: Support the latest Transparency & Consent Framework 2.3.
* TCF 2.3 Support: fixes about tcString
* Special Features Section: Added support for the new Special Features/Purposes section.
* Fix issue where the SDK failed to initialize offline.

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No error paths: The new code only updates a version string and does not add executable logic where error
handling or edge case management would apply, leaving compliance unverifiable from this
diff.

Referred Code
val usercentricsVersion = "2.24.1"
val reactNativeVersion = "+"

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
No user errors: The PR changes metadata (versions) and does not add user-facing error generation or
handling, so secure error handling cannot be assessed from the added lines.

Referred Code
{
  "name": "@usercentrics/react-native-sdk",
  "version": "2.24.1",
  "description": "Usercentrics SDK",
  "homepage": "https://usercentrics.com",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Usercentrics <developer@usercentrics.com>",
  "iosPackageName": "react-native-usercentrics",
  "iosPackageVersion": "2.24.1",
  "license": "SEE LICENSE IN LICENSE",
  "files": [
    "android",
    "ios",

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
No inputs changed: The diff contains only version bumps and documentation updates without added input
handling or data processing logic, so validation and secure handling cannot be evaluated
from these changes.

Referred Code
### 2.24.1 – Oct 31, 2025
## Improvement
* TCF 2.3 Support: Support the latest Transparency & Consent Framework 2.3.
* TCF 2.3 Support: fixes about tcString
* Special Features Section: Added support for the new Special Features/Purposes section.
* Fix issue where the SDK failed to initialize offline.

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@pantoaibot
Copy link

pantoaibot bot commented Nov 21, 2025

PR Summary:

Release 2.24.1 bump includes improvements for TCF 2.3 support and offline SDK initialization fixes.
• Changelog updated with TCF enhancements, new Special Features section, and tcString fix.
• Version numbers updated in gradle files and package.json.

Reviewed by Panto AI

@pantoaibot
Copy link

pantoaibot bot commented Nov 21, 2025

Reviewed up to commit:0e83bf661a0d5904d9c5dd018b95a5fcd424091a

Looks good to me! 👍

Additional Suggestion
CHANGELOG.md, line:7-12 There are two separate TCF 2.3 bullet points (lines 9 and 10) that might be consolidated into a single entry to improve clarity and avoid redundancy.
  • TCF 2.3 Support: Support the latest Transparency & Consent Framework 2.3, including fixes related to tcString.

Reviewed by Panto AI

@codeant-ai codeant-ai bot added the size:M This PR changes 30-99 lines, ignoring generated files label Nov 21, 2025
@codeant-ai
Copy link

codeant-ai bot commented Nov 21, 2025

CodeAnt AI finished reviewing your PR.

@uc-brunosilva uc-brunosilva merged commit aaf8f80 into master Nov 21, 2025
4 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Dec 5, 2025
@coderabbitai coderabbitai bot mentioned this pull request Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Review effort 1/5 size:M This PR changes 30-99 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants