Bump Ditto SDK to 4.14.4-rc.3 across all quickstart apps#274
Closed
Kristopher Johnson (kristopherjohnson) wants to merge 1 commit intomainfrom
Closed
Bump Ditto SDK to 4.14.4-rc.3 across all quickstart apps#274Kristopher Johnson (kristopherjohnson) wants to merge 1 commit intomainfrom
Kristopher Johnson (kristopherjohnson) wants to merge 1 commit intomainfrom
Conversation
Updates android-kotlin, android-java, cpp-tui, dotnet-tui, dotnet-maui, dotnet-winforms, flutter_app, javascript-tui, javascript-web, react-native, react-native-expo, rust-tui, and swift to Ditto SDK 4.14.4-rc.3 for release-candidate testing. All flexible-version constraints are exact pins (=, no caret, exactVersion) so the smoke-test result is unambiguous about which RC build was tested: - rust-tui Cargo.toml: =4.14.4-rc.3 - flutter_app pubspec.yaml: no caret - javascript-tui/javascript-web package.json: no caret - swift project.pbxproj: kind = exactVersion (was upToNextMajorVersion) react-native and react-native-expo already used exact pins. kotlin-multiplatform/, java-server/, java-spring/, go-tui/, edge-server/, and android-cpp/ are unaffected (they pin to 5.x or have no committed SDK reference).
4 tasks
Collaborator
Author
|
Closing this branch that was used for testing of 4.14.4-rc.3 |
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 the Ditto SDK from
4.14.3→4.14.4-rc.3across every quickstart app currently pinned to a 4.x version, with regenerated lockfiles.Apps updated: android-java, android-kotlin, cpp-tui, dotnet-maui, dotnet-tui, dotnet-winforms, flutter_app, javascript-tui, javascript-web, react-native, react-native-expo, rust-tui, swift.
Excluded (5.x, preview, or no committed SDK pin): kotlin-multiplatform, java-server, java-spring, go-tui, edge-server, android-cpp.
Pinning approach
All flexible version constraints were tightened to exact pins so the smoke-test result is unambiguous about which RC build was tested:
rust-tui/Cargo.toml:=4.14.4-rc.3flutter_app/pubspec.yaml: no caretjavascript-tui/package.json,javascript-web/package.json: no caretswift/Tasks.xcodeproj:kind = exactVersion(wasupToNextMajorVersion)react-nativeandreact-native-expoalready used exact pins.Local verification
cargo buildnpm run buildnpm run builddotnet buildmake buildinubuntu:24.04Docker container (the C++ SDK is Linux-only — macOS and Windows are not published)./gradlew :app:dependenciesresolveslive.ditto:ditto:4.14.4-rc.3xcodebuild clean buildfor iOS Simulatorflutter build apk --debugyarn installresolves rc.3 (Expo project; full bundle deferred to CI)dotnet buildfornet9.0-ios,net9.0-maccatalyst, andnet9.0-androidLinear
Closes SDKS-3229
Closes SDKS-3230
Closes SDKS-3231
Test plan
Rust TUI / Lint,JavaScript Web / Build,.NET TUI/WinForms / Integration Test,C++ TUI / Integration Test, BrowserStack jobs across most platformsubuntu:24.04Docker (the C++ SDK is Linux-only): added a task via one container, queried it back from a fresh container — sync confirmed end-to-end against the cloud Big Peer.ditto_liveplugin.Build Succeeded, 0 errors, app installed on iPhone 16 Simulator.react-native run-android --mode release✅ — clean launch, Ditto permission prompt as expected.fmt11.0.2 incompatibility). Quickstart was missing that snippet — opened fix(react-native): disable fmt consteval for Xcode 26.4 builds #275 to mirror it from the SDK monorepo's example app. With the snippet applied,react-native run-ios --device 'KJ iPhone XR' --mode Releasebuilds, installs, and launches successfully.Filed during smoke testing
ditto_liveplugin missingconsumer-rules.probreaks Android release builds. Two symptoms (hard SIGABRT inlibdittoffi.so, and silent sync failure once that's worked around). Fix is to ship consumer keep rules in the plugin's Android subproject.