Skip to content

Bump all SDKs to 0.22.0#62

Merged
etbyrd merged 1 commit into
mainfrom
bump-sdks-to-0.22.0
May 11, 2026
Merged

Bump all SDKs to 0.22.0#62
etbyrd merged 1 commit into
mainfrom
bump-sdks-to-0.22.0

Conversation

@etbyrd
Copy link
Copy Markdown
Member

@etbyrd etbyrd commented May 11, 2026

Summary

Cut the 0.22.0 release across all three SDKs.

First release that bundles the AGX-driven CLI ergonomics on top of 0.21.0's dual-host routing:

  • functions:set-secret shortcut with optional --redeploy to land the new value in the running handler in one shell call (replaces the two-step set-secret-then-redeploy dance).
  • functions:update-function and the other raw secret operations now point at the friendlier file-input / shortcut wrappers via an OPERATION_HINTS append on the operation description.

No API-shape changes; safe upgrade from 0.21.0.

Test plan

  • make node-check (lint, typecheck, 666 tests, generated-file sync)
  • make go-check (vet, fmt, tests)
  • make python-check (ruff, basedpyright, 228 tests)

Merging this tags + publishes via the existing release flow. After publish, a paired mono-repo PR bumps the served openapi pin.

First release that bundles the AGX-driven CLI ergonomics on top of 0.21.0's dual-host routing:
- functions:set-secret shortcut with optional --redeploy to land the new value in the running handler in one shell call.
- functions:update-function and the other raw secret operations now point at the friendlier file-input / shortcut wrappers via an OPERATION_HINTS append.

No API-shape changes; safe upgrade from 0.21.0.
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 11, 2026

Greptile Summary

Bumps all three SDKs (Go, Node, Python) from 0.21.0 to 0.22.0. The changes are limited to version metadata files and the auto-generated uv.lock, with no functional code changes.

  • sdk-go/VERSION, sdk-node/package.json, sdk-python/pyproject.toml: single version field updated to 0.22.0.
  • sdk-python/uv.lock: lock file entry for primitivedotdev updated to 0.22.0, consistent with pyproject.toml.

Confidence Score: 5/5

Pure version bump across three SDKs with no logic changes — straightforward to merge.

All four changed files are version metadata. The lock file is correctly regenerated to match the updated pyproject.toml. All three SDKs land on the same version, which is the intended state for a coordinated release.

No files require special attention.

Important Files Changed

Filename Overview
sdk-go/VERSION Version bumped from 0.21.0 to 0.22.0 — single-line change, no issues.
sdk-node/package.json Version field bumped from 0.21.0 to 0.22.0 — no other changes.
sdk-python/pyproject.toml Version bumped from 0.21.0 to 0.22.0 — no other changes.
sdk-python/uv.lock Lock file version entry for the primitivedotdev package updated to 0.22.0 to match pyproject.toml — consistent and expected.

Reviews (1): Last reviewed commit: "Bump all SDKs to 0.22.0" | Re-trigger Greptile

@etbyrd etbyrd merged commit d29b164 into main May 11, 2026
10 checks passed
@etbyrd etbyrd deleted the bump-sdks-to-0.22.0 branch May 11, 2026 02:01
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