Skip to content

v3.125.2 for Docker API v1.25 release v1.13.0

Compare
Choose a tag to compare
@jterry75 jterry75 released this 17 Apr 14:40
· 108 commits to master since this release

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 the client.Plugins.**Async(...); methods.
  • Fixed a bug with GetContainerStatsAsync that attempted to notify progress with an invalid json 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 to 2.0 where Docker expects 1.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