blob: ca3b2b3fecaa138ba71ab99b1cd1ad4c98e19c70 [file] [log] [blame] [view]
shin-f3c91c82013-07-05 17:07:071ChangeLog
2=========
3
shin-ebaa5ef2013-07-25 16:32:1340.1.2
5-----
6
7* Added a `quiet parameter` to `Client.build` (mirrors the `q` parameter in the API)
8
90.1.1
10-----
11
12* Fixed a bug where the build command would list tar contents before sending the request
13* Fixed a bug in `Client.port`
14
15
shin-5364ce72013-07-16 15:59:07160.1.0
17-----
18* **This version introduces breaking changes!**
19* Switched to server side build system
20* Removed the BuilderClient
21* Added support for contextual builds
22* Added support for remote URL builds
23* Added python 3 support
24* Added bind mounts support
25* Added API version support
26* Fixed a bug where `Client.port` would fail if provided with a port of type number
27* Fixed a bug where `Client._post_json` wouldn't set the Content-Type header to `application/json`
28
shin-f3c91c82013-07-05 17:07:07290.0.6
30-----
31* Added support for custom loggers in `Client.build`
32* Added `Client.attach` command
33* Added support for `ADD` command in builder
34* Fixed a bug in `Client.logs`
35* Improved unit tests
36
37
380.0.5
39-----
40* Added tag support for the builder
41* Use `shlex` to parse plain string commands when creating a container
42* Fixed several bugs in the builder
43* Fixed the `quiet` option in `Client.images`
44* Unit tests
45
460.0.4
47-----
48* Improved error reporting
49
500.0.3
51-----
52* Fixed a bug in `Client.tag`
53* Fixed a bug where generated images would be removed after a successful build
54
550.0.2
56-----
57* Implemented first version of the builder client