Skip to content

Commit cf6fab8

Browse files
committed
Bump version and changelog for release
1 parent a69e256 commit cf6fab8

5 files changed

+37
-33
lines changed

changelog.adoc

+36-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
// scriv-insert-here
44

5+
== 3.9.0 (2022-10-13)
6+
7+
Bugfixes:
8+
9+
* Fix a bug in text output for `globus transfer --dry-run` which crashed with a
10+
`KeyError` if `--external-checksum` was omitted
11+
12+
Enhancements:
13+
14+
* A new command, `globus flows list`, allows users to list Flow objects in
15+
Globus Flows
16+
17+
* New commands for creating Globus Connect Personal endpoints and collections
18+
** `globus gcp create mapped` creates a GCP Mapped Collection
19+
** `globus gcp create guest` creates a GCP Guest Collection
20+
21+
In GCP, the Mapped Collection and Endpoint are synonymous. Therefore,
22+
`globus gcp create mapped` replaces the functionality previously only available
23+
via `globus endpoint create --personal`.
24+
25+
NOTE: Neither of the `globus gcp create` commands automatically installs Globus
26+
Connect Personal on the local machine. These commands complement and interact with
27+
an existing installation.
28+
29+
Other:
30+
31+
* `globus endpoint create` is now documented as deprecated. Users are
32+
encouraged to use `globus gcp create` for Globus Connect Personal,
33+
and the Globus Connect Server CLI for Globus Connect Server
34+
35+
* `globus endpoint create` no longer accepts `--no-default-directory` as an
36+
option. It previously did nothing when used.
37+
538
== 3.8.0 (2022-08-31)
639

7-
## Enhancements
40+
Enhancements:
841

942
* The globus CLI is now faster to start in many cases. Tab completions are most
1043
significantly improved, but other commands may demonstrate an improvement as
@@ -18,11 +51,11 @@
1851

1952
== 3.7.0 (2022-08-05)
2053

21-
## Bugfixes
54+
Bugfixes:
2255

2356
* Fix `globus session update` help text not handling missing domain errors from Transfer
2457

25-
## Enhancements
58+
Enhancements:
2659

2760
* `globus group member invite` now supports provisioning new identities in
2861
Globus Auth in order to support inviting new users who have not created

changelog.d/20220914_214457_sirosen_fix_xfer_dryrun.md

-4
This file was deleted.

changelog.d/20220916_134333_sirosen_gcp_commands.md

-21
This file was deleted.

changelog.d/20221013_171820_sirosen_paginated_flow_list.md

-4
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.8.0"
10+
__version__ = "3.9.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)