File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version = "3.4.0-dev "
1+ version = "3.4.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.4.0
5+ -----
6+
7+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/51?closed=1 )
8+
9+ ### Features
10+
11+ * The ` APIClient ` and ` DockerClient ` constructors now accept a ` credstore_env `
12+ parameter. When set, values in this dictionary are added to the environment
13+ when executing the credential store process.
14+
15+ ### Bugfixes
16+
17+ * ` DockerClient.networks.prune ` now properly returns the operation's result
18+ * Fixed a bug that caused custom Dockerfile paths in a subfolder of the build
19+ context to be invalidated, preventing these builds from working
20+ * The ` plugin_privileges ` method can now be called for plugins requiring
21+ authentication to access
22+ * Fixed a bug that caused attempts to read a data stream over an unsecured TCP
23+ socket to crash on Windows clients
24+ * Fixed a bug where using the ` read_only ` parameter when creating a service using
25+ the ` DockerClient ` was being ignored
26+ * Fixed an issue where ` Service.scale ` would not properly update the service's
27+ mode, causing the operation to fail silently
28+
4293.3.0
530-----
631
You can’t perform that action at this time.
0 commit comments