rerobots Python client library (0.9.4)

  * Create method to get list of workspace types.

  * Declare support of Python 3.8.

 -- Scott C. Livingston <scott@rerobots.net>  Tue, 10 Mar 2020 11:29:21 -0700


rerobots Python client library (0.9.3)

  * Expose instance duration parameter.

 -- Scott C. Livingston <scott@rerobots.net>  Wed, 22 Jan 2020 10:45:48 -0800


rerobots Python client library (0.9.2)

  * Expose raw commands to `drive` add-on. There is not much input validation
    for this add-on in this release.

  * Provide --blocking switch to CLI `isready`.

  * Correct writing of image file from addon-cam to stdout. Previously, only
    writing to a file worked.

  * Create new exception type: InstanceNotFound.

 -- Scott C. Livingston <scott@rerobots.net>  Sun, 24 Nov 2019 08:41:31 -0800


rerobots Python client library (0.9.1)

  * Add CLI option: launch --secret-key FILE

  * Add CLI argument for user-provided public keys.

  * Add CLI switches `-y` and `-n` to assume "yes" and "no" at prompts.

  * Restrict read-access of new secret keys file to user.

 -- Scott C. Livingston <scott@rerobots.net>  Mon, 09 Sep 2019 16:32:06 -0700


rerobots Python client library (0.9.0)

  * New CLI commands: isready, addon-cam, addon-mistyproxy.

  * Reduce output after `rerobots launch` (CLI) to be only instance identifier.

  * Instance object can be created by attaching to existing one.

  * Return more info from APIClient.get_wdeployments().

  * For testing against multiple Python versions, update tox configuration.

 -- Scott C. Livingston <scott@rerobots.net>  Tue, 09 Jul 2019 09:18:12 -0700


rerobots Python client library (0.8.0)

  * Refactor to be consistent with `wdeployment`. Previously, some names
    included `deployment` to abbreviate "workspace deployment".

  * Support nonempty query string from CLI `search`.

  * Write more of the Users Guide, including tutorials.

 -- Scott C. Livingston <scott@rerobots.net>  Wed, 29 May 2019 08:33:07 -0700
