summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorUlysses Souza <ulysses.souza@docker.com>2019-01-10 17:58:39 +0100
committerUlysses Souza <ulysses.souza@docker.com>2019-01-10 17:58:39 +0100
commite6783d8cf33d0bd2654da01904b986a4af134daa (patch)
tree5e90ac406e50253a6d0374adc2859dd3d9a44a22 /docs/change-log.md
parent55a62c26e7384b4020448ad68ee4fbe922be8836 (diff)
downloaddocker-py-3.7.0-release.tar.gz
Bump 3.7.03.7.0-release
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 873db8c..008a2ad 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,28 @@
Change log
==========
+3.7.0
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/56?closed=1)
+
+### Features
+
+* Added support for multiplexed streams (for `attach` and `exec_start`). Learn
+ more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html
+* Added the `use_config_proxy` parameter to the following methods:
+ `APIClient.build`, `APIClient.create_container`, `DockerClient.images.build`
+ and `DockerClient.containers.run` (`False` by default). **This parameter**
+ **will become `True` by 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 the `config.json` file.
+* `DockerClient.swarm.init` now returns a boolean value as advertised.
+
3.6.0
-----