Merged
Conversation
4c2678f to
62bdb1a
Compare
62bdb1a to
8149297
Compare
8149297 to
7b2801e
Compare
7b2801e to
bd75ef8
Compare
bd75ef8 to
11e001c
Compare
11e001c to
2cd2e2d
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| case <-ctx.Done(): | ||
| return ctx.Err() | ||
| case <-time.After(retryDelay(res, retryCount)): | ||
| } |
There was a problem hiding this comment.
sjmiller609
approved these changes
Feb 26, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/hypeman-go/releases/tag/v0.12.0 🌻 |
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
0.12.0 (2026-02-26)
Full Changelog: v0.11.0...v0.12.0
Features
Bug Fixes
Chores
jsontags toapi(d04f6ed)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
Changes public SDK surface area (
Instances.Listnow requiresInstanceListParams) and alters request retry waiting to respect context cancellation; both could affect existing callers and request behavior. The widespread struct-tag migration is largely mechanical but touches serialization/validation paths across many models.Overview
Bumps the SDK to v0.12.0 and updates generated artifacts/docs.
Adds query filtering for
GET /instancesby introducingInstanceListParams(metadata deepObject + state) and updatingInstances.Listto accept these params; also clarifies that omittinghotplug_sizedisables hotplug memory.Improves HTTP retry behavior by allowing context cancellation during backoff waits, and migrates custom struct-tag semantics from
json/formtags to a dedicatedapitag (required,extrafields) across models and internal parsers.Removes the Prism/mock-server helper script and simplifies
./scripts/test, while updating test skip messages and contributing docs accordingly.Written by Cursor Bugbot for commit 2cd2e2d. This will update automatically on new commits. Configure here.