aspera-cli 4.25.2 → 4.25.3

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