Skip to content

Commit e7d2804

Browse files
authored
Release v3.40.0 (#1205)
2 parents 7200e5d + 26a8515 commit e7d2804

7 files changed

Lines changed: 34 additions & 38 deletions

changelog.adoc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
// scriv-insert-here
44

5+
== 3.40.0 (2025-11-05)
6+
7+
Bugfixes:
8+
9+
* Fixed a bug that would cause JSON-requested (`-F json`) GAREs from Flows to not be
10+
presented correctly as JSON.
11+
12+
Enhancements:
13+
14+
* Better standardized the rendering logic for flow & run type resources resulting from
15+
calls to Flows APIs.
16+
17+
* Added a new keyword `authentication-policy-id` to the `globus flows create ...` and
18+
`globus flows update ...` commands to allow creation of high assurance flows.
19+
20+
* Note that a policy must be set at flow creation time in order to create a high
21+
assurance flow.
22+
A policy cannot be added to an existing standard flow.
23+
A policy can, however, be replaced with a different high assurance policy if one
24+
was already associated with the flow.
25+
26+
* Added the parameter `globus session update --scope` to specify additional scopes
27+
to request when updating session tokens.
28+
29+
* Raise flow scopes more frequently in `globus session update` remediation instructions.
30+
* Doing so helps ensure that resource-specific scopes are properly updated when
31+
users are put through session remediation logins to mitigate double-logins.
32+
* Impacted commands:
33+
* `globus flows ...`: `delete`, `show`, `start`, and `update`
34+
* `globus flows run ...`: `delete`, `resume`, `show`, `show-definition`,
35+
`show-logs`, and `update`
36+
* In these, a flow ID isn't provided, so it's queried from Globus Search.
37+
538
== 3.39.0 (2025-10-15)
639

740
Enhancements:

changelog.d/20251017_171954_derek_unify_flows_command_field_rendering_sc_45516.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20251021_160154_derek_sc_45516_flows_authentication_policies.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

changelog.d/20251022_162752_derek_session_update_more_stuff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20251024_122023_derek_more_frequent_flow_scope_raising.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

changelog.d/20251027_135954_derek_unbreak_flows_gares_as_json.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/globus_cli/version.py

Lines changed: 1 addition & 1 deletion
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.39.0"
10+
__version__ = "3.40.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)