Skip to content

Releases: docker/docker-py

4.4.1

07 Jan 17:44
Compare
Choose a tag to compare

List of PRs / issues for this release

Bugfixes

  • Avoid setting unsupported parameter for subprocess.Popen on Windows

4.4.0

23 Nov 12:12
Compare
Choose a tag to compare

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 on pull

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

21 Aug 08:39
Compare
Choose a tag to compare

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

10 Aug 17:07
30089ec
Compare
Choose a tag to compare

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

30 Jun 16:22
7f11cd4
Compare
Choose a tag to compare

4.2.2

List of PRs / issues for this release

Bugfixes

  • Fix context load for non-docker endpoints

4.2.1

02 Jun 14:21
b22095f
Compare
Choose a tag to compare

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

06 Feb 10:46
1d1532f
Compare
Choose a tag to compare

List of PRs / issues for this release

Bugfixes

  • Fix win32pipe.WaitNamedPipe throw exception in Windows containers
  • Use Hostname, Username, Port and ProxyCommand 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

03 Oct 14:35
6649587
Compare
Choose a tag to compare

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

20 Jun 11:27
1308cfb
Compare
Choose a tag to compare

List of PRs / issues for this release

Bugfixes

  • Unified the way HealthCheck is created/configured

Miscellaneous

  • Bumped version of websocket-client

4.0.1

19 May 03:20
ead0bb9
Compare
Choose a tag to compare

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