Releases: dotnet/Docker.DotNet
refs/tags/v3.125.15
What's Changed
- fix: Do not read from stream with content length of 0 by @HofmeisterAn in #629
Full Changelog: v3.125.14...v3.125.15
v3.125.14 Adding on Swarm logs and config
What's Changed
- Add client support for Swarm Logs and Swarm Config by @ACoderLife in #589
New Contributors
- @ACoderLife made their first contribution in #589
Full Changelog: v3.125.13...v3.125.14
refs/tags/v3.125.13
What's Changed
- Handle Reponse Error when building image by @aDisplayName in #590
- fix(#590): Do not pull non existing images in monitor event unit tests by @HofmeisterAn in #591
- Strong name the assemblies by @JamieMagee in #567
New Contributors
- @aDisplayName made their first contribution in #590
- @JamieMagee made their first contribution in #567
Full Changelog: v3.125.12...v3.125.13
refs/tags/v3.125.12
What's Changed
- Fix #518, #522 by @HofmeisterAn in #586
- Bump version by @galvesribeiro in #588
Full Changelog: v3.125.11...v3.125.12
refs/tags/v3.125.11
What's Changed
- Fix GitHub Actions permissions by @galvesribeiro in #574
- Feature/add http custom headers by @HofmeisterAn in #580
- Bugfix/578 allow chunked read stream write operations by @HofmeisterAn in #579
- feat(#583): Update specgen configuration to Docker Engine API 20.10.17 by @HofmeisterAn in #584
- Fixed 404 in Nuget repository link by @stesee in #464
- Bump version by @galvesribeiro in #585
New Contributors
Full Changelog: v3.125.9...v3.125.11
v3.125.10
This release of Docker.DotNet is a minor update. It contains bug fixes and an updated release to NuGet
New in this Release
Full Changelog: v3.125.9...v3.125.10
Release v3.125.5
Intermedia release containing several fixes from the last year.
Thank you for all contributions!
Release v3.125.4
This release of Docker.DotNet contains many of the past couple of years fixes and improvements.
The v3.x.x track will keep supporting the current codebase. A new v4.x.x, which strictly follow SemVer, will be started with a new branch that we will start releasing previews until the code is stable and moved to master.
Breaking change
- The major change on this release is that it only target
netstandard2.0
. So in order to use it, you need to have anetstandard2.0
compatible TFM on your project.
Thank you all for the being patient. We hope to start having releases more often.
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
v3.125.1 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
- Support for .NETStandard2.0
- Adds -
IContainerOperations.RenameContainerAsync
- Adds -
IContainerOperations.PruneContainersAsync
- Adds -
IImageOperations.PruneImagesAsync
- Adds -
INetworkOperations.PruneNetworksAsync
- Adds -
IVolumeOperations.PruneAsync
- Improved error handling on common docker api error values.
Acknowledgements
Another thanks to our contributors for filing issues and contributing changes where features needed help.
(Order of alias)
@darrenstahlmsft
@galvesribeiro
@josephwoodward
@jterry75
@lanwin
Rob Borden