v3.125.2 for Docker API v1.25 release v1.13.0
This release of Docker.DotNet is a minor update. It contains bug fixes and an updated release to NuGet
New in this Release
- Added support for additional container task states on newer daemons.
- Added additional support for
ImageBuildParameters
. - Added support to always return the response body on error for additional information.
- Added support for the entire
Plugins
API under theclient.Plugins.**Async(...);
methods. - Fixed a bug with
GetContainerStatsAsync
that attempted to notify progress with an invalidjson
type. - Fixed a bug that leaked a liked
CancellationToken
if using both cancellation and timeout. - Fixed a breaking change in
netstandard
switching the default HTTP version to2.0
whereDocker
expects1.11
Acknowledgements
Another thanks to our contributors for filing issues and contributing changes where features needed help.
(Order of alias)
@galvesribeiro
@jterry75
@prashantbhutani90
@sandersaares
@steffen Kampmann
@toolboc