Bump Ditto SDK to 4.14.4-rc.3 across all quickstart apps#273
Closed
Kristopher Johnson (kristopherjohnson) wants to merge 1 commit intomainfrom
Closed
Bump Ditto SDK to 4.14.4-rc.3 across all quickstart apps#273Kristopher 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).
2349ab5 to
613d9ca
Compare
Collaborator
Author
|
Superseded by #274 — rebased onto rc.3 (was rc.1). |
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 build(downloads SDK 4.14.4-rc.3)./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