|
4 | 4 |
|
5 | 5 | == 3.10.0 (2022-12-05)
|
6 | 6 |
|
7 |
| -## Bugfixes |
| 7 | +Bugfixes: |
8 | 8 |
|
9 | 9 | * Fix a bug which caused `globus list-commands` not to show proper information
|
10 | 10 |
|
11 |
| -## Enhancements |
| 11 | +Enhancements: |
12 | 12 |
|
13 | 13 | * Add the `globus api flows` command for direct interactions with the Globus
|
14 | 14 | Flows service
|
15 | 15 |
|
16 | 16 | * Added commands for interacting with GCSv5 user credentials
|
17 |
| - * `globus endpoint user-credential list` |
18 |
| - * `globus endpoint user-credential show` |
19 |
| - * `globus endpoint user-credential delete` |
20 |
| - * `globus endpoint user-credential create` |
21 |
| - * `globus endpoint user-credential create from-json` |
22 |
| - * `globus endpoint user-credential create posix` |
23 |
| - * `globus endpoint user-credential create s3` |
| 17 | +** `globus endpoint user-credential list` |
| 18 | +** `globus endpoint user-credential show` |
| 19 | +** `globus endpoint user-credential delete` |
| 20 | +** `globus endpoint user-credential create` |
| 21 | +*** `globus endpoint user-credential create from-json` |
| 22 | +*** `globus endpoint user-credential create posix` |
| 23 | +*** `globus endpoint user-credential create s3` |
24 | 24 |
|
25 | 25 | * Added `globus endpoint storage-gateway list`
|
26 | 26 |
|
|
36 | 36 | * `globus ls` has improved behavior when the `--filter` and `--recursive` options
|
37 | 37 | are used in combination
|
38 | 38 |
|
39 |
| - * directory names are not matched against the filter, allowing the operation to |
40 |
| - traverse directories regardless of their names |
| 39 | +** directory names are not matched against the filter, allowing the operation to |
| 40 | + traverse directories regardless of their names |
41 | 41 |
|
42 |
| - * the `--filter` is still applied to filenames in all directories traversed by |
43 |
| - the `ls` operation |
| 42 | +** the `--filter` is still applied to filenames in all directories traversed by |
| 43 | + the `ls` operation |
44 | 44 |
|
45 |
| - * directory names can be filtered out of the text output by eliminating |
46 |
| - lines which end in `/` |
| 45 | +** directory names can be filtered out of the text output by eliminating |
| 46 | + lines which end in `/` |
47 | 47 |
|
48 |
| - * the behaviors of `globus ls` commands with `--recursive` or `--filter`, but not |
49 |
| - both, are unchanged |
| 48 | +** the behaviors of `globus ls` commands with `--recursive` or `--filter`, but not |
| 49 | + both, are unchanged |
50 | 50 |
|
51 |
| -## Other |
| 51 | +Other: |
52 | 52 |
|
53 | 53 | * `globus endpoint create` is now hidden and displays a deprecation warning
|
54 | 54 | when used
|
|
0 commit comments