-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.8.0 #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stainless-app
wants to merge
84
commits into
main
Choose a base branch
from
release-please--branches--main--changes--next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: 0.8.0 #29
stainless-app
wants to merge
84
commits into
main
from
release-please--branches--main--changes--next
Conversation
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
⚠️ Update blocked by conflict
⚠️ Update blocked by conflict
68e96d1 to
45eb9d6
Compare
45eb9d6 to
e3febde
Compare
e3febde to
a136c3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
a136c3e to
0859685
Compare
fix(go.mod): remove replace
0859685 to
05782b4
Compare
05782b4 to
ae1b520
Compare
ae1b520 to
215a0c9
Compare
215a0c9 to
8d5f4b6
Compare
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
0.8.0 (2026-01-30)
Full Changelog: v0.7.0...v0.8.0
⚠ BREAKING CHANGES
Features
Authorizationheader when using debug option (29b13d1)Bug Fixes
*.exefiles from customer SDK changes (c82e721)Chores
*.exefiles back to.gitignore(bf6fd1c)jsonviewsubpackage tointernal(94acefd)*.exefrom.gitignore(2f1e331)stretchr/testifyassertion helpers in tests (6206fbe)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
Touches core CLI request construction/parsing and output/paging paths, so regressions could affect many commands and file handling. Debug logging changes are security-adjacent (redaction), though covered by new unit tests.
Overview
Prepares the 0.8.0 release: bumps
.release-please-manifest.json, updatesCHANGELOG.md, refreshes.stats.yml, and tweaks docs/ignore rules (adds*.exe, updates README run instructions/examples, updates LICENSE year).CLI behavior changes: adds a custom shell completion system (
__complete/@completion) with newinternal/autocompleteimplementation and embedded scripts, and enablesurfave/clisuggestions on command groups.Request/flag plumbing overhaul: replaces the old
requestflagtypes with a genericrequestflag.Flag[T], adds--foo.barinner field flags (internal/requestflag/innerflag.go), and reworks request building to support empty bodies, octet-stream bodies, and file-as-parameter expansion via@file,@file://, and@data://(plus stdin coordination when-is used).Output/UX improvements: moves
jsonviewintointernal, adds streaming exploration for iterators with incremental loading, introducesShowJSONIteratorwith smarter pager decisions, and adds a new debug HTTP middleware that logs requests/responses while redactingAuthorization(and other configurable sensitive headers).API surface expansion & generated updates: adds new
devicesresource commands and updates/extends other generated commands (e.g.,builds cancelhandler wiring,ingresses createuses inner flags), along with new mock-test harness and many new unit tests.CI/deps: updates GitHub Actions
checkouttov6, adds a dedicatedtestjob, and bumps dependencies (notablygithub.com/kernel/hypeman-gotov0.9.4, plusx/sys/x/term).Written by Cursor Bugbot for commit 8d5f4b6. This will update automatically on new commits. Configure here.