Skip to content

Commit 9e39672

Browse files
committed
Merge pull request #279 from dotcloud/0.4.0-release
Release 0.4.0
2 parents 8cdf6f4 + 429654b commit 9e39672

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
ChangeLog
22
=========
33

4+
0.4.0
5+
-----
6+
7+
* **This version introduces breaking changes!**
8+
* The `base_url` parameter in the `Client` constructor should now allow most
9+
of the `DOCKER_HOST` environment values (except for the fd:// protocol)
10+
* As a result, URLs that don't specify a port are now invalid (similar
11+
to the official client's behavior)
12+
* Added TLS support (see [documentation](https://github.com/dotcloud/docker-py#connection-to-daemon-using-https))
13+
14+
### Bugfixes
15+
16+
* Fixed an issue with `Client.build` streamed logs in Python 3
17+
18+
### Miscellaneous
19+
20+
* Added unit tests coverage
21+
* Various integration tests fixes
22+
423
0.3.2
524
-----
625

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.3.3-dev"
1+
version = "0.4.0"

0 commit comments

Comments
 (0)