File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
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
+
4
23
0.3.2
5
24
-----
6
25
Original file line number Diff line number Diff line change 1
- version = "0.3.3-dev "
1
+ version = "0.4.0 "
You can’t perform that action at this time.
0 commit comments