Release 1.20.0#295
Merged
Merged
Conversation
Confidence Score: 5/5This looks safe to merge.
|
| Filename | Overview |
|---|---|
| openapi/primitive-api.yaml | Adds the Templates API surface and updates the install status UUID pattern to accept uppercase hex. |
| openapi/primitive-api.codegen.json | Regenerates OpenAPI codegen metadata for the templates endpoints and schemas. |
| packages/api-core/src/openapi/openapi.generated.ts | Regenerates OpenAPI metadata for the templates API. |
| sdk-go/api/oas_parameters_gen.go | Regenerates Go parameter handling for the added templates operations. |
| sdk-python/src/primitive/api/api/templates/get_template_install.py | Adds the Python client wrapper for fetching template install status. |
| cli-node/src/oclif/function-templates.ts | Updates scaffolded SDK and CLI dependency ranges to 1.20. |
| cli-node/tests/oclif/templates.test.ts | Adds tests for template command registration and API call shapes. |
Reviews (2): Last reviewed commit: "Bump SDK versions to 1.20.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
Bumps the Node SDK, CLI, Python SDK, and Go SDK release metadata to 1.20.0.
Updates the CLI scaffold dependency ranges so generated Function projects target the 1.20 line.
This is stacked after the template endpoint SDK update. Merge that PR first so this PR becomes release metadata only.
Validation
COREPACK_ENABLE_AUTO_PIN=0 pnpm --dir cli-node test tests/oclif/functions-init.test.tsCOREPACK_ENABLE_AUTO_PIN=0 make node-check cli-check python-check go-check shared-checkCOREPACK_ENABLE_AUTO_PIN=0 make cli-buildnode cli-node/bin/run.js --versionfunctions templates,functions init,templates list-templates,templates get-template,templates install-template, andtemplates get-template-install