Skip to content

Commit 354edd4

Browse files
authored
Merge pull request #910 from globus/release-3.21.0
Release v3.21.0
2 parents 6bbb1ed + b8f1d6b commit 354edd4

7 files changed

+30
-30
lines changed

changelog.adoc

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
// scriv-insert-here
44

5+
== 3.21.0 (2023-12-08)
6+
7+
Enhancements:
8+
9+
* The ``globus api <service>`` command now supports a ``--scope-string`` parameter.
10+
11+
** If supplied, the CLI will enforce that any specified scope strings are included
12+
in consent requirements *in addition to* standard service scope requirements.
13+
14+
** This parameter may be supplied multiple times to specify multiple scope strings.
15+
16+
** This parameter is only supported in the context of Client Credentials-based authentication.
17+
([Client Credentials with GLOBUS_CLI_CLIENT_ID](https://docs.globus.org/cli/environment_variables/#client_credentials_with_globus_cli_client_id))
18+
19+
* Support Python 3.12.
20+
21+
Other:
22+
23+
* Test against Python 3.12 in CI.
24+
25+
* Replaced all references to the tutorial endpoints.
26+
27+
* Deprecate and hide commands related to management of GCSv4:
28+
29+
** `globus endpoint activate`
30+
** `globus endpoint deactivate`
31+
** `globus endpoint is-activated`
32+
** `globus endpoint server`
33+
534
== 3.20.0 (2023-12-06)
635

736
Bugfixes:

changelog.d/20231206_130249_derek_api_scopes.md

-12
This file was deleted.

changelog.d/20231207_091830_kurtmckee_python_3_12.md

-3
This file was deleted.

changelog.d/20231207_094126_kurtmckee_python_3_12.md

-3
This file was deleted.

changelog.d/20231207_140648_ada_remove_tutorial_endpoints.md

-3
This file was deleted.

changelog.d/20231207_180145_sirosen_deprecate_v4_cmds.md

-8
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.20.0"
10+
__version__ = "3.21.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)