Skip to content

Commit 3641191

Browse files
authored
Merge pull request #1113 from globus/release-3.35.0
Release v3.35.0
2 parents 5a5cedd + bed42aa commit 3641191

6 files changed

+24
-25
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.35.0 (2025-05-20)
6+
7+
Enhancements:
8+
9+
* Add `--run-manager` and `--run-monitor` options to `globus flows create`.
10+
* Add `--run-managers` and `--run-monitors` options to `globus flows update`.
11+
* Add "Run Managers" and "Run Monitors" to the output of `globus flows show`.
12+
13+
* `globus flows start` now accepts `--activity-notification-policy`,
14+
which can be a comma-delimited list of statuses or a JSON policy document.
15+
When provided, the notification policy allows users to configure
16+
when the run will trigger email notifications.
17+
18+
* Guest collections may be configured to send email notifications for transfer tasks
19+
to `administrator`, `activity_manager`, and `activity_monitor` roles
20+
with the `--activity-notifications` option.
21+
The option is supported for both `globus gcp collection` and `globus gcs collection`
22+
guest create and update commands.
23+
24+
* Allow the `globus flows list` `--filter-role` parameter to be supplied multiple times
25+
to specify multiple roles.
26+
* Add `--filter-role` parameter to `globus flows run list`.
27+
528
== 3.34.0 (2025-04-18)
629

730
Bugfixes:

changelog.d/20250411_105010_8730430+m1yag1.md

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

changelog.d/20250417_235715_sirosen_add_flow_run_notify_policy.md

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

changelog.d/20250421_132124_pjhinton_sc_40253_guest_activity_notification_support.md

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

changelog.d/20250430_152200_8730430+m1yag1_sc_40419_filter_roles_list_flows_and_runs.md

Lines changed: 0 additions & 6 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.34.0"
10+
__version__ = "3.35.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)