shin- | f3c91c8 | 2013-07-05 17:07:07 | [diff] [blame] | 1 | ChangeLog |
| 2 | ========= |
| 3 | |
shin- | ebaa5ef | 2013-07-25 16:32:13 | [diff] [blame^] | 4 | 0.1.2 |
| 5 | ----- |
| 6 | |
| 7 | * Added a `quiet parameter` to `Client.build` (mirrors the `q` parameter in the API) |
| 8 | |
| 9 | 0.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- | 5364ce7 | 2013-07-16 15:59:07 | [diff] [blame] | 16 | 0.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- | f3c91c8 | 2013-07-05 17:07:07 | [diff] [blame] | 29 | 0.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 | |
| 38 | 0.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 | |
| 46 | 0.0.4 |
| 47 | ----- |
| 48 | * Improved error reporting |
| 49 | |
| 50 | 0.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 | |
| 55 | 0.0.2 |
| 56 | ----- |
| 57 | * Implemented first version of the builder client |