client 0.3.0
0.3.0
New
- client:
ImageListOptionsnow supportsIdentityfield. When set, the response includes manifest summaries and may include anIdentityfield for each manifest with trusted identity and origin information. moby/moby#52030
Bug fixes and enhancements
- Lower minimum API version from v1.44. to v1.40 (Docker 19.03). moby/moby#52067
- client/pkg/jsonmessage.DisplayJSONMessages now accepts an
iter.Seq2[jsonstream.Message, error]instead of only aJSONMessagesStream,. moby/moby#52062