Skip to content

Commit f0cf7b5

Browse files
committed
Bump version and changelog for release
1 parent 8bc5d1a commit f0cf7b5

14 files changed

+39
-44
lines changed

changelog.adoc

+38
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
// scriv-insert-here
44

5+
== 3.17.0 (2023-08-25)
6+
7+
Bugfixes:
8+
9+
* When the `--recursive` option is not given when using `globus transfer` the
10+
`recursive` flag will be omitted from the transfer item rather than being sent as
11+
`False`. If there is a need to explicitly use `False` to enforce the item is not a
12+
directory, use the `--no-recursive` option.
13+
14+
* Fix a bug that prevented running `globus endpoint set-subscription-id ... null`.
15+
16+
* Fix handling of the URL for GCS Collections. In certain cases,
17+
`globus collection` commands could fail to deduce the GCS Manager URL
18+
19+
Enhancements:
20+
21+
* Add `globus flows run resume` for resuming a *run* of a *flow*
22+
23+
* Add `globus flows run list` for listing *runs* visible to the current user
24+
25+
* Add `globus flows run cancel` for canceling a *run* of a *flow*
26+
27+
* Improve `globus flows run resume` to be capable of detecting missing consents
28+
and prompt for reauthentication via `globus session consent`. The consent
29+
check can also be skipped with `--skip-inactive-reason-check`.
30+
31+
* Add `globus flows run show-logs` for showing a **run**'s log entries
32+
33+
* Add `globus flows run show-definition` for showing the *flow* definition and
34+
input schema used to start a given *run*.
35+
36+
* Add support for an `--orderby` option to `globus flows list`
37+
38+
* More exhaustively check for interactive usage (detect sessions with
39+
alternative prompts).
40+
41+
* Display the `status` of Timers jobs when listed or shown.
42+
543
== 3.16.0 (2023-07-21)
644

745
Enhancements:

changelog.d/20230719_160535_sirosen_implement_run_resume.md

-3
This file was deleted.

changelog.d/20230731_171256_sirosen_implement_run_list.md

-3
This file was deleted.

changelog.d/20230807_074501_ada_implement_run_cancel.md

-3
This file was deleted.

changelog.d/20230808_165447_sirosen_complex_run_resume.md

-5
This file was deleted.

changelog.d/20230810_084859_ada_sc_18432.md

-3
This file was deleted.

changelog.d/20230810_114444_kurtmckee.md

-3
This file was deleted.

changelog.d/20230810_123057_sirosen_flow_list_orderby.md

-3
This file was deleted.

changelog.d/20230811_075351_ada_check_even_harder_for_interactive.md

-4
This file was deleted.

changelog.d/20230817_150141_aaschaer_auto_detect.md

-6
This file was deleted.

changelog.d/20230822_163412_ada_sc_21795.md

-3
This file was deleted.

changelog.d/20230824_153442_kurtmckee_fix_set_endpoint_id_null.md

-3
This file was deleted.

changelog.d/20230824_171511_sirosen_fix_gcs_manager_url.md

-4
This file was deleted.

src/globus_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# single source of truth for package version,
99
# see https://packaging.python.org/en/latest/single_source_version/
10-
__version__ = "3.16.0"
10+
__version__ = "3.17.0"
1111

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

0 commit comments

Comments
 (0)