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
latest
onpull
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
identityfile
option
4.3.0
Changelog
Features
- Add
DeviceRequest
type to expose host resources such as GPUs - Add support for
DriverOpts
in 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
tls
on Context constructor - Make context orchestrator field optional
4.2.0
List of PRs / issues for this release
Bugfixes
- Fix
win32pipe.WaitNamedPipe
throw exception in Windows containers - Use
Hostname
,Username
,Port
andProxyCommand
settings from.ssh/config
when on SSH - Set host key policy for ssh transport to
paramiko.WarningPolicy()
- Set logging level of
paramiko
to warn
Features
- Add support for docker contexts through
docker.ContextAPI
4.1.0
List of PRs / issues for this release
Bugfixes
- Correct
INDEX_URL
logic in build.py _set_auth_headers - Fix for empty auth keys in config.json
Features
- Add
NetworkAttachmentConfig
for service create/update
Miscellaneous
- Bump pytest to 4.3.1
- Adjust
--platform
tests 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
HealthCheck
is 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
credentials
subpackage that caused import errors in
Python 3.7
Miscellaneous
- Docs building has been repaired