File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1- version = "3.7.0-dev "
1+ version = "3.7.0"
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ 3.7.0
5+ -----
6+
7+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/56?closed=1 )
8+
9+ ### Features
10+
11+ * Added support for multiplexed streams (for ` attach ` and ` exec_start ` ). Learn
12+ more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html
13+ * Added the ` use_config_proxy ` parameter to the following methods:
14+ ` APIClient.build ` , ` APIClient.create_container ` , ` DockerClient.images.build `
15+ and ` DockerClient.containers.run ` (` False ` by default). ** This parameter**
16+ ** will become ` True ` by default in the 4.0.0 release.**
17+ * Placement preferences for Swarm services are better validated on the client
18+ and documentation has been updated accordingly
19+
20+ ### Bugfixes
21+
22+ * Fixed a bug where credential stores weren't queried for relevant registry
23+ credentials with certain variations of the ` config.json ` file.
24+ * ` DockerClient.swarm.init ` now returns a boolean value as advertised.
25+
4263.6.0
527-----
628
You can’t perform that action at this time.
0 commit comments