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