Skip to content

Commit 1031831

Browse files
authored
Merge pull request #952 from sirosen/release-3.25.0
Release v3.25.0
2 parents 8cf6e98 + 371e0f5 commit 1031831

7 files changed

+32
-31
lines changed

changelog.adoc

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
// scriv-insert-here
44

5+
== 3.25.0 (2024-02-19)
6+
7+
Enhancements:
8+
9+
* Added gcs endpoint role management commands:
10+
11+
** `globus gcs endpoint role create`
12+
** `globus gcs endpoint role list`
13+
** `globus gcs endpoint role show`
14+
** `globus gcs endpoint role delete`
15+
16+
* Introduced principal urn resolution as a common util function
17+
18+
* Add `--subscription-id` to `globus flows create` options, and add
19+
`Subscription ID` to `flows` command outputs
20+
21+
* `--format=JSON` output now offers greater detail when API errors are
22+
encountered with JSON bodies. Rather than re-encoding error details, the
23+
original error body is now shown in these cases.
24+
25+
* Added support for GCSv5 endpoint displaying & updating:
26+
27+
** `globus gcs endpoint show ENDPOINT_ID`
28+
** `globus gcs endpoint update ENDPOINT_ID`
29+
30+
Other:
31+
32+
* `globus login` and related commands are now more tolerant of clock drift, and
33+
will emit a clearer error message when clock drift is severe enough to cause
34+
errors during authentication attempts.
35+
536
== 3.24.0 (2024-01-25)
637

738
Bugfixes

changelog.d/20240129_181132_sirosen_improve_jwt_clock_skew_tolerance.md

-5
This file was deleted.

changelog.d/20240206_161457_derek_gcs_endpoint_role_sc_28588.md

-10
This file was deleted.

changelog.d/20240208_162126_sirosen_flow_create_subscription_id.md

-4
This file was deleted.

changelog.d/20240214_225218_sirosen_fix_json_error_presentation.md

-5
This file was deleted.

changelog.d/20240216_122016_derek_gcs_endpoint_update_sc_28586.md

-6
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.24.0"
10+
__version__ = "3.25.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)