Skip to content

v3.19.0

Compare
Choose a tag to compare
@ada-globus ada-globus released this 10 Nov 16:57
· 403 commits to main since this release
3.19.0
8ea4ab0

Bugfixes

  • Fix the rendering of timedeltas in CLI output for globus timer commands.

Enhancements

  • Add new commands to support pausing (globus timer pause) and resuming
    (globus timer resume) timers.

  • A hint is now printed to stderr (interactive usage only) when
    globus flows run show-logs is run on a run with the INACTIVE status,
    informing users that the log will not grow until the run resumes.

  • Timer types (like "Transfer") are identified more accurately.

  • Show the status of the timer when running globus timer delete.
    This clarifies whether the timer is immediately deleted or in a
    delete_pending state.

  • globus timer resume and globus flows run resume have new functionality
    for handling session-related errors (e.g. high-assurance timeouts), enabling
    them to prompt the user in the event that a timer or run is inactive
    due to a session error.