Skip to content

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 07:26
· 55 commits to main since this release

0.30.0

Features Added

  • Added an optional total_count field to PaginatedList

Bugs Fixed

  • Action parameters passed via roboto actions invoke --parameter are now correctly treated as strings, matching the documented behavior.
  • The global roboto CLI option --profile is now respected when using roboto actions invoke-local, enabling switching between Roboto orgs or API keys.
  • InvocationContext.dataset now raises a ActionRuntimeException when accessed in scenarios where no dataset is associated (e.g., local runs, scheduled triggers, or CLI invocations with query-based input), instead of failing with a RobotoNotFoundException.