aspera-cli 4.24.2 → 4.25.0.pre2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/CHANGELOG.md +1067 -758
  4. data/CONTRIBUTING.md +93 -120
  5. data/README.md +817 -510
  6. data/lib/aspera/agent/direct.rb +14 -12
  7. data/lib/aspera/agent/transferd.rb +4 -4
  8. data/lib/aspera/api/aoc.rb +71 -43
  9. data/lib/aspera/api/cos_node.rb +3 -2
  10. data/lib/aspera/api/faspex.rb +6 -5
  11. data/lib/aspera/api/node.rb +10 -12
  12. data/lib/aspera/ascmd.rb +1 -2
  13. data/lib/aspera/ascp/installation.rb +55 -41
  14. data/lib/aspera/ascp/management.rb +9 -5
  15. data/lib/aspera/assert.rb +28 -6
  16. data/lib/aspera/cli/error.rb +4 -2
  17. data/lib/aspera/cli/extended_value.rb +94 -62
  18. data/lib/aspera/cli/formatter.rb +55 -22
  19. data/lib/aspera/cli/main.rb +21 -14
  20. data/lib/aspera/cli/manager.rb +349 -248
  21. data/lib/aspera/cli/plugins/alee.rb +3 -3
  22. data/lib/aspera/cli/plugins/aoc.rb +94 -51
  23. data/lib/aspera/cli/plugins/base.rb +62 -49
  24. data/lib/aspera/cli/plugins/config.rb +85 -96
  25. data/lib/aspera/cli/plugins/console.rb +15 -9
  26. data/lib/aspera/cli/plugins/cos.rb +1 -1
  27. data/lib/aspera/cli/plugins/faspex.rb +34 -27
  28. data/lib/aspera/cli/plugins/faspex5.rb +47 -44
  29. data/lib/aspera/cli/plugins/faspio.rb +7 -6
  30. data/lib/aspera/cli/plugins/httpgw.rb +3 -2
  31. data/lib/aspera/cli/plugins/node.rb +132 -120
  32. data/lib/aspera/cli/plugins/oauth.rb +1 -1
  33. data/lib/aspera/cli/plugins/orchestrator.rb +116 -33
  34. data/lib/aspera/cli/plugins/preview.rb +26 -46
  35. data/lib/aspera/cli/plugins/server.rb +9 -10
  36. data/lib/aspera/cli/plugins/shares.rb +77 -43
  37. data/lib/aspera/cli/sync_actions.rb +49 -38
  38. data/lib/aspera/cli/transfer_agent.rb +16 -34
  39. data/lib/aspera/cli/version.rb +1 -1
  40. data/lib/aspera/cli/wizard.rb +8 -5
  41. data/lib/aspera/command_line_builder.rb +20 -17
  42. data/lib/aspera/coverage.rb +6 -2
  43. data/lib/aspera/environment.rb +71 -84
  44. data/lib/aspera/faspex_gw.rb +1 -1
  45. data/lib/aspera/faspex_postproc.rb +1 -1
  46. data/lib/aspera/keychain/factory.rb +1 -2
  47. data/lib/aspera/keychain/macos_security.rb +2 -2
  48. data/lib/aspera/log.rb +2 -1
  49. data/lib/aspera/markdown.rb +31 -0
  50. data/lib/aspera/nagios.rb +6 -5
  51. data/lib/aspera/oauth/base.rb +17 -27
  52. data/lib/aspera/oauth/factory.rb +1 -1
  53. data/lib/aspera/oauth/url_json.rb +2 -1
  54. data/lib/aspera/preview/file_types.rb +23 -37
  55. data/lib/aspera/preview/terminal.rb +95 -29
  56. data/lib/aspera/preview/utils.rb +6 -5
  57. data/lib/aspera/products/connect.rb +3 -3
  58. data/lib/aspera/rest.rb +51 -39
  59. data/lib/aspera/rest_error_analyzer.rb +4 -4
  60. data/lib/aspera/ssh.rb +5 -2
  61. data/lib/aspera/ssl.rb +41 -0
  62. data/lib/aspera/sync/conf.schema.yaml +182 -34
  63. data/lib/aspera/sync/database.rb +2 -1
  64. data/lib/aspera/sync/operations.rb +128 -72
  65. data/lib/aspera/transfer/parameters.rb +3 -4
  66. data/lib/aspera/transfer/spec.rb +2 -3
  67. data/lib/aspera/transfer/spec.schema.yaml +49 -19
  68. data/lib/aspera/transfer/spec_doc.rb +14 -14
  69. data/lib/aspera/uri_reader.rb +1 -1
  70. data/lib/transferd_pb.rb +2 -2
  71. data.tar.gz.sig +0 -0
  72. metadata +33 -6
  73. metadata.gz.sig +0 -0
data/CHANGELOG.md CHANGED
@@ -1,895 +1,1204 @@
1
1
  # Changes (Release notes)
2
2
 
