client 0.2.0
client/v0.2.0
Bug fixes and enhancements
- add
MinAPIVersionconst, which contains the lowest API version supported by the client. moby/moby#51520 - client.Ping: allow
ForceNegotiateon clients configured with a manual version. moby/moby#51530 - Make
WithAPIVersion,WithAPIVersionFromEnvorder-independent and validate well-formedness. moby/moby#51527
Networking
- Enable API-version negotiation by default and deprecate
WithAPIVersionNegotiation. moby/moby#51501
Deprecations
- Deprecate
WithVersionin favor ofWithAPIVersion. moby/moby#51500 - Deprecate
WithVersionFromEnvin favor ofWithAPIVersionFromEnv. moby/moby#51500