Release: 2.29.1 - #194
Closed
uc-brunosilva wants to merge 2 commits into
Closed
Conversation
Bump version to 2.29.1 (native Usercentrics/UsercentricsUI SDK and usercentrics_sdk wrapper). Also fixes DenyAllBridge/DenyAllForTCFBridge to pass the new unsavedServiceDecisions parameter (added natively in 2.29.0/2.29.1 for the UK-DUAA statistical exception feature) as nil, matching the behavior-preserving pattern already used by the Unity/Unreal integrations. The native iOS framework's Kotlin/Native Obj-C export does not carry Kotlin default parameter values, so this was required for the iOS bridge to compile against 2.29.1. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
These 12 files were already failing 'dart format --set-exit-if-changed' on master (verified via a clean worktree checkout of 26f2fe9) since the MSDK-4514 merge (#193), unrelated to the 2.29.1 version bump. Fixing here since it's what's blocking this PR's CI check_format.sh step — pure formatting, no logic change. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
usercentrics_sdk(and pinned native Usercentrics/UsercentricsUI SDK dependency) from 2.28.2 to 2.29.1.Changes
pubspec.yaml,android/build.gradle,ios/usercentrics_sdk.podspecbumped to 2.29.1CHANGELOG.mdupdatedexample/pubspec.lock,example/ios/Podfile.lock(viapod update UsercentricsUI)denyAll/denyAllForTCFgained a new requiredunsavedServiceDecisionsparameter natively (UK-DUAA statistical exception feature). UpdatedDenyAllBridge.swift/DenyAllForTCFBridge.swiftto passnilfor it, matching the behavior-preserving pattern already used by the Unity/Unreal integrations in the core SDK. Updated the iOS test fake (FakeUsercentricsSDK.swift) to match the new signature.RELEASE.mddocumenting the release process for next time (where versions live, native-SDK-publish precheck, lockfile churn to expect/ignore, and the iOS Kotlin/Native default-parameter gotcha).Testing
flutter analyze— cleanflutter test— 64/64 passing./gradlew :usercentrics_sdk:test(clean rebuild) — passingxcodebuild test(Simulator) — 33/33 passingNote
The CHANGELOG's 2.29.0 section (Amazon Consent Signal, PUR statistical-exception UI, Unity SPM pipeline, various Android/iOS/TV fixes) predates this branch and was already present when I picked this up — flagged and confirmed with the repo owner to keep as-is; only the 2.29.1 entry and this bump are new work here.
🤖 Generated with Claude Code