Conversation
* Added new runtime RC values to `BuildRuntime`, `Runtime`, and `Runtimes` enums * Updated CDN script to load `@appwrite.io/console` version 4.0.0
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
WalkthroughThis pull request downgrades the SDK version from 5.0.0 to 4.1.0, updating version references across manifest files (CHANGELOG.md, README.md, package.json, and src/client.ts SDK header). Additionally, it removes three obsolete Deno runtime enum members (Deno121, Deno124, Deno135) and adds 82 new release candidate (RC) runtime variants across build-runtime.ts, runtime.ts, and runtimes.ts. The RC variants follow a consistent pattern (e.g., Node145rc = 'node-14.5-rc') and span multiple runtime families including Node, PHP, Ruby, Python, Deno, Dart, Dotnet, Java, Swift, Kotlin, C++, Bun, Go, Static, and Flutter. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
This PR contains updates to the Console SDK for version 4.1.0.
Changes
BuildRuntime,Runtime, andRuntimesenums@appwrite.io/consoleversion 4.0.0Summary by CodeRabbit
New Features
Chores