Skip to content

Releases: strateos/transcriptic

v9.6.3

30 Jan 18:24
6802295
Compare
Choose a tag to compare

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

13 Dec 00:36
a929fe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.6.1...v9.6.2

v9.6.1

25 Oct 00:03
2045d6d
Compare
Choose a tag to compare

Summary

Updated

  • Transcriptic CLI to use "strateos" not "transcriptic" as default API root

v9.6.0

01 Jun 16:01
7c69030
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.5.0...v9.6.0

v9.5.0

17 Sep 00:33
1b8df2d
Compare
Choose a tag to compare
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

31 Aug 22:53
0b49be7
Compare
Choose a tag to compare
  • stdout protocol generation error message info in protocol launch request

9.4.1

19 Jul 18:18
e605f6d
Compare
Choose a tag to compare
  • added optional predecessor_id argument in commands.launch. and config.submit_launch_request

v9.4.0

28 Jun 23:52
8b38df1
Compare
Choose a tag to compare

Summary

Added

  • New -e/--exclude and -i/--include flags to exec. It filters out the autoprotocol
    instructions in the backend.

v9.3.1

14 Jun 16:25
0660758
Compare
Choose a tag to compare

Summary:

Fixed

  • Adapt the backend url resolution with the new configuration of the frontend client.

v9.3.0

02 Jun 03:31
d430afc
Compare
Choose a tag to compare

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.