Skip to content

Bump all SDKs to 0.19.0#55

Merged
etbyrd merged 2 commits into
mainfrom
bump-sdks-to-0.19.0
May 6, 2026
Merged

Bump all SDKs to 0.19.0#55
etbyrd merged 2 commits into
mainfrom
bump-sdks-to-0.19.0

Conversation

@etbyrd
Copy link
Copy Markdown
Member

@etbyrd etbyrd commented May 6, 2026

Summary

  • Node SDK 0.18.0 -> 0.19.0
  • Python SDK 0.10.0 -> 0.19.0
  • Go SDK 0.10.0 -> 0.19.0

Aligns Python and Go to the Node version line going forward.

Test plan

  • SDK Checks passes on this PR
  • After merge: Node, Python, and Go release workflows publish and tag successfully
  • Verify npm view @primitivedotdev/sdk version returns 0.19.0
  • Verify the Python release on PyPI
  • Verify the sdk-go/v0.19.0 tag resolves through the Go module proxy

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 6, 2026

Greptile Summary

Version-only bump to align all three SDKs at 0.19.0. Node increments by one patch (0.18.0 → 0.19.0), while Python and Go make a larger jump (0.10.0 → 0.19.0) to synchronize their version lines with Node going forward.

  • sdk-node/package.json: 0.18.0 → 0.19.0 — standard incremental bump.
  • sdk-python/pyproject.toml: 0.10.0 → 0.19.0 — large version jump to align with Node; skipping versions is valid for PyPI but consumers should be aware of the gap.
  • sdk-go/VERSION: 0.10.0 → 0.19.0 — same alignment jump; the Go module proxy test plan item correctly accounts for tag resolution.

Confidence Score: 5/5

Safe to merge — all changes are version string updates with no logic modifications.

The diff touches only three version fields across three manifest files. No code, dependencies, or configuration logic is changed. The large version jump for Python and Go is intentional and documented in the PR description, and the test plan explicitly covers verifying Go module proxy tag resolution and PyPI publication.

No files require special attention.

Important Files Changed

Filename Overview
sdk-go/VERSION Version bumped from 0.10.0 to 0.19.0 to align with Node SDK versioning
sdk-node/package.json Version bumped from 0.18.0 to 0.19.0, a standard incremental release
sdk-python/pyproject.toml Version bumped from 0.10.0 to 0.19.0 to align with Node SDK versioning

Reviews (2): Last reviewed commit: "Merge branch 'main' into bump-sdks-to-0...." | Re-trigger Greptile

@etbyrd etbyrd merged commit 100aa79 into main May 6, 2026
9 checks passed
@etbyrd etbyrd deleted the bump-sdks-to-0.19.0 branch May 6, 2026 22:31
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