summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2018-06-18 15:11:12 -0700
committerJoffrey F <joffrey@docker.com>2018-06-18 15:11:12 -0700
commite5f56247e3d6f6f0f325aab507d9845ad2c4c097 (patch)
tree23a417ac42e3f661d39dbd23ebc7fb601c0250f0 /docs/change-log.md
parent000331cfc1443c61e1a7ac58b9ea8dbeb09d110d (diff)
downloaddocker-py-3.4.0-release.tar.gz
Bump 3.4.03.4.0-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 0065c62..5a0d55a 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,31 @@
Change log
==========
+3.4.0
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/51?closed=1)
+
+### Features
+
+* The `APIClient` and `DockerClient` constructors now accept a `credstore_env`
+ parameter. When set, values in this dictionary are added to the environment
+ when executing the credential store process.
+
+### Bugfixes
+
+* `DockerClient.networks.prune` now properly returns the operation's result
+* Fixed a bug that caused custom Dockerfile paths in a subfolder of the build
+ context to be invalidated, preventing these builds from working
+* The `plugin_privileges` method can now be called for plugins requiring
+ authentication to access
+* Fixed a bug that caused attempts to read a data stream over an unsecured TCP
+ socket to crash on Windows clients
+* Fixed a bug where using the `read_only` parameter when creating a service using
+ the `DockerClient` was being ignored
+* Fixed an issue where `Service.scale` would not properly update the service's
+ mode, causing the operation to fail silently
+
3.3.0
-----