Skip to content

Commit e6783d8

Browse files
author
Ulysses Souza
committed
Bump 3.7.0
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 55a62c2 commit e6783d8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "3.7.0-dev"
1+
version = "3.7.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Change 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+
426
3.6.0
527
-----
628

0 commit comments

Comments
 (0)