Release 1.15.0#278
Merged
Merged
Conversation
Bump all SDK packages and the CLI to 1.15.0 to publish the wake scheduling resource (added in #277): /wake/* across the Node/Python/Go SDKs and the primitive wake schedules|authorizations|dispatches CLI commands.
Confidence Score: 5/5This looks safe to merge.
|
| Filename | Overview |
|---|---|
| cli-node/package.json | Updates the CLI package version to 1.15.0. |
| cli-node/src/oclif/function-templates.ts | Updates scaffolded SDK and CLI dependency ranges to ^1.15.0. |
| sdk-go/VERSION | Updates the Go SDK version file to 1.15.0. |
| sdk-node/package.json | Updates the Node SDK package version to 1.15.0. |
| sdk-python/pyproject.toml | Updates the Python package metadata version to 1.15.0. |
| sdk-python/uv.lock | Updates the locked editable Python package entry to 1.15.0. |
Reviews (2): Last reviewed commit: "Track 1.15.0 in function template ranges..." | Re-trigger Greptile
Release follow-ups so the 1.15.0 bump is self-consistent: - function-templates.ts: bump SDK_VERSION_RANGE and CLI_VERSION_RANGE to ^1.15.0 so a scaffolded function depends on the current minor (the renderPackageJson test enforces the template's CLI range minor equals the CLI's own minor). - sdk-python/uv.lock: regenerate so the primitivedotdev package records 1.15.0 (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.
Release 1.15.0
Publishes the wake scheduling resource added in #277 across all SDKs and the CLI.
Bumps:
@primitivedotdev/sdk(Node) 1.14.3 -> 1.15.0@primitivedotdev/cli(Node) 1.14.3 -> 1.15.0primitive(Python) 1.14.3 -> 1.15.0sdk-go1.14.3 -> 1.15.0Merging triggers the per-package npm/Go release workflows (trusted publishing). After publish, the mono-repo's
@primitivedotdev/sdkdependency gets bumped to 1.15.0 in a paired change.New surface:
/wake/*API methods (schedules CRUD + run, authorizations CRUD, dispatch audit) and theprimitive wake schedules|authorizations|dispatches ...CLI commands.