Skip to content

Commit 49cb856

Browse files
authored
Merge pull request #968 from globus/release-3.27.0
Release v3.27.0
2 parents 6ac1aa1 + ef4c087 commit 49cb856

7 files changed

+22
-21
lines changed

changelog.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
// scriv-insert-here
44

5+
== 3.27.0 (2024-03-28)
6+
7+
Enhancements:
8+
9+
* Add `globus group get-by-subscription` for looking up Subscription Groups
10+
based on their subscription IDs.
11+
12+
* Add `--parent-id` to `globus group create`, allowing group administrators to
13+
create subgroups.
14+
15+
* Add `globus group get-subscription-info` command to display a subscription.
16+
* `globus group show` now displays subscription-related information for groups
17+
when present.
18+
19+
* Add `globus stat` for getting the status of a path on a collection.
20+
21+
Other:
22+
23+
* Remove implicit `autoactivate` calls from various Transfer operations.
24+
They are no longer needed and incur a minor performance penalty.
25+
526
== 3.26.0 (2024-03-01)
627

728
Bugfixes:

changelog.d/20240226_144957_sirosen_get_group_by_subscription_id.md

-4
This file was deleted.

changelog.d/20240301_153447_sirosen_groups_parent_id.md

-4
This file was deleted.

changelog.d/20240301_165700_sirosen_remove_implicit_autoactivate.md

-4
This file was deleted.

changelog.d/20240304_114521_sirosen_get_subscription_info.md

-5
This file was deleted.

changelog.d/20240304_132149_aaschaer.md

-3
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.26.0"
10+
__version__ = "3.27.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)