Skip to content

Commit

Permalink
Merge pull request #952 from sirosen/release-3.25.0
Browse files Browse the repository at this point in the history
Release v3.25.0
  • Loading branch information
sirosen authored Feb 19, 2024
2 parents 8cf6e98 + 371e0f5 commit 1031831
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 31 deletions.
31 changes: 31 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

// scriv-insert-here

== 3.25.0 (2024-02-19)

Enhancements:

* Added gcs endpoint role management commands:

** `globus gcs endpoint role create`
** `globus gcs endpoint role list`
** `globus gcs endpoint role show`
** `globus gcs endpoint role delete`

* Introduced principal urn resolution as a common util function

* Add `--subscription-id` to `globus flows create` options, and add
`Subscription ID` to `flows` command outputs

* `--format=JSON` output now offers greater detail when API errors are
encountered with JSON bodies. Rather than re-encoding error details, the
original error body is now shown in these cases.

* Added support for GCSv5 endpoint displaying & updating:

** `globus gcs endpoint show ENDPOINT_ID`
** `globus gcs endpoint update ENDPOINT_ID`

Other:

* `globus login` and related commands are now more tolerant of clock drift, and
will emit a clearer error message when clock drift is severe enough to cause
errors during authentication attempts.

== 3.24.0 (2024-01-25)

Bugfixes
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/20240206_161457_derek_gcs_endpoint_role_sc_28588.md

This file was deleted.

This file was deleted.

This file was deleted.

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.24.0"
__version__ = "3.25.0"

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

0 comments on commit 1031831

Please sign in to comment.