3
- * 4.24.2
4
-
5
- * New Features:
6
- * `direct`: Capability to send management messages to `ascp` on running sessions. e.g. change target rate.
7
- * `config`: Added command: `sync spec` to get sync parameters documentation. Also added to manual.
8
- * Issues Fixed:
9
- * `faspex5`: Fix public link auth for Faspex 5.0.13.
10
- * `aoc`: Fix some admin operations requiring a user's home for Files.
11
- * `node`: Fix `transfer` operations: `modify` and `cancel`.
12
- * `config`: #230 Fix problem when installing and detecting SDK on Windows
13
- * Breaking Changes:
14
- * `ats`: Removed option `params`. Use positional parameter for creation, and `query` for list.
15
-
16
- * 4.24.1
17
-
18
- * Issues Fixed:
19
- * `wizard`: Our wizard was missing its wand; we’ve returned it. Magic restored.
20
-
21
- * 4.24.0
22
-
23
- * New Features:
24
- * `aoc`: Option `package_folder` allows specification of secondary field.
25
- * `config`: New option `invalid_characters` ensures generated file names are valid.
26
- * `config`: Added support for **dot-separated** option names, allowing nested hash structures to be specified directly on the command line.
27
- * `console`: Added support for extended filters in transfer queries.
28
- * `http_options`: New field `ssl_options` allows setting SSL Context options.
29
- * `format`: `csv` format now supports option `table_style` for customizable output.
30
- * `logger`: New option: `log_format` to control log formatting.
31
- * `sync`: New command: `db` for operations on sync database.
32
- * `sync`: Sync operations now use options `ts` and `to_folder`.
33
- * Issues Fixed:
34
- * JRuby: Modified tests and documentation for special SSH options.
35
- * `transferd`: Fixed discrepancies in transfer spec resume policies.
36
- * `desktop`: Fixed discrepancies in transfer spec resume policies.
37
- * `format`: Value of type `list` now properly display column headers.
38
- * `select`: Filter is now done on values before enhanced display in table mode.
39
- * `aoc`: #221 Fixed package encryption at rest (CSEAR) status.
40
- * Breaking Changes:
41
- * `config`: Option `silent_insecure` renamed `warn_insecure`. `yes` shows warning (default).
42
- * `ts` : Default transfer spec includes `resume_policy=sparse_csum`.
43
- * `ssh_options` : Now additive option, like `ts`.
44
- * `vault`: When creating an entry, the `label` field is now part of the creation Hash.
45
- * `console`: Removed options `filter_from` and `filter_to`. Use standard option `query` instead.
46
- * `sync`: Removed option `sync_info`. Replaced with positional parameters. Streamlined command line interface. Applies to all plugins with `sync` command.
47
- * `async`: Removed option `sync_name`. Replaced with percent selector `%name:`.
48
- * `aoc`: `files download` using gen4 API do not require anymore to provide the containing folder in first position, and then only file names. Now, directly provide the path to all files.
49
- * `logger`: Log is simplified, date is removed by default. Use `--log_format=standard` to revert to standard Ruby logger. See option `log_format` for details.
50
-
51
- * 4.23.0 2025-08-11
52
-
53
- * New Features:
54
- * `aoc`: #201: Added `package_folder` option to place each received package in its own subfolder named after a package attribute. Default is `@none:` which means no subfolder will be created.
55
- * `config`: Added `transferd` version 1.1.6.
56
- * Issues Fixed:
57
- * `server`: #209: missing home folder for transfer user shall not cause an error.
58
- * `direct`: #205: `kill` blocks `cmd` on Windows.
59
- * Breaking Changes:
60
- * `config`: In `ascp info`: `openssldir` → `ascp_openssl_dir`, `openssl_version` → `ascp_openssl_version`, `sdk_ascp_version` → `ascp_version`
61
-
62
- * 4.22.0 2025-06-23
63
-
64
- * New Features:
65
- * `faspex5`: Support paging for Faspex5 browsing.
66
- * `aoc`: #196 Command `packages list` now also supports option `once_only`.
67
- * `vault`: Support for IBM HashiCorp Vault to store secrets.
68
- * `wizard`: Preset name can now be specified as optional positional parameter.
69
- * `config`: New command `ascp schema` displays JSON schema for transfer spec for all, or just one agent.
70
- * `node`: #198 By default do not allow creation of folder if a link exists with the same name. Use option `query` with parameter `check` set to `false` to disable.
71
- * `node`: In gen4 operations, also used in `aoc files`, new commands: `mklink`, `mkfile`.
72
- * Issues Fixed:
73
- * `aoc`: #195 `package receive ALL` for shared inbox without workspace now works.
74
- * Breaking Changes:
75
- * `faspex5`, `aoc`: `gateway` now takes argument as `Hash` with `url` instead of only `String`.
76
- * `faspex5 postprocessing`: Now takes a flat `Hash`, instead of multi-level `Hash`.
77
- * HTTP: More retry parameters.
78
- * `node`: renamed command `http_node_download` to `cat`, and it directly displays the content of the file in the terminal unless option `--output` is specified.
79
-
80
- * 4.21.2 2025-04-11
81
-
82
- * New Features:
83
- * **container**: Updated Ruby to 3.4.2
84
- * Issues Fixed:
85
- * **global**: #185 `@val:` shall stop processing extended values
86
- * **global**: #186 Removed dependency on OpenSSL 3.3 gem to avoid `MSYS2` dep on Windows.
87
- * `echo`: Display of list (Array) was showing only first element of it.
88
- * `transferd`: Support for version 1.1.5+
89
- * Breaking Changes:
90
- * `preview`: Updated Image Magick to v7+
91
- * `aoc`: `admin subscription` split into `admin subscription account` and `admin subscription usage`
92
- * **agent**: `alpha` renamed to `desktop`
93
-
94
- * 4.21.1 2025-03-15
95
-
96
- * New Features:
97
- * `config`: New command: `transferd` to list and install specific version of `asperatransferd` and `ascp`
98
- * `config`: New command: `tokens` with `list`, `show`, `flush` (replace `flush_tokens`)
99
- * `faspex5`: New command: `admin contact reset_password`
100
- * `aoc`: #178 packages can be browsed, and individual files can be downloaded now.
101
- * Issues Fixed:
102
- * `config`: #175 `ascli config preset set GLOBAL version_check_days 0` causes a bad `config.yaml` to be written
103
- * `config`: #180 problem in `ascp install`
104
- * `config`: Soft links in transfer SDK archive are correctly extracted
105
- * `aoc`: #184 token cache shall be different per AoC org.
106
- * `aoc`: Fix `packages delete` not working.
107
- * `direct` agent: #174 Race condition fix with `ascp`: timeout waiting management port connect (select not readable)
108
- * `preview`: #177 fix bug that prevents preview generation to work.
109
- * Breaking Changes:
110
- * `transferd`: Use of Aspera Transfer Daemon requires minimum version 1.1.4. Agent `trsdk` renamed `transferd`.
111
- * `ascp`: Default SDK version is now 1.1.4. Removes support for ascp4.
112
- * `node`: Removed deprecated command prefix `exec:`, use `@ruby:` instead.
113
- * **global**: Now uses OpenSSL 3.
114
- * **global**: Ruby minimum versions is now 3.1 (mainly due to switch to OpenSSL 3). Future minimum is 3.2. Recommended is 3.4. (that removes macOS default ruby support. Newer Ruby version shall be installed on macOS with `brew`)
115
- * **global**: Options `transpose_single` and `multi_table` replaced with single option `multi_single` and values: `no`, `yes`, `single`.
116
- * **global**: Column name for single object is now `field` instead of `key`.
117
-
118
- * 4.20.0 2025-01-21
3
+ <!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->
4
+
5
+ ## 4.25.0.pre
6
+
7
+ Released: [Place date of release here]
8
+
9
+ ### New Features
10
+
11
+ * **global**: All `Hash` and `Array` options are now cumulative (merged). Value `@none:` resets to empty value.
12
+ * **global**: Improved error diagnostic during evaluation of extended value.
13
+ * **global**: New extended value modifier: `@:` (empty modifier) to evaluate remaining arguments as `Hash` or `Array`.
14
+ * **global**: New extended value modifier: `@stdin:chomp` reads stdin and removes `\n`.
15
+ * `config`: New option: `parser` allows definition of default parser for extended values when expecting a `Hash` or `Array` type.
16
+ * `orchestrator`: Commands now takes option `query`.
17
+
18
+ ### Issues Fixed
19
+
20
+ * `aoc`: Restored command `admin workspace shared_folder :id list` which was since 4.11.0.
21
+ * `direct`: When using `ascp4` do not set env var: `ASPERA_TEST_REDIS_DISABLE`, else it fails with: `Failed to initialize application`.
22
+
23
+ ### Breaking Changes
24
+
25
+ * `aoc`: Option `package_folder` is now a Hash instead of formatted String.
26
+ * `server`: By default, SSH option `use_agent` is now `false`.
27
+ * `config`: Removed option `use_product`, replaced with prefix `product:` of option `ascp_path`.
28
+ * `faspex5`: Removed deprecated (4.18) command in `admin`: `resource`, use resource name as command directly in `admin`.
29
+ * `preview`: Replaced gem `mimemagic` with `marcel`.
30
+ * **global**: Extended value modifier `@stdbin:` is replaced with `@stdin:bin`.
31
+ * Build system uses now `rake` instead of `make` for easier portability on Windows.
32
+ * PDF manual removed from repo, it is now generated for [releases](https://github.com/IBM/aspera-cli/releases) only.
33
+ * HTML manual is not generated anymore.
34
+
35
+ ## 4.24.2
36
+
37
+ Released: 2025-10-24
38
+
39
+ ### New Features
40
+
41
+ * `direct`: Capability to send management messages to `ascp` on running sessions. e.g. change target rate.
42
+ * `config`: Added command: `sync spec` to get sync parameters' documentation. Also added to manual.
43
+
44
+ ### Issues Fixed
45
+
46
+ * `faspex5`: Fix public link auth for Faspex 5.0.13.
47
+ * `aoc`: Fix some admin operations requiring a user's home for Files.
48
+ * `node`: Fix `transfer` operations: `modify` and `cancel`.
49
+ * `config`: #230 Fix problem when installing and detecting SDK on Windows
50
+
51
+ ### Breaking Changes
52
+
53
+ * `ats`: Removed option `params`. Use positional parameter for creation, and `query` for list.
54
+
55
+ ## 4.24.1
56
+
57
+ Released: 2025-10-02
58
+
59
+ ### Issues Fixed
60
+
61
+ * `wizard`: Our wizard was missing its wand; we’ve returned it. Magic restored.
62
+
63
+ ## 4.24.0
64
+
65
+ Released: 2025-09-30
66
+
67
+ ### New Features
68
+
69
+ * `aoc`: Option `package_folder` allows specification of secondary field.
70
+ * `config`: New option `invalid_characters` ensures generated file names are valid.
71
+ * `config`: Added support for **dot-separated** option names, allowing nested hash structures to be specified directly on the command line.
72
+ * `console`: Added support for extended filters in transfer queries.
73
+ * `http_options`: New field `ssl_options` allows setting SSL Context options.
74
+ * `format`: `csv` format now supports option `table_style` for customizable output.
75
+ * `logger`: New option: `log_format` to control log formatting.
76
+ * `sync`: New command: `db` for operations on sync database.
77
+ * `sync`: Sync operations now use options `ts` and `to_folder`.
78
+
79
+ ### Issues Fixed
80
+
81
+ * JRuby: Modified tests and documentation for special SSH options.
82
+ * `transferd`: Fixed discrepancies in transfer spec resume policies.
83
+ * `desktop`: Fixed discrepancies in transfer spec resume policies.
84
+ * `format`: Value of type `list` now properly display column headers.
85
+ * `select`: Filter is now done on values before enhanced display in table mode.
86
+ * `aoc`: #221 Fixed package encryption at rest (CSEAR) status.
87
+
88
+ ### Breaking Changes
89
+
90
+ * `config`: Option `silent_insecure` renamed `warn_insecure`. `yes` shows warning (default).
91
+ * `ts` : Default transfer spec includes `resume_policy=sparse_csum`.
92
+ * `ssh_options` : Now additive option, like `ts`.
93
+ * `vault`: When creating an entry, the `label` field is now part of the creation Hash.
94
+ * `console`: Removed options `filter_from` and `filter_to`. Use standard option `query` instead.
95
+ * `sync`: Removed option `sync_info`. Replaced with positional parameters. Streamlined command line interface. Applies to all plugins with `sync` command.
96
+ * `async`: Removed option `sync_name`. Replaced with percent selector `%name:`.
97
+ * `aoc`: `files download` using gen4 API do not require anymore to provide the containing folder in first position, and then only file names. Now, directly provide the path to all files.
98
+ * `logger`: Log is simplified, date is removed by default. Use `--log_format=standard` to revert to standard Ruby logger. See option `log_format` for details.
99
+
100
+ ## 4.23.0
101
+
102
+ Released: 2025-08-11
103
+
104
+ ### New Features
105
+
106
+ * `aoc`: #201: Added `package_folder` option to place each received package in its own subfolder named after a package attribute. Default is `@none:` which means no subfolder will be created.
107
+ * `config`: Added `transferd` version 1.1.6.
108
+
109
+ ### Issues Fixed
110
+
111
+ * `server`: #209: missing home folder for transfer user shall not cause an error.
112
+ * `direct`: #205: `kill` blocks `cmd` on Windows.
113
+
114
+ ### Breaking Changes
115
+
116
+ * `config`: In `ascp info`: `openssldir` &rarr; `ascp_openssl_dir`, `openssl_version` &rarr; `ascp_openssl_version`, `sdk_ascp_version` &rarr; `ascp_version`
117
+
118
+ ## 4.22.0
119
+
120
+ Released: 2025-06-23
121
+
122
+ ### New Features
123
+
124
+ * `faspex5`: Support paging for Faspex5 browsing.
125
+ * `aoc`: #196 Command `packages list` now also supports option `once_only`.
126
+ * `vault`: Support for IBM HashiCorp Vault to store secrets.
127
+ * `wizard`: Preset name can now be specified as optional positional parameter.
128
+ * `config`: New command `ascp schema` displays JSON schema for transfer spec for all, or just one agent.
129
+ * `node`: #198 By default do not allow creation of folder if a link exists with the same name. Use option `query` with parameter `check` set to `false` to disable.
130
+ * `node`: In gen4 operations, also used in `aoc files`, new commands: `mklink`, `mkfile`.
131
+
132
+ ### Issues Fixed
133
+
134
+ * `aoc`: #195 `package receive ALL` for shared inbox without workspace now works.
135
+
136
+ ### Breaking Changes
137
+
138
+ * `faspex5`, `aoc`: `gateway` now takes argument as `Hash` with `url` instead of only `String`.
139
+ * `faspex5 postprocessing`: Now takes a flat `Hash`, instead of multi-level `Hash`.
140
+ * HTTP: More retry parameters.
141
+ * `node`: renamed command `http_node_download` to `cat`, and it directly displays the content of the file in the terminal unless option `--output` is specified.
142
+
143
+ ## 4.21.2
144
+
145
+ Released: 2025-04-11
146
+
147
+ ### New Features
148
+
149
+ * **container**: Updated Ruby to 3.4.2
150
+
151
+ ### Issues Fixed
152
+
153
+ * **global**: #185 `@val:` shall stop processing extended values
154
+ * **global**: #186 Removed dependency on OpenSSL 3.3 gem to avoid `MSYS2` dep on Windows.
155
+ * `echo`: Display of list (Array) was showing only first element of it.
156
+ * `transferd`: Support for version 1.1.5+
157
+
158
+ ### Breaking Changes
159
+
160
+ * `preview`: Updated Image Magick to v7+
161
+ * `aoc`: `admin subscription` split into `admin subscription account` and `admin subscription usage`
162
+ * **agent**: `alpha` renamed to `desktop`
163
+
164
+ ## 4.21.1
165
+
166
+ Released: 2025-03-15
167
+
168
+ ### New Features
169
+
170
+ * `config`: New command: `transferd` to list and install specific version of `asperatransferd` and `ascp`
171
+ * `config`: New command: `tokens` with `list`, `show`, `flush` (replace `flush_tokens`)
172
+ * `faspex5`: New command: `admin contact reset_password`
173
+ * `aoc`: #178 packages can be browsed, and individual files can be downloaded now.
174
+
175
+ ### Issues Fixed
176
+
177
+ * `config`: #175 `ascli config preset set GLOBAL version_check_days 0` causes a bad `config.yaml` to be written
178
+ * `config`: #180 problem in `ascp install`
179
+ * `config`: Soft links in transfer SDK archive are correctly extracted
180
+ * `aoc`: #184 token cache shall be different per AoC org.
181
+ * `aoc`: Fix `packages delete` not working.
182
+ * `direct` agent: #174 Race condition fix with `ascp`: timeout waiting management port connect (select not readable)
183
+ * `preview`: #177 fix bug that prevents preview generation to work.
184
+
185
+ ### Breaking Changes
186
+
187
+ * `transferd`: Use of Aspera Transfer Daemon requires minimum version 1.1.4. Agent `trsdk` renamed `transferd`.
188
+ * `ascp`: Default SDK version is now 1.1.4. Removes support for ascp4.
189
+ * `node`: Removed deprecated command prefix `exec:`, use `@ruby:` instead.
190
+ * **global**: Now uses OpenSSL 3.
191
+ * **global**: Ruby minimum versions is now 3.1 (mainly due to switch to OpenSSL 3). Future minimum is 3.2. Recommended is 3.4. (that removes macOS default ruby support. Newer Ruby version shall be installed on macOS with `brew`)
192
+ * **global**: Options `transpose_single` and `multi_table` replaced with single option `multi_single` and values: `no`, `yes`, `single`.
193
+ * **global**: Column name for single object is now `field` instead of `key`.
194
+
195
+ ## 4.20.0
196
+
197
+ Released: 2025-01-21
119
198
 
120
199
  ATTENTION: [Faspex version 4 is now end of support](https://www.ibm.com/support/pages/lifecycle/search?q=faspex): The `faspex` plugin will be deprecated. Servers shall be upgraded to Faspex 5, and users use plugin `faspex5`.
121
200
 
122
- * New Features:
123
- * `aoc`: Improved usability for creation of Admin shared folders.
124
- * `node`: New option `node_cache` (bool) for gen4 operations.
125
- * `node`: Option `root_id` now always works for node gen4, as well as `%id:` for file selection in addition to path.
126
- * `node`: `transfer list` now uses the `iteration_token` to retrieve all values. Option `once_only` is now supported.
127
- * **global**: Option `http_options` now include retry options.
128
- * Issues Fixed:
129
- * `aoc`: Fixed `find` command not working. (undefined variable)
130
- * `aoc`: #165 AoC `mkdir` now follows the last link of containing folder
131
- * Breaking Changes:
132
- * Internal: Basic REST calls now return data directly. (no more `data` key). For advanced calls, use `call`.
133
- * Internal: Transfer SDK download is now a 2-step procedure: First get the YAML file from GitHub with URLs for the various platforms and versions, and then download the archive from the official IBM repository.
201
+ ### New Features
202
+
203
+ * `aoc`: Improved usability for creation of Admin shared folders.
204
+ * `node`: New option `node_cache` (bool) for gen4 operations.
205
+ * `node`: Option `root_id` now always works for node gen4, as well as `%id:` for file selection in addition to path.
206
+ * `node`: `transfer list` now uses the `iteration_token` to retrieve all values. Option `once_only` is now supported.
207
+ * **global**: Option `http_options` now include retry options.
208
+
209
+ ### Issues Fixed
210
+
211
+ * `aoc`: Fixed `find` command not working. (undefined variable)
212
+ * `aoc`: #165 AoC `mkdir` now follows the last link of containing folder
213
+
214
+ ### Breaking Changes
215
+
216
+ * Internal: Basic REST calls now return data directly. (no more `data` key). For advanced calls, use `call`.
217
+ * Internal: Transfer SDK download is now a 2-step procedure: First get the YAML file from GitHub with URLs for the various platforms and versions, and then download the archive from the official IBM repository.
134
218
  **global**: Option `format=multi` is replaced with option `multi_table=yes`
135
- * `faspex5`: Removed deprecated option `value` replaced with positional parameter.
219
+ * `faspex5`: Removed deprecated option `value` replaced with positional parameter.
136
220
 
137
- * 4.19.0 2024-10-02
138
-
139
- * New Features:
140
- * `server`: Add support for `async` (Aspera Sync) from Transfer SDK
141
- * **global**: #156 support sending folders with `httpgw`
142
- * **global**: New value for option `format`: `multi`
143
- * Issues Fixed:
144
- * `aoc`: #157 fix problem with `files browse` on a link
145
- * `sync`: Better documentation and handling of options.
146
- * Breaking Changes:
147
- * **global**: Default value for direct agent option `transfer_info.multi_incr_udp` is `true` on Windows, and now `false` on other platforms.
148
- * **global**: Token based transfers now use the RSA key only. Direct agent option `transfer_info.client_ssh_key` allows changing this behavior.
221
+ ## 4.19.0
222
+
223
+ Released: 2024-10-02
224
+
225
+ ### New Features
226
+
227
+ * `server`: Add support for `async` (Aspera Sync) from Transfer SDK
228
+ * **global**: #156 support sending folders with `httpgw`
229
+ * **global**: New value for option `format`: `multi`
230
+
231
+ ### Issues Fixed
232
+
233
+ * `aoc`: #157 fix problem with `files browse` on a link
234
+ * `sync`: Better documentation and handling of options.
235
+
236
+ ### Breaking Changes
237
+
238
+ * **global**: Default value for direct agent option `transfer_info.multi_incr_udp` is `true` on Windows, and now `false` on other platforms.
239
+ * **global**: Token based transfers now use the RSA key only. Direct agent option `transfer_info.client_ssh_key` allows changing this behavior.
149
240
 
150
- * 4.18.1 2024-08-21
151
-
152
- * New Features:
153
- * None
154
- * Issues Fixed:
155
- * **global**: #146 (@junkimu) Fix problem on Windows WRT terminal detection
156
- * **global**: Node gen4 (`aoc`) browsing through link now follows the link correctly
157
- * `shares`: #147 Fix problem for `shares files mkdir`
158
- * Breaking Changes:
159
- * **global**: Removed option `id`, deprecated since 4.14.0
160
-
161
- * 4.18.0 2024-07-10
241
+ ## 4.18.1
242
+
243
+ Released: 2024-08-21
244
+
245
+ ### New Features
246
+
247
+ * None
248
+
249
+ ### Issues Fixed
250
+
251
+ * **global**: #146 (@junkimu) Fix problem on Windows WRT terminal detection
252
+ * **global**: Node gen4 (`aoc`) browsing through link now follows the link correctly
253
+ * `shares`: #147 Fix problem for `shares files mkdir`
254
+
255
+ ### Breaking Changes
256
+
257
+ * **global**: Removed option `id`, deprecated since 4.14.0
258
+
259
+ ## 4.18.0
260
+
261
+ Released: 2024-07-10
162
262
 
163
- * New Features:
164
- * `faspex5`: Added command `admin configuration` for global parameters.
165
- * `faspex5`: Added command `admin clean_deleted`.
166
- * `faspex5`: Added resource `distribution_list`.
167
- * `node`: "gen3" browse now returns all elements using pages, and supports option `query` with parameter `recursive`, `max`, `self`.
168
- * `httpgw`: New plugin, detect the GW.
169
- * `faspio`: New plugin, configure bridges.
170
- * `config`: `ascp info` also shows the version of the OpenSSL library used by `ascp`.
171
- * `node`: New action: `transport` to display transfer address and ports
172
- * **global**: Added option `http_proxy`, as an alias to env var `http_proxy`.
173
- * **global**: Possibility to filter fields when using formats like `json` or `yaml`.
174
- * Issues Fixed:
175
- * `faspex5`: Fixed support for percent selector for metadata profiles.
176
- * Breaking Changes:
177
- * `aoc` : `admin resource` is deprecated, use just `admin`.
178
- * `faspex5` : `admin resource` is deprecated, use just `admin`.
179
- * **global**: Option `value` is deprecated and replaced with option `query` when used in generic commands: `delete` and `list`, as well as node access_key browse, node stream and watch folder list. (#142)
180
- * **global**: Option `warnings` (and short `w`) is removed. To get ruby warnings invoke with `ruby -w .../ascli ...`. See `Makefile` in `test`
181
- * **global**: Option `table_style` now expects a Hash, not String.
182
- * **bss**: Removed unused plugin.
183
-
184
- * 4.17.0 2024-07-13
185
-
186
- * New Features:
187
- * `faspex5`: Automatic detection of HTTPGW.
188
- * `faspex5`: Support public and private invitations.
189
- * `faspex5`: Public links: Auto-fill recipient.
190
- * `faspex5`: Recursive content of package.
191
- * `faspex5`: Folder browsing now uses paging, requires >= 5.0.8.
192
- * `aoc`: Automatic detection of HTTPGW.
193
- * `shares`: Added group membership management.
194
- * Issues Fixed:
195
- * `aoc`: `exclude_dropbox_packages` query option can be overridden (#135)
196
- * **global**: Removed gem dependency on `bigdecimal` (not used and requires compilation)
197
- * **global**: Tested with JRuby 9.4.6.0 (use `ServerSocket` instead of `Socket`)
198
- * **global**: Update version for gem `terminal-table` to 3.0.2
199
- * Breaking Changes:
200
- * `config`: Command `remote_certificate` now takes a subcommand.
201
- * **global**: Moved a few internal classes in new/renamed modules
202
- * **global**: Deprecated pseudo transfer specification parameters starting with `EX_`:
203
- * `EX_ssh_key_paths`. Use spec `ssh_private_key` or option `transfer_info={"ascp_args":["-i","..."]}`
204
- * `EX_http_proxy_url`. Use option `transfer_info={"ascp_args":["-x","..."]}`
205
- * `EX_http_transfer_jpeg`. Use option `transfer_info={"ascp_args":["-j","1"]}`
206
- * `EX_no_read`. Use option `transfer_info={"ascp_args":["--no-read"]}`
207
- * `EX_no_write`. Use option `transfer_info={"ascp_args":["--no-write"]}`
208
- * `EX_file_list`. Use `ascli` file list feature or option `transfer_info={"ascp_args":["--file-list","..."]}`
209
- * `EX_file_pair_list`. Use `ascli` file list feature or option `transfer_info={"ascp_args":["--file-pair-list","..."]}`
210
- * `EX_ascp_args`. Use option `transfer_info={"ascp_args":[...]}`
211
- * `EX_at_rest_password`. Use spec parameter `content_protection_password`
212
- * `EX_proxy_password`. Set password in spec parameter `proxy` or use env var `ASPERA_PROXY_PASS`.
213
- * `EX_license_text`. Use env var `ASPERA_SCP_LICENSE`.
214
-
215
- * 4.16.0 2024-02-15
216
-
217
- * New Features:
218
- * **global**: Option `output` to redirect result to a file instead of `stdout`
219
- * **global**: New option `silent_insecure`
220
- * `config`: Keys added to `config ascp info`
221
- * `config`: Added command `pubkey` to extract public key from private key
222
- * `config`: New command `vault info`
223
- * `faspex5`: Added `shared_folders` management
224
- * `faspex5`: If package has content protection, ask passphrase interactively, unless `content_protection=null` in `ts`
225
- * `faspex`: Added `INIT` for `once_only`
226
- * `aoc`: Added `INIT` for `once_only`
227
- * `aoc`: More list commands honor option `query`
228
- * Issues Fixed:
229
- * `config`: Wizard was failing due to `require` of optional gem.
230
- * `aoc`: Use paging to list entities, instead of just one page(e.g. retrieve all packages)
231
- * `faspex5`: When receiving ALL packages, only get those with status `completed`.
232
- * `direct` agent: Better support for WSS
233
- * Breaking Changes:
234
- * `shares`: Option `type` for users and groups is replaced with mandatory positional argument with same value. E.g. `user list --type=local` becomes: `user local list`.
235
- * `aoc`, `faspex`: Package `recv` command changed to `receive`, for consistency with faspex5 (`recv` is now an alias command)
236
-
237
- * 4.15.0 2023-11-18
238
-
239
- * General: Removed many redundant options, more consistency between plugins, see below in "break".
240
- * New Features:
241
- * **global**: Added resolution hints for well known issues.
242
- * **global**: Extended value expression `@extend:` finds and replace extended values in a string (e.g. for JSON)
243
- * **global**: Option `fields` now supports `RegExp`
244
- * **global**: Option `home` to set the main folder for configuration and cache
245
- * **global**: Option `ignore_certificate` to specify specific URLs instead of global option `insecure`
246
- * **global**: Option `cert_stores` to specify alternate certificate stores
247
- * **global**: Uniform progress bar for any type of transfer.
248
- * **global**: Add extended value types: `re` and `yaml`
249
- * **global**: Option `pid_file` to write tool's PID during execution, deleted on exit
250
- * `config`: Command `remote_certificate` to retrieve a remote certificate
251
- * `config`: Added logger level `trace1` and `trace2`
252
- * `config`: `wizard` can detect multiple applications at the same address or URL.
253
- * `aoc`: Wizard accepts public links
254
- * `aoc`: Support private links, and possibility to list shared folder with workspace `@json:null`
255
- * `orchestrator`: Error analysis for workflow start
256
- * `httpgw`: Now supports pseudo file for testing: e.g. `faux:///testfile?1k`
257
- * `node`: Added command `transfer sessions` to list all sessions of all transfers
258
- * `node`: Generate bearer token from private key and user information
259
- * `node`: Access node API with bearer token as credentials
260
- * **global**: Agent `direct` allows ignoring certificate for WSS using HTTP options
261
- * `preview`: Command `show` generates a preview and displays it in terminal
262
- * Issues Fixed:
263
- * Ruby warning: `net/protocol.rb:68: warning: already initialized constant Net::ProtocRetryError` solved by removing dependency on `net-smtp` from gem spec (already in base ruby).
264
- * Breaking Changes:
265
- * **global**: Commands `detect` and `wizard` takes now a mandatory argument: address or URL instead of option `url`.
266
- * **global**: Renamed option `pkeypath` to `key_path`
267
- * **global**: Renamed option `notif_to` to `notify_to` and `notif_template` to `notify_template`
268
- * **global**: Removed extended value handler `incps`, as it is never used (use `extend` instead).
269
- * **global**: Option `fields`: `+prop` is replaced with: `DEF,prop` and `-field` is replaced with: `DEF,-field`, and whole list is evaluated.
270
- * **global**: Replaced option `progress` with option `progressbar` (bool)
271
- * **global**: Removed option `rest_debug` and `-r`, replaced with `--log-level=trace2`
272
- * **global**: The default file name for private key when using wizard is change from `aspera_aoc_key` to `my_private_key.pem`
273
- * `faspex5`: Removed option and `auth` type `link`: simply provide the public link as `url`
274
- * `faspex`: Remote source selection now uses percent selector instead of parameter `id` or `name`
275
- * `faspex`: Option `source_name` is now `remote_source`
276
- * `aoc`: Selection by name uses percent selector instead of option or parameter `name`
277
- * `aoc`: Removed option `link`: use `url` instead
278
- * `aoc`: In command `short_link`, place type before command, e.g. `short_link private create /blah`
279
- * `aoc`: Replaced option `operation` with mandatory positional parameter for command `files transfer`
280
- * `aoc`: Replaced option `from_folder` with mandatory positional parameter for command `files transfer`
281
- * `orchestrator`: Workflow start takes arguments as optional positional extended value instead of option `param`
282
- * `node`: `find` command now takes an optional `@ruby:` extended value instead of option `query` with prefix: `exec:`
283
- * `sync`: Plugin `sync` is removed: actions are available through `server` and `node` plugins.
284
- * `sync`: Replaced option `sync_session` with optional positional parameter.
285
- * `preview`: Command `scan`, `events` and `trevents` replaced option `query` with optional positional parameter for filter (like `find`).
286
- * **global**: Agent `trsdk` parameters `host` and `port` in option `transfer_info` are replaced with parameter `url`, like `grpc://host:port`
287
-
288
- * 4.14.0 2023-09-22
289
-
290
- * New Features:
291
- * `server`: Option `passphrase` for simpler command line (#114)
292
- * Percent selector for entities identifier
293
- * `faspex5`: Shared inbox and workgroup membership management
294
- * `faspex5`: Invite external user to shared inbox
295
- * `faspex5`: Package list and receive from workgroup and shared inbox
296
- * `config`: Command `ascp info` shows default transfer spec.
297
- * **global**: Agent `httpgw` synchronous and asynchronous upload modes
298
- * `node`: Command `bandwidth_average` to get average bandwidth of node, per periods
299
- * Issues Fixed:
300
- * Option `ts`: Deep add and remove of keys. (#117)
301
- * `faspex5`: User lookup for `packages send` shall be exact match (#120)
302
- * **global**: Agent `direct` if transfer spec contains "paths" and elements with "destination", but first element has only "source", then destinations were ignored. Now "destination" all or none is enforced.
303
- * Breaking Changes:
304
- * Using `aoc files` or node gen4 operations (`browse`, `delete`) on a link will follow the link only if path ends with /
305
- * `shares`: Command `repository` is changed to `files` for consistency with aoc and upcoming faspex5, but is still available as alias
306
- * `aoc`: Better handling of shared links
307
- * **global**: Option `value` is deprecated. Use positional parameter for creation data and option `query` for list/delete operations.
308
- * `config`: Remove deprecated command: `export_to_cli`
309
- * `config`: Removed all legacy preset command, newer command `preset` shall be used now.
310
- * `config`: SDK is now installed in `$HOME/.aspera/sdk` instead of `$HOME/.aspera/ascli/sdk`
311
- * `aoc`, `node`: Simplification: gen4 operations: show modify permission thumbnail are now directly under node gen 4 command. Command `file` is suppressed. Option `path` is suppressed. The default expected argument is a path. To provide a file ID, use selector syntax: `%id:_file_id_`
312
- * `node`: Option `token_type` is removed, as starting with HSTS 4.3 basic token is only allowed with access keys, so use gen4 operations: `acc do self`
313
-
314
- * 4.13.0 2023-06-29
315
-
316
- * New Features:
317
- * `preview`: Option `reencode_ffmpeg` allows overriding all re-encoding options
318
- * `faspex5`: `package delete` (#107)
319
- * `faspex5`: `package recv` for inboxes and regular users (#108)
320
- * `faspex5`: SMTP management
321
- * `faspex5`: Use public link for authorization of package download, using option `link`
322
- * `faspex5`: List content of package, and allow partial download of package
323
- * `faspex5`: List packages support multiple pages and items limitations (`max` and `pmax`)
324
- * `aoc`: Files operations with workspace-less user (#109)
325
- * `node`: `async` with gen3 token (#110)
326
- * `node`: Display of preview of file in terminal for access keys
327
- * Issues Fixed:
328
- * `cos`: Do not use refresh token when not supported
329
- * **container**: SDK installed in other folder than `ascli` (#106)
330
- * Breaking Changes:
331
- * Option `transfer_info` is now cumulative, setting several times merge values
332
- * Change(deprecation): Removed support of Ruby 2.4 and 2.5 : Too old, no security update since a long time. If you need older ruby version use older gem version.
333
-
334
- * 4.12.0 2023-03-20
335
-
336
- * New Features:
337
- * **container**: Build image from official gem version, possibility to deploy beta as well
338
- * **global**: `delete` operation supports option `value` for deletion parameters
339
- * `aoc`: Command `aoc packages recv` accepts option `query` to specify a shared inbox
340
- * `faspex`: (v4) user delete accepts option `value` with value `{"destroy":true}` to delete users permanently
341
- * `faspex`: (v4) gateway to Faspex 5 for package send
342
- * `faspex5`: Possibility to change email templates
343
- * `faspex5`: Shared folder list and browse
344
- * `faspex5`: Emulate Faspex 4 post-processing, plugin: `faspex5` command: `postprocessing`
345
- * `faspex5`: Send package from remote source
346
- * `shares`: Option `type` for command `shares admin user`
347
- * `shares`: Full support for shares admin operations
348
- * Breaking Changes:
349
- * `shares`: Command `shares admin user saml_import` replaced with `shares admin user import --type=saml`
350
- * `shares`: Command `shares admin user ldap_import` replaced with `shares admin user add --type=ldap`
351
- * `shares`: Command `app_authorizations` now has sub commands `show` and `modify`
352
- * `shares`: Similar changes for `shares admin share user show`
353
- * Option `ascp_opts` is removed, and replaced with `transfer_info` parameter `ascp_args`
354
-
355
- * 4.11.0 2023-01-26
356
-
357
- * New Features:
358
- * **global**: `vault`: Secret finder, migration from config file
359
- * **global**: Allow removal of transfer spec parameter by setting value to `null`
360
- * **global**: Option `ascp_opts` allows providing native `ascp` options on command line
361
- * `node`, `server`: Command `sync` added to `node` (gen4) and `server` plugins, also available in `aoc`
362
- * Issues Fixed:
363
- * **global**: Security: no shell interpolation
364
- * **global**: Agent `node`: when WSS is used: no localhost (certificate)
365
- * `aoc`: #99 `file download` for single shared folder
366
- * `faspex5`: Change of API in Faspex 5 for send package (paths is mandatory for any type of transfer now)
367
- * **global**: OAuth web authentication was broken, fixed now
368
- * Breaking Changes:
369
- * **container**: Image has entry point
370
- * `aoc`: `admin res node` commands `v3` and `v4` replaced with `do` and command `v3` moved inside `do`
371
- * Renamed options for `sync`
372
- * Node gen4 operations are moved from aoc plugin to node plugin but made available where gen4 is used
373
- * If wss is enabled on server, use wss
374
- * Lots of cleanup and refactoring
375
-
376
- * 4.10.0 2022-12-02
377
-
378
- * New Features:
379
- * `httpgw`: Transfer agent support API v2, support transfer through HTTP proxy, including proxy password
380
- * `faspex5`: Get bearer token
381
- * Issues Fixed:
382
- * **container**: Container version
383
- * Breaking Changes:
384
- * `config`: Option `secrets` is renamed to `vault`
385
-
386
- * 4.9.0 2022-09-15
387
-
388
- * New Features:
389
- * `shares`: Import of SAML users and LDAP users
390
- * M1 apple silicon support SDK install (uses x86 ascp)
391
- * Support bulk operation more globally (create/delete), not all ops , though
392
- * Added missing transfer spec parameters, e.g. `src_base`, `password`
393
- * Improved documentation on faspex and aoc package send
394
- * Issues Fixed:
395
- * `node do` command fixed
396
- * Improved secret hiding from logs
397
- * Breaking Changes:
398
- * Removed rarely commands `nodeadmin`, `configuration`, `userdata`, `ctl` from plugin `server`
263
+ ### New Features
264
+
265
+ * `faspex5`: Added command `admin configuration` for global parameters.
266
+ * `faspex5`: Added command `admin clean_deleted`.
267
+ * `faspex5`: Added resource `distribution_list`.
268
+ * `node`: "gen3" browse now returns all elements using pages, and supports option `query` with parameter `recursive`, `max`, `self`.
269
+ * `httpgw`: New plugin, detect the GW.
270
+ * `faspio`: New plugin, configure bridges.
271
+ * `config`: `ascp info` also shows the version of the OpenSSL library used by `ascp`.
272
+ * `node`: New action: `transport` to display transfer address and ports
273
+ * **global**: Added option `http_proxy`, as an alias to env var `http_proxy`.
274
+ * **global**: Possibility to filter fields when using formats like `json` or `yaml`.
275
+
276
+ ### Issues Fixed
277
+
278
+ * `faspex5`: Fixed support for percent selector for metadata profiles.
279
+
280
+ ### Breaking Changes
281
+
282
+ * `aoc` : `admin resource` is deprecated, use just `admin`.
283
+ * `faspex5` : `admin resource` is deprecated, use just `admin`.
284
+ * **global**: Option `value` is deprecated and replaced with option `query` when used in generic commands: `delete` and `list`, as well as node access_key browse, node stream and watch folder list. (#142)
285
+ * **global**: Option `warnings` (and short `w`) is removed. To get ruby warnings invoke with `ruby -w .../ascli ...`. See `Makefile` in `test`
286
+ * **global**: Option `table_style` now expects a Hash, not String.
287
+ * **bss**: Removed unused plugin.
288
+
289
+ ## 4.17.0
290
+
291
+ Released: 2024-07-13
292
+
293
+ ### New Features
294
+
295
+ * `faspex5`: Automatic detection of HTTPGW.
296
+ * `faspex5`: Support public and private invitations.
297
+ * `faspex5`: Public links: Auto-fill recipient.
298
+ * `faspex5`: Recursive content of package.
299
+ * `faspex5`: Folder browsing now uses paging, requires >= 5.0.8.
300
+ * `aoc`: Automatic detection of HTTPGW.
301
+ * `shares`: Added group membership management.
302
+
303
+ ### Issues Fixed
304
+
305
+ * `aoc`: `exclude_dropbox_packages` query option can be overridden (#135)
306
+ * **global**: Removed gem dependency on `bigdecimal` (not used and requires compilation)
307
+ * **global**: Tested with JRuby 9.4.6.0 (use `ServerSocket` instead of `Socket`)
308
+ * **global**: Update version for gem `terminal-table` to 3.0.2
309
+
310
+ ### Breaking Changes
311
+
312
+ * `config`: Command `remote_certificate` now takes a subcommand.
313
+ * **global**: Moved a few internal classes in new/renamed modules
314
+ * **global**: Deprecated pseudo transfer specification parameters starting with `EX_`:
315
+ * `EX_ssh_key_paths`: Use spec `ssh_private_key` or option `transfer_info={"ascp_args":["-i","..."]}`
316
+ * `EX_http_proxy_url`: Use option `transfer_info={"ascp_args":["-x","..."]}`
317
+ * `EX_http_transfer_jpeg`: Use option `transfer_info={"ascp_args":["-j","1"]}`
318
+ * `EX_no_read`: Use option `transfer_info={"ascp_args":["--no-read"]}`
319
+ * `EX_no_write`: Use option `transfer_info={"ascp_args":["--no-write"]}`
320
+ * `EX_file_list`: Use `ascli` file list feature or option `transfer_info={"ascp_args":["--file-list","..."]}`
321
+ * `EX_file_pair_list`: Use `ascli` file list feature or option `transfer_info={"ascp_args":["--file-pair-list","..."]}`
322
+ * `EX_ascp_args`: Use option `transfer_info={"ascp_args":[...]}`
323
+ * `EX_at_rest_password`: Use spec parameter `content_protection_password`
324
+ * `EX_proxy_password`: Set password in spec parameter `proxy` or use env var `ASPERA_PROXY_PASS`.
325
+ * `EX_license_text`: Use env var `ASPERA_SCP_LICENSE`.
326
+
327
+ ## 4.16.0
328
+
329
+ Released: 2024-02-15
330
+
331
+ ### New Features
332
+
333
+ * **global**: Option `output` to redirect result to a file instead of `stdout`
334
+ * **global**: New option `silent_insecure`
335
+ * `config`: Keys added to `config ascp info`
336
+ * `config`: Added command `pubkey` to extract public key from private key
337
+ * `config`: New command `vault info`
338
+ * `faspex5`: Added `shared_folders` management
339
+ * `faspex5`: If package has content protection, ask passphrase interactively, unless `content_protection=null` in `ts`
340
+ * `faspex`: Added `INIT` for `once_only`
341
+ * `aoc`: Added `INIT` for `once_only`
342
+ * `aoc`: More list commands honor option `query`
343
+
344
+ ### Issues Fixed
345
+
346
+ * `config`: Wizard was failing due to `require` of optional gem.
347
+ * `aoc`: Use paging to list entities, instead of just one page(e.g. retrieve all packages)
348
+ * `faspex5`: When receiving ALL packages, only get those with status `completed`.
349
+ * `direct` agent: Better support for WSS
350
+
351
+ ### Breaking Changes
352
+
353
+ * `shares`: Option `type` for users and groups is replaced with mandatory positional argument with same value. E.g. `user list --type=local` becomes: `user local list`.
354
+ * `aoc`, `faspex`: Package `recv` command changed to `receive`, for consistency with faspex5 (`recv` is now an alias command)
355
+
356
+ ## 4.15.0
357
+
358
+ Released: 2023-11-18
359
+
360
+ General: Removed many redundant options, more consistency between plugins, see below in "break"
361
+
362
+ ### New Features
363
+
364
+ * **global**: Added resolution hints for well known issues.
365
+ * **global**: Extended value expression `@extend:` finds and replace extended values in a string (e.g. for JSON)
366
+ * **global**: Option `fields` now supports `RegExp`
367
+ * **global**: Option `home` to set the main folder for configuration and cache
368
+ * **global**: Option `ignore_certificate` to specify specific URLs instead of global option `insecure`
369
+ * **global**: Option `cert_stores` to specify alternate certificate stores
370
+ * **global**: Uniform progress bar for any type of transfer.
371
+ * **global**: Add extended value types: `re` and `yaml`
372
+ * **global**: Option `pid_file` to write tool's PID during execution, deleted on exit
373
+ * `config`: Command `remote_certificate` to retrieve a remote certificate
374
+ * `config`: Added logger level `trace1` and `trace2`
375
+ * `config`: `wizard` can detect multiple applications at the same address or URL.
376
+ * `aoc`: Wizard accepts public links
377
+ * `aoc`: Support private links, and possibility to list shared folder with workspace `@json:null`
378
+ * `orchestrator`: Error analysis for workflow start
379
+ * `httpgw`: Now supports pseudo file for testing: e.g. `faux:///testfile?1k`
380
+ * `node`: Added command `transfer sessions` to list all sessions of all transfers
381
+ * `node`: Generate bearer token from private key and user information
382
+ * `node`: Access node API with bearer token as credentials
383
+ * **global**: Agent `direct` allows ignoring certificate for WSS using HTTP options
384
+ * `preview`: Command `show` generates a preview and displays it in terminal
385
+
386
+ ### Issues Fixed
387
+
388
+ * Ruby warning: `net/protocol.rb:68: warning: already initialized constant Net::ProtocRetryError` solved by removing dependency on `net-smtp` from gem spec (already in base ruby).
389
+
390
+ ### Breaking Changes
391
+
392
+ * **global**: Commands `detect` and `wizard` takes now a mandatory argument: address or URL instead of option `url`.
393
+ * **global**: Renamed option `pkeypath` to `key_path`
394
+ * **global**: Renamed option `notif_to` to `notify_to` and `notif_template` to `notify_template`
395
+ * **global**: Removed extended value handler `incps`, as it is never used (use `extend` instead).
396
+ * **global**: Option `fields`: `+prop` is replaced with: `DEF,prop` and `-field` is replaced with: `DEF,-field`, and whole list is evaluated.
397
+ * **global**: Replaced option `progress` with option `progressbar` (bool)
398
+ * **global**: Removed option `rest_debug` and `-r`, replaced with `--log-level=trace2`
399
+ * **global**: The default file name for private key when using wizard is change from `aspera_aoc_key` to `my_private_key.pem`
400
+ * `faspex5`: Removed option and `auth` type `link`: simply provide the public link as `url`
401
+ * `faspex`: Remote source selection now uses percent selector instead of parameter `id` or `name`
402
+ * `faspex`: Option `source_name` is now `remote_source`
403
+ * `aoc`: Selection by name uses percent selector instead of option or parameter `name`
404
+ * `aoc`: Removed option `link`: use `url` instead
405
+ * `aoc`: In command `short_link`, place type before command, e.g. `short_link private create /blah`
406
+ * `aoc`: Replaced option `operation` with mandatory positional parameter for command `files transfer`
407
+ * `aoc`: Replaced option `from_folder` with mandatory positional parameter for command `files transfer`
408
+ * `orchestrator`: Workflow start takes arguments as optional positional extended value instead of option `param`
409
+ * `node`: `find` command now takes an optional `@ruby:` extended value instead of option `query` with prefix: `exec:`
410
+ * `sync`: Plugin `sync` is removed: actions are available through `server` and `node` plugins.
411
+ * `sync`: Replaced option `sync_session` with optional positional parameter.
412
+ * `preview`: Command `scan`, `events` and `trevents` replaced option `query` with optional positional parameter for filter (like `find`).
413
+ * **global**: Agent `trsdk` parameters `host` and `port` in option `transfer_info` are replaced with parameter `url`, like `grpc://host:port`
414
+
415
+ ## 4.14.0
416
+
417
+ Released: 2023-09-22
418
+
419
+ ### New Features
420
+
421
+ * `server`: Option `passphrase` for simpler command line (#114)
422
+ * Percent selector for entities identifier
423
+ * `faspex5`: Shared inbox and workgroup membership management
424
+ * `faspex5`: Invite external user to shared inbox
425
+ * `faspex5`: Package list and receive from workgroup and shared inbox
426
+ * `config`: Command `ascp info` shows default transfer spec.
427
+ * **global**: Agent `httpgw` synchronous and asynchronous upload modes
428
+ * `node`: Command `bandwidth_average` to get average bandwidth of node, per periods
429
+
430
+ ### Issues Fixed
431
+
432
+ * Option `ts`: Deep add and remove of keys. (#117)
433
+ * `faspex5`: User lookup for `packages send` shall be exact match (#120)
434
+ * **global**: Agent `direct` if transfer spec contains "paths" and elements with "destination", but first element has only "source", then destinations were ignored. Now "destination" all or none is enforced.
435
+
436
+ ### Breaking Changes
437
+
438
+ * Using `aoc files` or node gen4 operations (`browse`, `delete`) on a link will follow the link only if path ends with /
439
+ * `shares`: Command `repository` is changed to `files` for consistency with aoc and upcoming faspex5, but is still available as alias
440
+ * `aoc`: Better handling of shared links
441
+ * **global**: Option `value` is deprecated. Use positional parameter for creation data and option `query` for list/delete operations.
442
+ * `config`: Remove deprecated command: `export_to_cli`
443
+ * `config`: Removed all legacy preset command, newer command `preset` shall be used now.
444
+ * `config`: SDK is now installed in `$HOME/.aspera/sdk` instead of `$HOME/.aspera/ascli/sdk`
445
+ * `aoc`, `node`: Simplification: gen4 operations: show modify permission thumbnail are now directly under node gen 4 command. Command `file` is suppressed. Option `path` is suppressed. The default expected argument is a path. To provide a file ID, use selector syntax: `%id:_file_id_`
446
+ * `node`: Option `token_type` is removed, as starting with HSTS 4.3 basic token is only allowed with access keys, so use gen4 operations: `acc do self`
447
+
448
+ ## 4.13.0
449
+
450
+ Released: 2023-06-29
451
+
452
+ ### New Features
453
+
454
+ * `preview`: Option `reencode_ffmpeg` allows overriding all re-encoding options
455
+ * `faspex5`: `package delete` (#107)
456
+ * `faspex5`: `package recv` for inboxes and regular users (#108)
457
+ * `faspex5`: SMTP management
458
+ * `faspex5`: Use public link for authorization of package download, using option `link`
459
+ * `faspex5`: List content of package, and allow partial download of package
460
+ * `faspex5`: List packages support multiple pages and items limitations (`max` and `pmax`)
461
+ * `aoc`: Files operations with workspace-less user (#109)
462
+ * `node`: `async` with gen3 token (#110)
463
+ * `node`: Display of preview of file in terminal for access keys
464
+
465
+ ### Issues Fixed
466
+
467
+ * `cos`: Do not use refresh token when not supported
468
+ * **container**: SDK installed in other folder than `ascli` (#106)
469
+
470
+ ### Breaking Changes
471
+
472
+ * Option `transfer_info` is now cumulative, setting several times merge values
473
+ * Change(deprecation): Removed support of Ruby 2.4 and 2.5 : Too old, no security update since a long time. If you need older ruby version use older gem version.
474
+
475
+ ## 4.12.0
476
+
477
+ Released: 2023-03-20
478
+
479
+ ### New Features
480
+
481
+ * **container**: Build image from official gem version, possibility to deploy beta as well
482
+ * **global**: `delete` operation supports option `value` for deletion parameters
483
+ * `aoc`: Command `aoc packages recv` accepts option `query` to specify a shared inbox
484
+ * `faspex`: (v4) user delete accepts option `value` with value `{"destroy":true}` to delete users permanently
485
+ * `faspex`: (v4) gateway to Faspex 5 for package send
486
+ * `faspex5`: Possibility to change email templates
487
+ * `faspex5`: Shared folder list and browse
488
+ * `faspex5`: Emulate Faspex 4 post-processing, plugin: `faspex5` command: `postprocessing`
489
+ * `faspex5`: Send package from remote source
490
+ * `shares`: Option `type` for command `shares admin user`
491
+ * `shares`: Full support for shares admin operations
492
+
493
+ ### Breaking Changes
494
+
495
+ * `shares`: Command `shares admin user saml_import` replaced with `shares admin user import --type=saml`
496
+ * `shares`: Command `shares admin user ldap_import` replaced with `shares admin user add --type=ldap`
497
+ * `shares`: Command `app_authorizations` now has sub commands `show` and `modify`
498
+ * `shares`: Similar changes for `shares admin share user show`
499
+ * Option `ascp_opts` is removed, and replaced with `transfer_info` parameter `ascp_args`
500
+
501
+ ## 4.11.0
502
+
503
+ Released: 2023-01-26
504
+
505
+ ### New Features
506
+
507
+ * **global**: `vault`: Secret finder, migration from config file
508
+ * **global**: Allow removal of transfer spec parameter by setting value to `null`
509
+ * **global**: Option `ascp_opts` allows providing native `ascp` options on command line
510
+ * `node`, `server`: Command `sync` added to `node` (gen4) and `server` plugins, also available in `aoc`
511
+
512
+ ### Issues Fixed
513
+
514
+ * **global**: Security: no shell interpolation
515
+ * **global**: Agent `node`: when WSS is used: no localhost (certificate)
516
+ * `aoc`: #99 `file download` for single shared folder
517
+ * `faspex5`: Change of API in Faspex 5 for send package (paths is mandatory for any type of transfer now)
518
+ * **global**: OAuth web authentication was broken, fixed now
519
+
520
+ ### Breaking Changes
521
+
522
+ * **container**: Image has entry point
523
+ * `aoc`: `admin res node` commands `v3` and `v4` replaced with `do` and command `v3` moved inside `do`
524
+ * Renamed options for `sync`
525
+ * Node gen4 operations are moved from aoc plugin to node plugin but made available where gen4 is used
526
+ * If wss is enabled on server, use wss
527
+ * Lots of cleanup and refactoring
528
+
529
+ ## 4.10.0
530
+
531
+ Released: 2022-12-02
532
+
533
+ ### New Features
534
+
535
+ * `httpgw`: Transfer agent support API v2, support transfer through HTTP proxy, including proxy password
536
+ * `faspex5`: Get bearer token
537
+
538
+ ### Issues Fixed
539
+
540
+ * **container**: Container version
541
+
542
+ ### Breaking Changes
543
+
544
+ * `config`: Option `secrets` is renamed to `vault`
545
+
546
+ ## 4.9.0
547
+
548
+ Released: 2022-09-15
549
+
550
+ ### New Features
551
+
552
+ * `shares`: Import of SAML users and LDAP users
553
+ * M1 apple silicon support SDK install (uses x86 ascp)
554
+ * Support bulk operation more globally (create/delete), not all ops , though
555
+ * Added missing transfer spec parameters, e.g. `src_base`, `password`
556
+ * Improved documentation on faspex and aoc package send
557
+
558
+ ### Issues Fixed
559
+
560
+ * `node do` command fixed
561
+ * Improved secret hiding from logs
562
+
563
+ ### Breaking Changes
564
+
565
+ * Removed rarely commands `nodeadmin`, `configuration`, `userdata`, `ctl` from plugin `server`
399
566
  as well as option `cmd_prefix`
400
- * `ascli` runs as user `cliuser` instead of `root` in container
401
- * Default access right for config folder is now user only, including private keys
402
-
403
- * 4.8.0 2022-06-16
404
-
405
- * New Features:
406
- * #76 add resource `group_membership` in `aoc`
407
- * Add resource `metadata_profile` in `faspex5`
408
- * Add command `user profile` in `faspex5`
409
- * Add config wizard for `faspex5`
410
- * #75 gem is signed
411
- * Breaking Changes:
412
- * Removed dependency on gem `grpc` which is used only for the `trsdk` transfer agent. Users can install the gem manually if needed.
413
- * Hash vault keys are string instead of symbol
414
- * Cleanup with rubocop, all strings are immutable now by default, list constants are frozen
415
- * Removed Hash.dig implementation because it is by default in Ruby >= 2.3
416
- * Default is now to hide secrets on command output. Set option `show_secrets` to reveal secrets.
417
- * Option `insecure` displays a warning
418
-
419
- * 4.7.0 2022-03-23
420
-
421
- * New Features:
422
- * Option to specify font used to generate image of text file in `preview`
423
- * #66 improvement for content protection (support standard transfer spec options for direct agent)
424
- * Option `fpac` is now applicable to all ruby based HTTP connections, i.e. API calls
425
- * Option `show_secrets` to reveal secrets in command output
426
- * Added and updated commands for Faspex 5
427
- * Option `cache_tokens`
428
- * Faspex4 dropbox packages can now be received by id
429
- * Issues Fixed:
430
- * After AoC version update, wizard did not detect AoC properly
431
- * Breaking Changes:
432
- * Command `conf gem path` replaces `conf gem_path`
433
- * Option `fpac` expects a value instead of URL
434
- * Option `cipher` in transfer spec must have hyphen
435
- * Renamed option `log_passwords` to `log_secrets`
436
- * Removed plugin `shares2` as products is now EOL
437
-
438
- * 4.6.0 2022-02-04
439
-
440
- * New Features:
441
- * Command `conf plugin create`
442
- * Global option `plugin_folder`
443
- * Global option `transpose_single`
444
- * Simplified metadata passing for shared inbox package creation in AoC
445
- * Issues Fixed:
446
- * #60 ascli executable was not installed by default in 4.5.0
447
- * Add password hiding case in logs
448
- * Breaking Changes:
449
- * Command `aoc packages shared_inboxes list` replaces `aoc user shared_inboxes`
450
- * Command `aoc user profile` replaces `aoc user info`
451
- * Command `aoc user workspaces list` replaces `aoc user workspaces`
452
- * Command `aoc user workspaces current` replaces `aoc workspace`
453
- * Command `conf plugin list` replaces `conf plugins`
454
- * Command `conf connect` simplified
455
-
456
- * 4.5.0 2021-12-27
457
-
458
- * New Features:
459
- * Support transfer agent: [Transfer SDK](README.md#agt_trsdk)
460
- * Support [http socket options](README.md#http_options)
461
- * Logs hide passwords and secrets, option `log_passwords` to enable logging secrets
462
- * `config vault` supports encrypted passwords, also macos keychain
463
- * `config preset` command for consistency with id
464
- * Identifier can be provided using either option `id` or directly after the command, e.g. `delete 123` is the same as `delete --id=123`
465
- * Issues Fixed:
466
- * Various smaller fixes and renaming of some internal classes (transfer agents and few other)
467
- * Breaking Changes:
468
- * When using wss, use [ruby's CA certs](README.md#certificates)
469
- * Unexpected parameter makes exit code not zero
470
- * Options `id` and `name` cannot be specified at the same time anymore, use [positional identifier or name selection](README.md#res_select)
471
- * `aoc admin res node` does not take workspace main node as default node if no `id` specified.
472
- * : `orchestrator workflow status` requires id, and supports special id `ALL`
473
-
474
- * 4.4.0 2021-11-13
475
-
476
- * New Features:
477
- * `aoc packages list` add possibility to add filter with option `query`
478
- * `aoc admin res xxx list` now get all items by default #50
479
- * `preset` option can specify name or hash value
480
- * `node` plugin accepts bearer token and access key as credential
481
- * `node` option `token_type` allows using basic token in addition to aspera type.
482
- * Breaking Changes:
483
- * `server`: Option `username` not mandatory anymore: `xfer` user is by default. If transfer spec token is provided, password or keys are optional, and bypass keys are used by default.
484
- * Resource `apps_new` of `aoc` replaced with `application` (more clear)
485
-
486
- * 4.3.0 2021-10-19
487
-
488
- * New Features:
489
- * Parameter `multi_incr_udp` for option `transfer_info`: control if UDP port is incremented when multi-session is used on [`direct`](README.md#agt_direct) transfer agent.
490
- * Command `aoc files node_info` to get node information for a given folder in the Files application of AoC. Allows cross-org or cross-workspace transfers.
491
-
492
- * 4.2.2 2021-09-23
493
-
494
- * New Features:
495
- * `faspex package list` retrieves the whole list, not just first page
496
- * Support web based auth to aoc and faspex 5 using HTTPS, new dependency on gem `webrick`
497
- * The error "Remote host is not who we expected" displays a special remediation message
498
- * `conf ascp spec` displays supported transfer spec
499
- * Options `notif_to` and `notif_template` to send email notifications on transfer (and other events)
500
- * Issues Fixed:
501
- * Space character in `faspe:` url are percent encoded if needed
502
- * `preview scan`: If file_id is unknown, ignore and continue scan
503
- * Breaking Changes:
504
- * For commands that potentially execute several transfers (`package recv --id=ALL`), if one transfer fails then ascli exits with code 1 (instead of zero=success)
505
- * Option `notify` or `aoc` replaced with `notif_to` and `notif_template`
506
-
507
- * 4.2.1 2021-09-01
508
-
509
- * New Features:
510
- * Command `faspex package recv` supports link of type: `faspe:`
511
- * Command `faspex package recv` supports option `recipient` to specify dropbox with leading `*`
512
-
513
- * 4.2.0 2021-08-24
514
-
515
- * New Features:
516
- * Command `aoc remind` to receive organization membership by email
517
- * In `preview` option `value` to filter out on file name
518
- * `initdemo` to initialize for demo server
519
- * [`direct`](README.md#agt_direct) transfer agent options: `spawn_timeout_sec` and `spawn_delay_sec`
520
- * Issues Fixed:
521
- * On Windows `conf ascp use` expects ascp.exe
522
- * (break) multi_session_threshold is Integer, not String
523
- * `conf ascp install` renames sdk folder if it already exists (leftover shared lib may make fail)
524
- * Removed `replace_illegal_chars` from default `aspera.conf` causing "Error creating illegal char conversion table"
525
- * Breaking Changes:
526
- * `aoc apiinfo` is removed, use `aoc servers` to provide the list of cloud systems
527
- * Parameters for resume in `transfer-info` for [`direct`](README.md#agt_direct) are now in sub-key `"resume"`
528
-
529
- * 4.1.0 2021-06-23
530
-
531
- * New Features:
532
- * Update documentation with regard to offline and docker installation
533
- * Renamed command `nagios_check` to `health`
534
- * Agent `http_gw` now supports upload
535
- * Added option `sdk_url` to install SDK from local file for offline install
536
- * Check new gem version periodically
537
- * The --fields= option, support -_field_name_ to remove a field from default fields
538
- * Oauth tokens are discarded automatically after 30 minutes (useful for COS delegated refresh tokens)
539
- * `mimemagic` is now optional, needs manual install for `preview`, compatible with version 0.4.x
540
- * AoC a password can be provided for a public link
541
- * `conf doc` take an optional parameter to go to a section
542
- * Initial support for Faspex 5 Beta 1
543
- * Issues Fixed:
544
- * Remove keys from transfer spec and command line when not needed
545
- * Default to `create_dir`:`true` so that sending single file to a folder does not rename file if folder does not exist
546
-
547
- * 4.0.0 2021-02-03
567
+ * `ascli` runs as user `cliuser` instead of `root` in container
568
+ * Default access right for config folder is now user only, including private keys
569
+
570
+ ## 4.8.0
571
+
572
+ Released: 2022-06-16
573
+
574
+ ### New Features
575
+
576
+ * #76 add resource `group_membership` in `aoc`
577
+ * Add resource `metadata_profile` in `faspex5`
578
+ * Add command `user profile` in `faspex5`
579
+ * Add config wizard for `faspex5`
580
+ * #75 gem is signed
581
+
582
+ ### Breaking Changes
583
+
584
+ * Removed dependency on gem `grpc` which is used only for the `trsdk` transfer agent. Users can install the gem manually if needed.
585
+ * Hash vault keys are string instead of symbol
586
+ * Cleanup with rubocop, all strings are immutable now by default, list constants are frozen
587
+ * Removed Hash.dig implementation because it is by default in Ruby >= 2.3
588
+ * Default is now to hide secrets on command output. Set option `show_secrets` to reveal secrets.
589
+ * Option `insecure` displays a warning
590
+
591
+ ## 4.7.0
592
+
593
+ Released: 2022-03-23
594
+
595
+ ### New Features
596
+
597
+ * Option to specify font used to generate image of text file in `preview`
598
+ * #66 improvement for content protection (support standard transfer spec options for direct agent)
599
+ * Option `fpac` is now applicable to all ruby based HTTP connections, i.e. API calls
600
+ * Option `show_secrets` to reveal secrets in command output
601
+ * Added and updated commands for Faspex 5
602
+ * Option `cache_tokens`
603
+ * Faspex4 dropbox packages can now be received by id
604
+
605
+ ### Issues Fixed
606
+
607
+ * After AoC version update, wizard did not detect AoC properly
608
+
609
+ ### Breaking Changes
610
+
611
+ * Command `conf gem path` replaces `conf gem_path`
612
+ * Option `fpac` expects a value instead of URL
613
+ * Option `cipher` in transfer spec must have hyphen
614
+ * Renamed option `log_passwords` to `log_secrets`
615
+ * Removed plugin `shares2` as products is now EOL
616
+
617
+ ## 4.6.0
618
+
619
+ Released: 2022-02-04
620
+
621
+ ### New Features
622
+
623
+ * Command `conf plugin create`
624
+ * Global option `plugin_folder`
625
+ * Global option `transpose_single`
626
+ * Simplified metadata passing for shared inbox package creation in AoC
627
+
628
+ ### Issues Fixed
629
+
630
+ * #60 ascli executable was not installed by default in 4.5.0
631
+ * Add password hiding case in logs
632
+
633
+ ### Breaking Changes
634
+
635
+ * Command `aoc packages shared_inboxes list` replaces `aoc user shared_inboxes`
636
+ * Command `aoc user profile` replaces `aoc user info`
637
+ * Command `aoc user workspaces list` replaces `aoc user workspaces`
638
+ * Command `aoc user workspaces current` replaces `aoc workspace`
639
+ * Command `conf plugin list` replaces `conf plugins`
640
+ * Command `conf connect` simplified
641
+
642
+ ## 4.5.0
643
+
644
+ Released: 2021-12-27
645
+
646
+ ### New Features
647
+
648
+ * Support transfer agent: [Transfer SDK](README.md#agt_trsdk)
649
+ * Support [http socket options](README.md#http_options)
650
+ * Logs hide passwords and secrets, option `log_passwords` to enable logging secrets
651
+ * `config vault` supports encrypted passwords, also macos keychain
652
+ * `config preset` command for consistency with id
653
+ * Identifier can be provided using either option `id` or directly after the command, e.g. `delete 123` is the same as `delete --id=123`
654
+
655
+ ### Issues Fixed
656
+
657
+ * Various smaller fixes and renaming of some internal classes (transfer agents and few other)
658
+
659
+ ### Breaking Changes
660
+
661
+ * When using wss, use [ruby's CA certs](README.md#certificates)
662
+ * Unexpected parameter makes exit code not zero
663
+ * Options `id` and `name` cannot be specified at the same time anymore, use [positional identifier or name selection](README.md#res_select)
664
+ * `aoc admin res node` does not take workspace main node as default node if no `id` specified.
665
+ * : `orchestrator workflow status` requires id, and supports special id `ALL`
666
+
667
+ ## 4.4.0
668
+
669
+ Released: 2021-11-13
670
+
671
+ ### New Features
672
+
673
+ * `aoc packages list` add possibility to add filter with option `query`
674
+ * `aoc admin res xxx list` now get all items by default #50
675
+ * `preset` option can specify name or hash value
676
+ * `node` plugin accepts bearer token and access key as credential
677
+ * `node` option `token_type` allows using basic token in addition to aspera type.
678
+
679
+ ### Breaking Changes
680
+
681
+ * `server`: Option `username` not mandatory anymore: `xfer` user is by default. If transfer spec token is provided, password or keys are optional, and bypass keys are used by default.
682
+ * Resource `apps_new` of `aoc` replaced with `application` (more clear)
683
+
684
+ ## 4.3.0
685
+
686
+ Released: 2021-10-19
687
+
688
+ ### New Features
689
+
690
+ * Parameter `multi_incr_udp` for option `transfer_info`: control if UDP port is incremented when multi-session is used on [`direct`](README.md#agt_direct) transfer agent.
691
+ * Command `aoc files node_info` to get node information for a given folder in the Files application of AoC. Allows cross-org or cross-workspace transfers.
692
+
693
+ ## 4.2.2
694
+
695
+ Released: 2021-09-23
696
+
697
+ ### New Features
698
+
699
+ * `faspex package list` retrieves the whole list, not just first page
700
+ * Support web based auth to aoc and faspex 5 using HTTPS, new dependency on gem `webrick`
701
+ * The error "Remote host is not who we expected" displays a special remediation message
702
+ * `conf ascp spec` displays supported transfer spec
703
+ * Options `notif_to` and `notif_template` to send email notifications on transfer (and other events)
704
+
705
+ ### Issues Fixed
706
+
707
+ * Space character in `faspe:` url are percent encoded if needed
708
+ * `preview scan`: If file_id is unknown, ignore and continue scan
709
+
710
+ ### Breaking Changes
711
+
712
+ * For commands that potentially execute several transfers (`package recv --id=ALL`), if one transfer fails then ascli exits with code 1 (instead of zero=success)
713
+ * Option `notify` or `aoc` replaced with `notif_to` and `notif_template`
714
+
715
+ ## 4.2.1
716
+
717
+ Released: 2021-09-01
718
+
719
+ ### New Features
720
+
721
+ * Command `faspex package recv` supports link of type: `faspe:`
722
+ * Command `faspex package recv` supports option `recipient` to specify dropbox with leading `*`
723
+
724
+ ## 4.2.0
725
+
726
+ Released: 2021-08-24
727
+
728
+ ### New Features
729
+
730
+ * Command `aoc remind` to receive organization membership by email
731
+ * In `preview` option `value` to filter out on file name
732
+ * `initdemo` to initialize for demo server
733
+ * [`direct`](README.md#agt_direct) transfer agent options: `spawn_timeout_sec` and `spawn_delay_sec`
734
+
735
+ ### Issues Fixed
736
+
737
+ * On Windows `conf ascp use` expects ascp.exe
738
+ * (break) multi_session_threshold is Integer, not String
739
+ * `conf ascp install` renames sdk folder if it already exists (leftover shared lib may make fail)
740
+ * Removed `replace_illegal_chars` from default `aspera.conf` causing "Error creating illegal char conversion table"
741
+
742
+ ### Breaking Changes
743
+
744
+ * `aoc apiinfo` is removed, use `aoc servers` to provide the list of cloud systems
745
+ * Parameters for resume in `transfer-info` for [`direct`](README.md#agt_direct) are now in sub-key `"resume"`
746
+
747
+ ## 4.1.0
748
+
749
+ Released: 2021-06-23
750
+
751
+ ### New Features
752
+
753
+ * Update documentation with regard to offline and docker installation
754
+ * Renamed command `nagios_check` to `health`
755
+ * Agent `http_gw` now supports upload
756
+ * Added option `sdk_url` to install SDK from local file for offline install
757
+ * Check new gem version periodically
758
+ * The --fields= option, support -_field_name_ to remove a field from default fields
759
+ * Oauth tokens are discarded automatically after 30 minutes (useful for COS delegated refresh tokens)
760
+ * `mimemagic` is now optional, needs manual install for `preview`, compatible with version 0.4.x
761
+ * AoC a password can be provided for a public link
762
+ * `conf doc` take an optional parameter to go to a section
763
+ * Initial support for Faspex 5 Beta 1
764
+
765
+ ### Issues Fixed
766
+
767
+ * Remove keys from transfer spec and command line when not needed
768
+ * Default to `create_dir`:`true` so that sending single file to a folder does not rename file if folder does not exist
769
+
770
+ ## 4.0.0
771
+
772
+ Released: 2021-02-03
773
+
774
+ ### New Features
775
+
776
+ * Now available as open source (GitHub) with general cleanup
777
+ * Added possibility to install SDK: `config ascp install`
778
+
779
+ ### Breaking Changes
780
+
781
+ * Changed default tool name from `mlia` to `ascli`
782
+ * Changed `aspera` command to `aoc`
783
+ * Changed gem name from `asperalm` to `aspera-cli`
784
+ * Changed module name from `Asperalm` to `Aspera`
785
+ * Removed command `folder` in `preview`, merged to `scan`
786
+ * Persistency files go to sub folder instead of main folder
787
+
788
+ ## 0.11.8
789
+
790
+ * Simplified to use `unoconv` instead of bare `libreoffice` for office conversion, as `unoconv` does not require a X server (previously using `Xvfb`)
791
+
792
+ ## 0.11.7
793
+
794
+ * Rework on rest call error handling
795
+ * Use option `display` with value `data` to remove out of extraneous information
796
+ * Fixed option `lock_port` not working
797
+ * Generate special icon if preview failed
798
+ * Possibility to choose transfer progress bar type with option `progress`
799
+ * AoC package creation now output package id
800
+
801
+ ## 0.11.6
802
+
803
+ * `orchestrator`: Added more choice in auth type
804
+ * `preview`: Cleanup in generator (removed and renamed parameters)
805
+ * `preview`: Better documentation
806
+ * `preview`: Animated thumbnails for video (option: `video_png_conv=animated`)
807
+ * `preview`: New event trigger: `trevents` (`events` seems broken)
808
+ * `preview`: Unique tmp folder to avoid clash of multiple instances
809
+ * Repo: Added template for secrets used for testing
810
+
811
+ ## 0.11.5
812
+
813
+ * Added option `default_ports` for AoC (see manual)
814
+ * Allow bulk delete in `aspera files` with option `bulk=yes`
815
+ * Fix getting connect versions
816
+ * Added section for Aix
817
+ * Support all ciphers for [`direct`](README.md#agt_direct) agent (including gcm, etc..)
818
+ * Added transfer spec param `apply_local_docroot` for [`direct`](README.md#agt_direct)
819
+
820
+ ## 0.11.4
821
+
822
+ * Possibility to give shared inbox name when sending a package (else use id and type)
823
+
824
+ ## 0.11.3
825
+
826
+ * Minor fixes on multi-session: Avoid exception on progress bar
827
+
828
+ ## 0.11.2
829
+
830
+ * Fixes on multi-session: Progress bat and transfer spec param for "direct"
831
+
832
+ ## 0.11.1
833
+
834
+ * Enhanced short_link creation commands (see examples)
835
+
836
+ ## 0.11
837
+
838
+ * Add transfer spec option (agent `direct` only) to provide file list directly to ascp: `EX_file_list`
839
+
840
+ ## 0.10.18
841
+
842
+ * New option in. `server` : `ssh_options`
843
+
844
+ ## 0.10.17
845
+
846
+ * Fixed problem on `server` for option `ssh_keys`, now accepts both single value and list
847
+ * New modifier: `@list:<separator>val1<separator>...`
848
+
849
+ ## 0.10.16
850
+
851
+ * Added list of shared inboxes in workspace (or global), use `--query=@json:'{}'`
852
+
853
+ ## 0.10.15
854
+
855
+ * In case of command line error, display the error cause first, and non-parsed argument second
856
+ * `aoc`: Activity / Analytics
857
+
858
+ ## 0.10.14
859
+
860
+ * Added missing bss plugin
861
+
862
+ ## 0.10.13
863
+
864
+ * Added Faspex5 (use option `value` to give API arguments)
865
+
866
+ ## 0.10.12
867
+
868
+ * Added support for AoC node registration keys
869
+ * Replaced option : `local_resume` with `transfer_info` for agent [`direct`](README.md#agt_direct)
870
+ * Transfer agent is no more a Singleton instance, but only one is used in CLI
871
+ * `@incps` : New extended value modifier
872
+ * ATS: No more provides access keys secrets: now user must provide it
873
+ * Begin work on "aoc" transfer agent
874
+
875
+ ## 0.10.11
876
+
877
+ * Minor refactor and fixes
878
+
879
+ ## 0.10.10
880
+
881
+ * Fix on documentation
882
+
883
+ ## 0.10.9.1
884
+
885
+ * Add total number of items for AoC resource list
886
+ * Better gem version dependency (and fixes to support Ruby 2.0.0)
887
+ * Removed aoc search_nodes
888
+
889
+ ## 0.10.8
890
+
891
+ * Removed option: `fasp_proxy`, use pseudo transfer spec parameter: `EX_fasp_proxy_url`
892
+ * Removed option: `http_proxy`, use pseudo transfer spec parameter: `EX_http_proxy_url`
893
+ * Several other changes
894
+
895
+ ## 0.10.7
896
+
897
+ * Fix: `ascli` fails when username cannot be computed on Linux
898
+
899
+ ## 0.10.6
900
+
901
+ * FaspManager: Transfer spec `authentication` no more needed for local transfer to use Aspera public keys. public keys will be used if there is a token and no key or password is provided
902
+ * Gem version requirements made more open
548
903
 
549
- * New Features:
550
- * Now available as open source (GitHub) with general cleanup
551
- * Added possibility to install SDK: `config ascp install`
552
- * Breaking Changes:
553
- * Changed default tool name from `mlia` to `ascli`
554
- * Changed `aspera` command to `aoc`
555
- * Changed gem name from `asperalm` to `aspera-cli`
556
- * Changed module name from `Asperalm` to `Aspera`
557
- * Removed command `folder` in `preview`, merged to `scan`
558
- * Persistency files go to sub folder instead of main folder
904
+ ## 0.10.5
559
905
 
560
- * 0.11.8
906
+ * Fix faspex package receive command not working
561
907
 
562
- * Simplified to use `unoconv` instead of bare `libreoffice` for office conversion, as `unoconv` does not require a X server (previously using `Xvfb`)
908
+ ## 0.10.4
563
909
 
564
- * 0.11.7
910
+ * New options for AoC : `secrets`
911
+ * `ACLI-533` temp file list folder to use file lists is set by default, and used by `asession`
565
912
 
566
- * Rework on rest call error handling
567
- * Use option `display` with value `data` to remove out of extraneous information
568
- * Fixed option `lock_port` not working
569
- * Generate special icon if preview failed
570
- * Possibility to choose transfer progress bar type with option `progress`
571
- * AoC package creation now output package id
913
+ ## 0.10.3
572
914
 
573
- * 0.11.6
915
+ * Included user name in oauth bearer token cache for AoC when JWT is used
574
916
 
575
- * `orchestrator`: Added more choice in auth type
576
- * `preview`: Cleanup in generator (removed and renamed parameters)
577
- * `preview`: Better documentation
578
- * `preview`: Animated thumbnails for video (option: `video_png_conv=animated`)
579
- * `preview`: New event trigger: `trevents` (`events` seems broken)
580
- * `preview`: Unique tmp folder to avoid clash of multiple instances
581
- * Repo: Added template for secrets used for testing
917
+ ## 0.10.2
582
918
 
583
- * 0.11.5
919
+ * Updated `search_nodes` to be more generic, so it can search not only on access key, but also other queries
920
+ * Added doc for "cargo" like actions
921
+ * Added doc for multi-session
584
922
 
585
- * Added option `default_ports` for AoC (see manual)
586
- * Allow bulk delete in `aspera files` with option `bulk=yes`
587
- * Fix getting connect versions
588
- * Added section for Aix
589
- * Support all ciphers for [`direct`](README.md#agt_direct) agent (including gcm, etc..)
590
- * Added transfer spec param `apply_local_docroot` for [`direct`](README.md#agt_direct)
923
+ ## 0.10.1
591
924
 
592
- * 0.11.4
925
+ * AoC and node v4 "browse" works now on non-folder items: file, link
926
+ * Initial support for AoC automation (do not use yet)
593
927
 
594
- * Possibility to give shared inbox name when sending a package (else use id and type)
928
+ ## 0.10
595
929
 
596
- * 0.11.3
930
+ * Support for transfer using IBM Cloud Object Storage
931
+ * Improved `find` action using arbitrary expressions
597
932
 
598
- * Minor fixes on multi-session: Avoid exception on progress bar
933
+ ## 0.9.36
599
934
 
600
- * 0.11.2
935
+ * Added option to specify file pair lists
601
936
 
602
- * Fixes on multi-session: Progress bat and transfer spec param for "direct"
937
+ ## 0.9.35
603
938
 
604
- * 0.11.1
939
+ * `preview`: Changed parameter names, added documentation
940
+ * `ats`: Fix: instance ID needed in request header
605
941
 
606
- * Enhanced short_link creation commands (see examples)
942
+ ## 0.9.34
607
943
 
608
- * 0.11
944
+ * Parser "@preset" can be used again in option "transfer_info"
945
+ * Some documentation re-organizing
609
946
 
610
- * Add transfer spec option (agent `direct` only) to provide file list directly to ascp: `EX_file_list`.
947
+ ## 0.9.33
611
948
 
612
- * 0.10.18
949
+ * New command to display basic token of node
950
+ * New command to display bearer token of node in AoC
951
+ * The --fields= option, support +_field_name_ to add a field to default fields
952
+ * Many small changes
613
953
 
614
- * New option in. `server` : `ssh_options`
954
+ ## 0.9.32
615
955
 
616
- * 0.10.17
956
+ ### New Features
617
957
 
618
- * Fixed problem on `server` for option `ssh_keys`, now accepts both single value and list.
619
- * New modifier: `@list:<separator>val1<separator>...`
958
+ * All Faspex public links are now supported
959
+ * Removed faspex operation `recv_publink`. Replaced with option `link` (consistent with AoC).
620
960
 
621
- * 0.10.16
961
+ ## 0.9.31
622
962
 
623
- * Added list of shared inboxes in workspace (or global), use `--query=@json:'{}'`
963
+ ### New Features
624
964
 
625
- * 0.10.15
965
+ * Added more support for public link: receive and send package, to user or dropbox and files view
966
+ * Delete expired file lists
967
+ * Changed text table gem from text-table to terminal-table because it supports multiline values
626
968
 
627
- * In case of command line error, display the error cause first, and non-parsed argument second
628
- * AoC : Activity / Analytics
969
+ ## 0.9.27
629
970
 
630
- * 0.10.14
971
+ ### New Features
631
972
 
632
- * Added missing bss plugin
973
+ * Basic email support with SMTP
974
+ * Basic proxy auto config support
633
975
 
634
- * 0.10.13
976
+ ## 0.9.26
635
977
 
636
- * Added Faspex5 (use option `value` to give API arguments)
978
+ ### New Features
637
979
 
638
- * 0.10.12
980
+ * Table display with `--fields=ALL` now includes all column names from all lines, not only first one
981
+ * Unprocessed argument shows error even if there is an error beforehand
639
982
 
640
- * Added support for AoC node registration keys
641
- * Replaced option : `local_resume` with `transfer_info` for agent [`direct`](README.md#agt_direct)
642
- * Transfer agent is no more a Singleton instance, but only one is used in CLI
643
- * `@incps` : New extended value modifier
644
- * ATS: No more provides access keys secrets: now user must provide it
645
- * Begin work on "aoc" transfer agent
983
+ ## 0.9.25
646
984
 
647
- * 0.10.11
985
+ ### New Features
648
986
 
649
- * Minor refactor and fixes
987
+ * The option `value` of command `find`, to filter on name, is not optional
988
+ * `find` now also reports all types (file, folder, link)
989
+ * `find` now is able to report all fields (type, size, etc...)
650
990
 
651
- * 0.10.10
991
+ ## 0.9.24
652
992
 
653
- * Fix on documentation
993
+ ### New Features
654
994
 
655
- * 0.10.9.1
995
+ * Fix bug where AoC node to node transfer did not work
996
+ * Fix bug on error if ED25519 private key is defined in .ssh
656
997
 
657
- * Add total number of items for AoC resource list
658
- * Better gem version dependency (and fixes to support Ruby 2.0.0)
659
- * Removed aoc search_nodes
998
+ ## 0.9.23
660
999
 
661
- * 0.10.8
1000
+ ### New Features
662
1001
 
663
- * Removed option: `fasp_proxy`, use pseudo transfer spec parameter: `EX_fasp_proxy_url`
664
- * Removed option: `http_proxy`, use pseudo transfer spec parameter: `EX_http_proxy_url`
665
- * Several other changes..
1002
+ * Defined REST error handlers, more error conditions detected
1003
+ * Commands to select specific ascp location
666
1004
 
667
- * 0.10.7
1005
+ ## 0.9.21
668
1006
 
669
- * Fix: `ascli` fails when username cannot be computed on Linux.
1007
+ ### New Features
670
1008
 
671
- * 0.10.6
1009
+ * Supports simplified wizard using global client
1010
+ * Only `ascp` binary is required, other SDK (keys) files are now generated
672
1011
 
673
- * FaspManager: Transfer spec `authentication` no more needed for local transfer to use Aspera public keys. public keys will be used if there is a token and no key or password is provided.
674
- * Gem version requirements made more open
1012
+ ## 0.9.20
675
1013
 
676
- * 0.10.5
1014
+ ### New Features
677
1015
 
678
- * Fix faspex package receive command not working
1016
+ * Improved wizard (prepare for AoC global client id)
1017
+ * Preview generator: Added option : --skip-format=&lt;png,mp4&gt;
1018
+ * Removed outdated pictures from this doc
679
1019
 
680
- * 0.10.4
1020
+ ## 0.9.19
681
1021
 
682
- * New options for AoC : `secrets`
683
- * `ACLI-533` temp file list folder to use file lists is set by default, and used by `asession`
1022
+ ### New Features
684
1023
 
685
- * 0.10.3
1024
+ * Added command `aspera bearer --scope=xx`
686
1025
 
687
- * Included user name in oauth bearer token cache for AoC when JWT is used.
1026
+ ## 0.9.18
688
1027
 
689
- * 0.10.2
1028
+ ### New Features
690
1029
 
691
- * Updated `search_nodes` to be more generic, so it can search not only on access key, but also other queries.
692
- * Added doc for "cargo" like actions
693
- * Added doc for multi-session
1030
+ * Enhanced aspera admin events to support query
694
1031
 
695
- * 0.10.1
1032
+ ## 0.9.16
696
1033
 
697
- * AoC and node v4 "browse" works now on non-folder items: file, link
698
- * Initial support for AoC automation (do not use yet)
1034
+ ### New Features
699
1035
 
700
- * 0.10
1036
+ * AoC transfers are now reported in activity app
1037
+ * New interface for Rest class authentication (keep backward compatibility)
701
1038
 
702
- * Support for transfer using IBM Cloud Object Storage
703
- * Improved `find` action using arbitrary expressions
1039
+ ## 0.9.15
704
1040
 
705
- * 0.9.36
1041
+ ### New Features
706
1042
 
707
- * Added option to specify file pair lists
1043
+ * New feature: "find" command in aspera files
1044
+ * Sample code for transfer API
708
1045
 
709
- * 0.9.35
1046
+ ## 0.9.12
710
1047
 
711
- * `preview`: Changed parameter names, added documentation
712
- * `ats`: Fix: instance ID needed in request header
1048
+ ### New Features
713
1049
 
714
- * 0.9.34
1050
+ * Add nagios commands
1051
+ * Support of ATS for IBM Cloud, removed old version based on aspera id
715
1052
 
716
- * Parser "@preset" can be used again in option "transfer_info"
717
- * Some documentation re-organizing
1053
+ ## 0.9.11
718
1054
 
719
- * 0.9.33
1055
+ * Support of ATS for IBM Cloud, removed old version based on aspera id
720
1056
 
721
- * New command to display basic token of node
722
- * New command to display bearer token of node in AoC
723
- * The --fields= option, support +_field_name_ to add a field to default fields
724
- * Many small changes
1057
+ ### Breaking Changes
725
1058
 
726
- * 0.9.32
1059
+ * **global**: `@stdin` is now `@stdin:`
727
1060
 
728
- * All Faspex public links are now supported
729
- * Removed faspex operation `recv_publink`
730
- * Replaced with option `link` (consistent with AoC)
1061
+ ## 0.9.10
731
1062
 
732
- * 0.9.31
1063
+ * Display SaaS storage usage with command: `aspera admin res node --id=nn info`
1064
+ * Cleaner way of specifying source file list for transfers
733
1065
 
734
- * Added more support for public link: receive and send package, to user or dropbox and files view.
735
- * Delete expired file lists
736
- * Changed text table gem from text-table to terminal-table because it supports multiline values
1066
+ ### Breaking Changes
737
1067
 
738
- * 0.9.27
1068
+ * **global**: Parameter transfer-node becomes more generic: `transfer-info`
1069
+ * **global**: Replaced download_mode option with http_download action
739
1070
 
740
- * Basic email support with SMTP
741
- * Basic proxy auto config support
1071
+ ## 0.9.9
742
1072
 
743
- * 0.9.26
1073
+ ### New Features
744
1074
 
745
- * Table display with --fields=ALL now includes all column names from all lines, not only first one
746
- * Unprocessed argument shows error even if there is an error beforehand
1075
+ * Now supports "cargo" for Aspera on Cloud (automatic package download)
747
1076
 
748
- * 0.9.25
1077
+ ### Breaking Changes
749
1078
 
750
- * The option `value` of command `find`, to filter on name, is not optional
751
- * `find` now also reports all types (file, folder, link)
752
- * `find` now is able to report all fields (type, size, etc...)
1079
+ * **global**: "aspera package send" parameter deprecated, use the --value option instead with "recipients" value. See example
753
1080
 
754
- * 0.9.24
1081
+ ## 0.9.8
755
1082
 
756
- * Fix bug where AoC node to node transfer did not work
757
- * Fix bug on error if ED25519 private key is defined in .ssh
1083
+ ### New Features
758
1084
 
759
- * 0.9.23
1085
+ * `faspex`: Use option `once_only` set to `yes` to enable cargo like function. id=NEW deprecated
1086
+ * `aoc`: Share to share transfer with command `transfer`
760
1087
 
761
- * Defined REST error handlers, more error conditions detected
762
- * Commands to select specific ascp location
1088
+ ## 0.9.7
763
1089
 
764
- * 0.9.21
1090
+ ### New Features
765
1091
 
766
- * Supports simplified wizard using global client
767
- * Only ascp binary is required, other SDK (keys) files are now generated
1092
+ * Homogeneous transfer spec for `node` and [`direct`](README.md#agt_direct) transfer agents
1093
+ * Preview persistency goes to unique file by default
1094
+ * Catch mxf extension in preview as video
1095
+ * Faspex: Possibility to download all packages by specifying id=ALL
1096
+ * Faspex: To come: Cargo-like function to download only new packages with id=NEW
768
1097
 
769
- * 0.9.20
1098
+ ## 0.9.6
770
1099
 
771
- * Improved wizard (prepare for AoC global client id)
772
- * Preview generator: Added option : --skip-format=&lt;png,mp4&gt;
773
- * Removed outdated pictures from this doc
1100
+ ### New Features
774
1101
 
775
- * 0.9.19
1102
+ * AoC: Added command to display current workspace information
776
1103
 
777
- * Added command aspera bearer --scope=xx
1104
+ ### Breaking Changes
778
1105
 
779
- * 0.9.18
1106
+ * **global**: `@param:`is now `@preset:` and is generic
780
1107
 
781
- * Enhanced aspera admin events to support query
1108
+ ## 0.9.5
782
1109
 
783
- * 0.9.16
1110
+ ### New Features
784
1111
 
785
- * AoC transfers are now reported in activity app
786
- * New interface for Rest class authentication (keep backward compatibility)
1112
+ * New parameter: `new_user_option` used to choose between public_link and invite of external users
1113
+ * Fixed bug in wizard, and wizard uses now product detection
787
1114
 
788
- * 0.9.15
1115
+ ## 0.9.4
789
1116
 
790
- * New feature: "find" command in aspera files
791
- * Sample code for transfer API
1117
+ ### New Features
792
1118
 
793
- * 0.9.12
1119
+ * AoC Package send supports external users
1120
+ * New command to export AoC config to Aspera CLI config
794
1121
 
795
- * Add nagios commands
796
- * Support of ATS for IBM Cloud, removed old version based on aspera id
1122
+ ### Breaking Changes
797
1123
 
798
- * 0.9.11
1124
+ * `oncloud`: `oncloud file list` follow `--source` convention as well (plus specific case for download when first path is source folder, and other are source file names)
799
1125
 
800
- * Change(break): @stdin is now @stdin:
801
- * Support of ATS for IBM Cloud, removed old version based on aspera id
1126
+ ## 0.9.3
802
1127
 
803
- * 0.9.10
1128
+ ### New Features
804
1129
 
805
- * Change(break): Parameter transfer-node becomes more generic: `transfer-info`
806
- * Display SaaS storage usage with command: `aspera admin res node --id=nn info`
807
- * Cleaner way of specifying source file list for transfers
808
- * Change(break): Replaced download_mode option with http_download action
1130
+ * REST error message show host and code
1131
+ * Option for quiet display
1132
+ * Modified transfer interface and allow token re-generation on error
1133
+ * `async` add `admin` command
1134
+ * `async` add db parameters
809
1135
 
810
- * 0.9.9
1136
+ ### Breaking Changes
811
1137
 
812
- * Change(break): "aspera package send" parameter deprecated, use the --value option instead with "recipients" value. See example.
813
- * Now supports "cargo" for Aspera on Cloud (automatic package download)
1138
+ * **global**: New option `sources` to specify files to transfer
814
1139
 
815
- * 0.9.8
1140
+ ## 0.9.2
816
1141
 
817
- * Faspex: Use option once_only set to yes to enable cargo like function. id=NEW deprecated.
818
- * AoC: Share to share transfer with command "transfer"
1142
+ ### Breaking Changes
819
1143
 
820
- * 0.9.7
1144
+ * `aoc`: Changed AoC package creation to match API, see AoC section
821
1145
 
822
- * Homogeneous transfer spec for `node` and [`direct`](README.md#agt_direct) transfer agents
823
- * Preview persistency goes to unique file by default
824
- * Catch mxf extension in preview as video
825
- * Faspex: Possibility to download all packages by specifying id=ALL
826
- * Faspex: To come: Cargo-like function to download only new packages with id=NEW
1146
+ ## 0.9.1
827
1147
 
828
- * 0.9.6
1148
+ ### Breaking Changes
829
1149
 
830
- * Change(break): `@param:`is now `@preset:` and is generic
831
- * AoC: Added command to display current workspace information
1150
+ * `faspex`: Changed faspex package creation to match API, see Faspex section
832
1151
 
833
- * 0.9.5
1152
+ ## 0.9
834
1153
 
835
- * New parameter: `new_user_option` used to choose between public_link and invite of external users.
836
- * Fixed bug in wizard, and wizard uses now product detection
1154
+ ### New Features
837
1155
 
838
- * 0.9.4
1156
+ * Automatic rename and conversion of former config folder from aslmcli to ascli
839
1157
 
840
- * Change(break): `oncloud file list` follow --source convention as well (plus specific case for download when first path is source folder, and other are source file names).
841
- * AoC Package send supports external users
842
- * New command to export AoC config to Aspera CLI config
1158
+ ### Breaking Changes
843
1159
 
844
- * 0.9.3
1160
+ * Renamed the CLI from aslmcli to ascli
845
1161
 
846
- * REST error message show host and code
847
- * Option for quiet display
848
- * Modified transfer interface and allow token re-generation on error
849
- * `async` add `admin` command
850
- * `async` add db parameters
851
- * Change(break): New option "sources" to specify files to transfer
1162
+ ## 0.7.6
852
1163
 
853
- * 0.9.2
1164
+ ### New Features
854
1165
 
855
- * Change(break): Changed AoC package creation to match API, see AoC section
1166
+ * Add `sync` plugin
856
1167
 
857
- * 0.9.1
1168
+ ## 0.7
858
1169
 
859
- * Change(break): Changed faspex package creation to match API, see Faspex section
1170
+ ### New Features
860
1171
 
861
- * 0.9
1172
+ * AoC: Receive package from public link
1173
+ * Select by col value on output
1174
+ * Added rename (AoC, node)
862
1175
 
863
- * Renamed the CLI from aslmcli to ascli
864
- * Automatic rename and conversion of former config folder from aslmcli to ascli
1176
+ ### Breaking Changes
865
1177
 
866
- * 0.7.6
1178
+ * `aoc`: AoC `package recv` take option if for package instead of argument
1179
+ * **global**: Rest class and Oauth class changed init parameters
867
1180
 
868
- * Add `sync` plugin
1181
+ ## 0.6.19
869
1182
 
870
- * 0.7
1183
+ ### Breaking Changes
871
1184
 
872
- * Change(break): AoC `package recv` take option if for package instead of argument.
873
- * Change(break): Rest class and Oauth class changed init parameters
874
- * AoC: Receive package from public link
875
- * Select by col value on output
876
- * Added rename (AoC, node)
1185
+ * `ats`: `ats server list provisioned` &rarr; `ats cluster list`
1186
+ * `ats`: `ats server list clouds` &rarr; `ats cluster clouds`
1187
+ * `ats`: `ats server list instance --cloud=x --region=y` &rarr; `ats cluster show --cloud=x --region=y`
1188
+ * `ats`: `ats server id xxx` &rarr; `ats cluster show --id=xxx`
1189
+ * `ats`: `ats subscriptions` &rarr; `ats credential subscriptions`
1190
+ * `ats`: `ats api_key repository list` &rarr; `ats credential cache list`
1191
+ * `ats`: `ats api_key list` &rarr; `ats credential list`
1192
+ * `ats`: `ats access_key id xxx` &rarr; `ats access_key --id=xxx`
877
1193
 
878
- * 0.6.19
1194
+ ## 0.6.18
879
1195
 
880
- * Change(break): `ats server list provisioned` &rarr; `ats cluster list`
881
- * Change(break): `ats server list clouds` &rarr; `ats cluster clouds`
882
- * Change(break): `ats server list instance --cloud=x --region=y` &rarr; `ats cluster show --cloud=x --region=y`
883
- * Change(break): `ats server id xxx` &rarr; `ats cluster show --id=xxx`
884
- * Change(break): `ats subscriptions` &rarr; `ats credential subscriptions`
885
- * Change(break): `ats api_key repository list` &rarr; `ats credential cache list`
886
- * Change(break): `ats api_key list` &rarr; `ats credential list`
887
- * Change(break): `ats access_key id xxx` &rarr; `ats access_key --id=xxx`
1196
+ ### New Features
888
1197
 
889
- * 0.6.18
1198
+ * Some commands take now `--id` option instead of `id` command
890
1199
 
891
- * Some commands take now `--id` option instead of `id` command.
1200
+ ## 0.6.15
892
1201
 
893
- * 0.6.15
1202
+ ### Breaking Changes
894
1203
 
895
- * Change(break): `files` application renamed to `aspera` (for "Aspera on Cloud"). `repository` renamed to `files`. Default is automatically reset, e.g. in config files and change key `files` to `aspera` in preset `default`.
1204
+ * `aspera`: `files` application renamed to `aspera` (for "Aspera on Cloud"). `repository` renamed to `files`. Default is automatically reset, e.g. in config files and change key `files` to `aspera` in preset `default`