3.7.0
List of PRs / issues for this release
Features
- Added support for multiplexed streams (for
attachandexec_start). Learn
more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html - Added the
use_config_proxyparameter to the following methods:
APIClient.build,APIClient.create_container,DockerClient.images.build
andDockerClient.containers.run(Falseby default). This parameter
will becomeTrueby default in the 4.0.0 release. - Placement preferences for Swarm services are better validated on the client
and documentation has been updated accordingly
Bugfixes
- Fixed a bug where credential stores weren't queried for relevant registry
credentials with certain variations of theconfig.jsonfile. DockerClient.swarm.initnow returns a boolean value as advertised.