| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| client_v0.4.0 source code.tar.gz | 2026-04-03 | 21.1 MB | |
| client_v0.4.0 source code.zip | 2026-04-03 | 28.9 MB | |
| README.md | 2026-04-03 | 1.2 kB | |
| Totals: 3 Items | 50.0 MB | 0 | |
v0.4.0
Bug fixes and enhancements
- api, client: add
//go:fix inlinedirectives to deprecated functions to help automatically migrating usinggo fix. [#52178] - client/pkg/jsonmessage: add
DisplayStreamandDisplayMessagesutils. [#52273] - client/pkg/jsonmessage: use functional options for display funcs. [#52285]
- client: prevent panic when passing
nilOpts toclient.New. [#52184] - client: the client now sets a default User-Agent if none was set, to prevent Go's default (
Go-http-client/1.1) from being used. [#52167] - Fix
/system/dfreporting in-use images as reclaimable. [#51778] - Go SDK: client.WithHTTPHeaders now detects if duplicate headers are set, and produces an error. Previously, duplicate errors would be randomized, resulting in undefined behavior. [#52204]
Full Changelog: https://github.com/moby/moby/compare/client/v0.3.0...client/v0.4.0