|
2 | 2 |
|
3 | 3 | // scriv-insert-here
|
4 | 4 |
|
| 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 | + |
5 | 38 | == 3.8.0 (2022-08-31)
|
6 | 39 |
|
7 |
| -## Enhancements |
| 40 | +Enhancements: |
8 | 41 |
|
9 | 42 | * The globus CLI is now faster to start in many cases. Tab completions are most
|
10 | 43 | significantly improved, but other commands may demonstrate an improvement as
|
|
18 | 51 |
|
19 | 52 | == 3.7.0 (2022-08-05)
|
20 | 53 |
|
21 |
| -## Bugfixes |
| 54 | +Bugfixes: |
22 | 55 |
|
23 | 56 | * Fix `globus session update` help text not handling missing domain errors from Transfer
|
24 | 57 |
|
25 |
| -## Enhancements |
| 58 | +Enhancements: |
26 | 59 |
|
27 | 60 | * `globus group member invite` now supports provisioning new identities in
|
28 | 61 | Globus Auth in order to support inviting new users who have not created
|
|
0 commit comments