Skip to content

Commit

Permalink
Merge pull request #968 from globus/release-3.27.0
Browse files Browse the repository at this point in the history
Release v3.27.0
  • Loading branch information
kurtmckee authored Mar 28, 2024
2 parents 6ac1aa1 + ef4c087 commit 49cb856
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 21 deletions.
21 changes: 21 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

// scriv-insert-here

== 3.27.0 (2024-03-28)

Enhancements:

* Add `globus group get-by-subscription` for looking up Subscription Groups
based on their subscription IDs.

* Add `--parent-id` to `globus group create`, allowing group administrators to
create subgroups.

* Add `globus group get-subscription-info` command to display a subscription.
* `globus group show` now displays subscription-related information for groups
when present.

* Add `globus stat` for getting the status of a path on a collection.

Other:

* Remove implicit `autoactivate` calls from various Transfer operations.
They are no longer needed and incur a minor performance penalty.

== 3.26.0 (2024-03-01)

Bugfixes:
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240301_153447_sirosen_groups_parent_id.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20240304_114521_sirosen_get_subscription_info.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20240304_132149_aaschaer.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.26.0"
__version__ = "3.27.0"

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

0 comments on commit 49cb856

Please sign in to comment.