Skip to content

feat: SDK update for version 11.0.1#87

Closed
ChiragAgg5k wants to merge 1 commit intomainfrom
dev
Closed

feat: SDK update for version 11.0.1#87
ChiragAgg5k wants to merge 1 commit intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

This PR contains updates to the SDK for version 11.0.1.

What's Changed

  • Added rust-1.83 to Runtime, Runtimes, and BuildRuntime enums

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 3, 2026

Greptile Summary

This PR bumps the SDK to version 11.0.1, adding rust-1.83 to the Runtime, Runtimes, and BuildRuntime enums. The version bump is consistently applied across package.json, package-lock.json, and the x-sdk-version header in client.ts.

Confidence Score: 5/5

This PR is safe to merge — all changes are additive, consistent across files, and correctly versioned.

The change is minimal and mechanical: a single enum value added identically to three parallel enum files, a version bump in three places, and a changelog entry. No logic changes, no risk of regression.

No files require special attention.

Important Files Changed

Filename Overview
src/enums/build-runtime.ts Added Rust183 = 'rust-1.83' between Go and Static entries, consistent with existing grouping pattern.
src/enums/runtime.ts Added Rust183 = 'rust-1.83' in the same position as build-runtime.ts, consistent across enum files.
src/enums/runtimes.ts Added Rust183 = 'rust-1.83' in the same position as runtime.ts and build-runtime.ts, all three enum files are in sync.
src/client.ts Updated x-sdk-version header from 11.0.0 to 11.0.1 to match the new package version.
package.json Version bumped from 11.0.0 to 11.0.1, consistent with package-lock.json and client.ts.
CHANGELOG.md New 11.0.1 entry added at the top, accurately describing the Rust runtime addition.

Reviews (1): Last reviewed commit: "Update SDK to 11.0.1" | Re-trigger Greptile

@ChiragAgg5k ChiragAgg5k closed this May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant