Open
Conversation
e602ac2 to
2d822fe
Compare
2d822fe to
823bf43
Compare
823bf43 to
68e9a7b
Compare
68e9a7b to
4780a8a
Compare
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.
Automated Release PR
2.2.0 (2026-02-12)
Full Changelog: v2.1.1...v2.2.0
Features
Chores
api.mdfiles (f941b9d)This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Moderate risk because
jig deployflow and exit behavior now depends on new polling/timeout logic and log retrieval, which could change deployment UX and failure modes. Other changes are version/doc/formatting updates with low runtime impact.Overview
Releases version
2.2.0(manifest,pyproject.toml,_version.py,CHANGELOG.md) and updates the tracked OpenAPI spec metadata.CLI (
jig) behavior changes:jig deploynow supports--detachto skip waiting, and otherwise actively tracks rollout progress by polling replicas for the current revision, reporting volume-preload/ready states, timing out or failing fast onCrashLoopBackOffor prolonged non-readyRunning, and fetching per-replica logs on failure. It also skips progress tracking when the revision didn’t change (unless scaling up from zero).Documentation/maintenance tweaks: generated docstrings for
chat.completions,completions,embeddings, andrerankare rewritten for clearer descriptions, andscripts/formatnow formats allapi.mdfiles viafindinstead of only the rootapi.md.Written by Cursor Bugbot for commit 4780a8a. This will update automatically on new commits. Configure here.