Conversation
📝 WalkthroughWalkthroughThis PR updates SDK version strings in app/config/platforms.php. For each listed platform, the public SDK version is incremented by a minor version (e.g., 20.0.0 -> 20.1.0). No other fields (such as urls, packages, enabled flags) are modified. There are no structural changes, no logic or control-flow edits, and no alterations to public interfaces. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
app/config/platforms.php (1)
14-14: Optional: automate version sync to avoid drift.Consider deriving these values from registry APIs or a single manifest in release automation to prevent manual mismatches.
Also applies to: 265-265
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (11)
composer.lockis excluded by!**/*.lockdocs/examples/1.8.x/server-graphql/examples/functions/create-duplicate-deployment.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/functions/create-template-deployment.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/functions/create-vcs-deployment.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/functions/update-deployment-status.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/sites/create-duplicate-deployment.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/sites/create-template-deployment.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/sites/create-vcs-deployment.mdis excluded by!docs/examples/**docs/examples/1.8.x/server-graphql/examples/sites/update-deployment-status.mdis excluded by!docs/examples/**docs/sdks/dart/CHANGELOG.mdis excluded by!docs/sdks/**docs/sdks/flutter/CHANGELOG.mdis excluded by!docs/sdks/**
📒 Files selected for processing (1)
app/config/platforms.php(14 hunks)
🔇 Additional comments (3)
app/config/platforms.php (3)
14-14: Client SDK version bumps: LGTM.Confirm corresponding releases are live (npm/pub/maven/GitHub) and changelogs updated.
Also applies to: 63-63, 82-82, 119-119, 142-142
265-265: Server SDK version bumps: LGTM.Please verify Node/PHP/Python/Ruby/Go/.NET/Dart/Kotlin/Swift releases and tags exist; sync docs/CHANGELOGs.
Also applies to: 284-284, 303-303, 322-322, 341-341, 360-360, 379-379, 398-398, 421-421
14-14: Verify all bumped SDK versions exist in their registries/tags (script included).Looks good. Please confirm each version is published and tagged to avoid broken docs/install commands.
Run this script to validate against GitHub tags and major package registries:
Also applies to: 63-63, 82-82, 119-119, 142-142, 265-265, 284-284, 303-303, 322-322, 341-341, 360-360, 379-379, 398-398, 421-421
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
(Provide a description of what this PR does and why it's needed.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Screenshots may also be helpful.)
Related PRs and Issues
Checklist