-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
93 lines (45 loc) · 2.6 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
rerobots Python client library (0.11.0)
* CLI re-implemented as new project; go to https://github.com/rerobots/cli
-- Scott C. Livingston <[email protected]> Sat, 12 Jun 2021 13:55:33 -0700
rerobots Python client library (0.10.0)
* Implement new CLI commands for CI jobs.
* Include capabilities (a.k.a. rules) in `wdinfo`.
* Default to not include user_provided in `search`.
* Make error messages in CLI more concise.
* Drop official support of Python 3.4.
* Adjust parameter name to indicate wtype accepted; e.g., from the CLI you can: rerobots launch fixed_misty2
-- Scott C. Livingston <[email protected]> Sun, 13 Sep 2020 19:51:41 -0700
rerobots Python client library (0.9.4)
* Create method to get list of workspace types.
* Declare support of Python 3.8.
-- Scott C. Livingston <[email protected]> Tue, 10 Mar 2020 11:29:21 -0700
rerobots Python client library (0.9.3)
* Expose instance duration parameter.
-- Scott C. Livingston <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Wed, 29 May 2019 08:33:07 -0700