Releases: docker/docker-py
Releases · docker/docker-py
4.4.1
List of PRs / issues for this release
Bugfixes
- Avoid setting unsupported parameter for subprocess.Popen on Windows
4.4.0
List of PRs / issues for this release
Features
- Add an alternative SSH connection to the paramiko one, based on shelling out to the SSh client. Similar to the behaviour of Docker cli
- Default image tag to
latestonpull
Bugfixes
- Fix plugin model upgrade
- Fix examples URL in ulimits
Miscellaneous
- Improve exception messages for server and client errors
- Bump cryptography from 2.3 to 3.2
4.3.1
List of PRs / issues for this release
Miscellaneous
- Set default API version to
auto - Fix conversion to bytes for
float - Support OpenSSH
identityfileoption
4.3.0
Changelog
Features
- Add
DeviceRequesttype to expose host resources such as GPUs - Add support for
DriverOptsin EndpointConfig - Disable compression by default when using container.get_archive method
Miscellaneous
- Update default API version to v1.39
- Update test engine version to 19.03.12
4.2.2
4.2.1
List of PRs / issues for this release
Features
- Add option on when to use
tlson Context constructor - Make context orchestrator field optional
4.2.0
List of PRs / issues for this release
Bugfixes
- Fix
win32pipe.WaitNamedPipethrow exception in Windows containers - Use
Hostname,Username,PortandProxyCommandsettings from.ssh/configwhen on SSH - Set host key policy for ssh transport to
paramiko.WarningPolicy() - Set logging level of
paramikoto warn
Features
- Add support for docker contexts through
docker.ContextAPI
4.1.0
List of PRs / issues for this release
Bugfixes
- Correct
INDEX_URLlogic in build.py _set_auth_headers - Fix for empty auth keys in config.json
Features
- Add
NetworkAttachmentConfigfor service create/update
Miscellaneous
- Bump pytest to 4.3.1
- Adjust
--platformtests for changes in docker engine - Update credentials-helpers to v0.6.3
4.0.2
List of PRs / issues for this release
Bugfixes
- Unified the way
HealthCheckis created/configured
Miscellaneous
- Bumped version of websocket-client
4.0.1
List of PRs / issues for this release
Bugfixes
- Fixed an obsolete import in the
credentialssubpackage that caused import errors in
Python 3.7
Miscellaneous
- Docs building has been repaired