Skip to content

Commit d430afc

Browse files
new version: upgrade to v9.3.0 (#205)
Summary: Added - A new `-tc-suggestion/--time-constraints-are-suggestion` flag to `exec`. - A new `--no-redirect` flag to `exec`. It allows the endpoint of the scle test workcell instance to be used, instead of the client dashboard. Fixed - The workcell id in `exec` was forced to be `wcN`. There is now no restrictions. Updated - Added support for sessions and absolute time constraint in `exec` CLI command. Added "--sessionId", "--schedule-at", and "--schedule-delay" flags. - The api url expected by the `exec` method has been changed to be the url of the new dashboard (unless `--no-redirect` is used). It has the shape: `base_url/facility/workcell`. It does not require `http` to be added anymore.
1 parent a041983 commit d430afc

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
v9.3.0
5+
------
66

77
Added
88
~~~~~
9+
- A new `-tc-suggestion/--time-constraints-are-suggestion` flag to `exec`.
10+
- A new `--no-redirect` flag to `exec`. It allows the endpoint of the scle test
11+
workcell instance to be used, instead of the client dashboard.
912

1013
Fixed
1114
~~~~~
1215

16+
- The workcell id in `exec` was forced to be `wcN`. There is now no restrictions.
17+
1318
Updated
1419
~~~~~~~
1520

1621
- Added support for sessions and absolute time constraint in `exec` CLI command.
1722
Added "--sessionId", "--schedule-at", and "--schedule-delay" flags.
23+
- The api url expected by the `exec` method has been changed to be the url of
24+
the new dashboard (unless `--no-redirect` is used). It has the shape:
25+
`base_url/facility/workcell`. It does not require `http` to be added anymore.
1826

1927

2028
v9.2.0

transcriptic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "9.2.0"
1+
__version__ = "9.3.0"

0 commit comments

Comments
 (0)