Skip to content

Commit 5ca2419

Browse files
committed
Updated changelog
1 parent 0c8626e commit 5ca2419

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/change_log.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Change Log
22
==========
33

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+
433
1.0.0
534
-----
635

0 commit comments

Comments
 (0)