-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
released version 2.1.0 and begun CHANGELOG.md
- Loading branch information
1 parent
abe6985
commit 4fa180a
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 2.1.0 (2018-04-26) | ||
|
||
### Features | ||
|
||
* Client now blocks until a connection to the server is established or a | ||
maximum timeout has been reached, in which case, it raises a | ||
ConnectionFailure exception. | ||
* added ability to delete Docker images on the server to client | ||
(via `DELETE /docker/:image`). | ||
* added to the client the ability to register ephemeral bug descriptions with | ||
the server (via `PUT /bugs/:id`). | ||
* added `containers.patch` to `Client`, allowing patches to be sent from client | ||
and applied to containers running on the server. | ||
* added ability to persist containers as Docker images on the server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.0.15' | ||
__version__ = '2.1.0' |