Releases: strateos/transcriptic
Releases · strateos/transcriptic
v9.6.3
What's Changed
- Allow none body put post patch requests by @aaronstrateos in #232
Full Changelog: v9.6.2...v9.6.3
v9.6.2
v9.6.1
Summary
Updated
- Transcriptic CLI to use "strateos" not "transcriptic" as default API root
v9.6.0
What's Changed
- feat: Add Python 3.9 support by @yangchoo in #219
- fix: upload-release command api.post_release by @EribertoLopez in #221
- update: requests>2.21.0 by @EribertoLopez in #222
- update: version for release by @EribertoLopez in #223
Full Changelog: v9.5.0...v9.6.0
v9.5.0
bump version to 9.5.0 (#218) ## Summary ### Updated - Jinja2 version >=3.0 to be compatible with the data-processor-service. ### Fixed - Upgraded base docker image to 3.7 to fix nbgitpuller error
v9.4.2
- stdout protocol generation error message info in protocol launch request
9.4.1
- added optional predecessor_id argument in commands.launch. and config.submit_launch_request
v9.4.0
Summary
Added
- New
-e/--exclude
and-i/--include
flags toexec
. It filters out the autoprotocol
instructions in the backend.
v9.3.1
Summary:
Fixed
- Adapt the backend url resolution with the new configuration of the frontend client.
v9.3.0
Summary:
Added
- A new
-tc-suggestion/--time-constraints-are-suggestion
flag toexec
. - A new
--no-redirect
flag toexec
. 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 bewcN
. 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 requirehttp
to be added anymore.