release: 0.25.0 - #48
Merged
Merged
Conversation
Stainless-Generated-From: 2b9d8e93e5f5f70aa53d1ecb2417f234e2919d8e
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 14, 2026 15:25
99d5ddb to
c2de4db
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 16 Sep 2026 19:01:36 GMT |
Stainless-Generated-From: a5832ef211c551ec5cbe0c37a09a638a78d31176
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 18:59
c2de4db to
d7e0385
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 19:00
d7e0385 to
60b84e7
Compare
Contributor
|
🤖 Release is at https://github.com/kernel/hypeman-go/releases/tag/v0.25.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.25.0 (2026-08-17)
Features
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
Low Risk
Additive SDK release: new read-only endpoint and optional credential fields with no breaking API changes to existing call sites.
Overview
Release 0.25.0 bumps the Go SDK from 0.24.0 and syncs release metadata (manifest,
internal/version, README install pin, changelog).The main API surface change is a new
client.Capabilities.Get(GET /capabilities) with typed models for host/server info, runtimes, networking, images, and feature IDs so callers can discover what the server supports without hard-coding hypervisor behavior.Image pull gains optional
credentialsonImageNewParams(reusingPushCredentialsParam), matching push: in-memory Docker-style registry auth for a single pull/push. OpenAPI-generated comments for that type are updated to describe pull-or-push use and retry-after-interrupt behavior.api.mddocuments the Capabilities section; endpoint count in.stats.ymlgoes from 61 to 62.Reviewed by Cursor Bugbot for commit 60b84e7. Bugbot is set up for automated code reviews on this repo. Configure here.