Prepare release notes for client/v0.1.0-alpha.0#50637
Merged
Merged
Conversation
Signed-off-by: Derek McGowan <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
austinvazquez
approved these changes
Aug 5, 2025
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.
Start the alpha release process for the client module
Generate release notes below
moby client/v0.1.0-alpha.0
Welcome to the client/v0.1.0-alpha.0 release of moby!
This is a pre-release of moby
The first dedicated release for the Moby Client. This is a 0.x release
since changes to the Go interface are still being considered.
Highlights
Changes affecting the Go SDK
cli
Deprecations
Please try out the release binaries and report any issues at
https://github.com/moby/moby/issues.
Contributors
Changes
95 commits
a0a7d9a3d7Add release notes for client/v0.1.0-alpha.032ec26be6cUpdate client and main module api version to latest alpha tagc17d43ae67api/types: move ErrorResponse to common/ErrorResponsebfce6556c4client: use stdlib errors3fe93532e4client: tidy go.mod195a6bbb1eclient: touch-up godocf3ba0b2dc2client/pkg/jsonmessage: remove Stream interface19edf5c53cclient/pkg/jsonmessage: remove DisplayJSONMessagesToStreamfdaccdb233pkg/jsonmessage: stop printing deprecated progressDetail, errorDetail0d8ca8eefeMove pkg/jsonmessage to client/pkg/jsonmessage6c7e2909c2api/types/filters: remove deprecated ToParamWithVersion1dc53e8ec7Update client go.modf73aba83dcclient: TestContainerStats: fix minor linting issuesf67e6555bfapi/types/container.StatsResponseReader: move to client4dda328af8client: rename files for system-commands to their canonical name96a6884cb3api/types: move DiskUsage types to api/types/system24aa86991capi/types: move PluginCreateOptions to clientb93ad81898api/types: move plugin client options into client44ae4cd2b7api/types: move HijackedResponse into clientca1c5ee08fpkg/stringid: move to daemon, and provide copy in client8d8bbefb90client: remove deprecated CommonAPIClient interface728f0769e1client: remove deprecated ImageInspectWithRaw2f200f9e05client: remove deprecated IsErrNotFound helper5ed9891eedclient: remove deprecated ErrorConnectionFailed helpera0fa5da2abclient: remove deprecated NewClient and NewEnvClient functions30322dd649client: fix example, and update refs to old modules2303e6bff6client: Client.doRequest: add special handling for DNS resolution errors67596f01e2client: Client.doRequest: add special handling for "not found" errors462d0ff5aaclient: Client.doRequest: simplify permission check and unwrap error7072acac79client: Client.doRequest: preserve wrapped error3b4fbaacd7client: Client.doRequest: use early returna88e13f4f9client: fix datarace when accessing cli.Version fieldc4f9616c4aclient: cleanup encoding body and add test-coverage20d594fb79deprecate pkg/stdcopy, move to api/stdcopyc47afd41c8Create github.com/moby/moby/client moduleafd6487b2eCreate github.com/moby/moby/api module41da5700a4client: define default (and maximum) API versionb1ce0c89f0client: always send (empty) body on push14bd3451d8client: ContainerExecAttach: update GoDoc links16ed75572fclient: TestContainerInspectWithEmptyID test both inspect variantsaae26b80feRemove client buildkit depe93e15afb0Replace use of env test util with standard library callaccbfde61eclient: use go-winio.DialPipe directlyfcf3ff1b2fclient: remove getDockerOS utility in favor of "Ostype" header1c0d381f4eclient: client.tryImagePush: accept registry.RequestAuthConfigca0afe91b9client: client.tryImageCreate: accept registry.RequestAuthConfig79b4e18883client: add staticAuth utility871543a8c5client: Client.ServiceUpdate: don't manually construct header value0964fa01baRemove dependency on testutil from client58404b0c28Remove dependency on httputil for client hijack test6b8afec95bfix redefines-builtin-id from revive381d9d0723fix use-errors-new from revive8c067c5223client: Client.addHeaders: remove special handling for api < 1.254891396da6docs(client/ContainerExecAttach): add a mention to stdcopy.StdCopy6d737371b8fix comparison rule from errorlinta62de57aa1fix sprintfQuotedString from go-criticbc9ec5fc02fix emptyStringTest from go-critic469afa5f8ffix httpNoBody from go-critic4856e8ffadclient: remove // import commentsDependency Changes
Previous release can be found at v28.2.2