Bump all SDKs to 0.21.0#60
Merged
Merged
Conversation
Release that ships dual-host routing for /send-mail (PR #59): the Node, Python, and Go SDKs now route attachment-supporting sends to api.primitive.dev/v1 automatically while every other operation continues to hit primitive.dev/api/v1. Customers don't see the split; the routing is internal.
Greptile SummaryBumps all three SDKs (Go, Node, Python) from
Confidence Score: 5/5Safe to merge — all four files are version-of-record updates with no functional logic changes. The change is limited to bumping three version strings and refreshing the uv lock file with additional platform wheels. No application logic, API surface, or security-sensitive code is touched. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Merge branch 'main' into bump-sdks-to-0...." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cut the 0.21.0 release across all three SDKs.
First release that ships dual-host routing for /send-mail (introduced in #59):
Stale CLI credentials from any prior version are auto-cleared with a 'you've been logged out, please re-login' notice; users on upgrade run primitive login once and continue.
Touches only the three version-of-record files plus the uv lock entry.
Test plan
Should be rebased onto main after #59 lands; merging this PR tags + publishes via the existing release flow.