Skip to content

Commit e5f5624

Browse files
committed
Bump 3.4.0
Signed-off-by: Joffrey F <[email protected]>
1 parent 000331c commit e5f5624

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-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.4.0-dev"
1+
version = "3.4.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Change 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+
429
3.3.0
530
-----
631

0 commit comments

Comments
 (0)