Skip to content

Commit

Permalink
Merge pull request #895 from globus/release-3.19.0
Browse files Browse the repository at this point in the history
Release v3.19.0
  • Loading branch information
ada-globus authored Nov 10, 2023
2 parents 62c094e + 55b5161 commit 8ea4ab0
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
26 changes: 26 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

// scriv-insert-here

== 3.19.0 (2023-11-10)

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.

== 3.18.0 (2023-08-30)

Bugfixes:
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230822_165412_ada_sc_21799.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20230912_151825_sirosen_warn_inactive_run_logs.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20231009_093456_sirosen_fix_test_warnings.md

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231031_164554_sirosen_handle_session_gares.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.18.0"
__version__ = "3.19.0"

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down

0 comments on commit 8ea4ab0

Please sign in to comment.