File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "1.0.1-dev "
1
+ version = "1.1.0 "
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ 1.1.0
5
+ -----
6
+
7
+ ### Features
8
+
9
+ * Added ` dockerfile ` param support to ` Client.build ` (mirrors
10
+ ` docker build -f ` behavior)
11
+ * Added the ability to specify ` 'auto' ` as ` version ` in ` Client.__init__ ` ,
12
+ allowing the constructor to autodetect the daemon's API version.
13
+
14
+ ### Bugfixes
15
+
16
+ * Fixed a bug where decoding a result stream using the ` decode ` parameter
17
+ would break when using Python 3.x
18
+ * Fixed a bug where some files in ` .dockerignore ` weren't being handled
19
+ properly
20
+ * Fixed ` resolve_authconfig ` issues by bringing it closer to Docker Engine's
21
+ behavior. This should fix all issues encountered with private registry auth
22
+ * Fixed an issue where passwords containing a colon weren't being handled
23
+ properly.
24
+ * Bumped ` requests ` version requirement, which should fix most of the SSL
25
+ issues encountered recently.
26
+
27
+ ### Miscellaneous
28
+
29
+ * Several integration test improvements.
30
+ * Fixed some unclosed resources in unit tests.
31
+ * Several docs improvements.
32
+
4
33
1.0.0
5
34
-----
6
35
You can’t perform that action at this time.
0 commit comments