User Tools

Site Tools


maintenance:releases:deprecation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
maintenance:releases:deprecation [2022/12/05 13:16] – [5-12-22: Job logs collapsible details] pgelsmaintenance:releases:deprecation [2023/03/06 11:47] (current) – [6-3-23: Removal of the XCHRest API] pgels
Line 1: Line 1:
 +===== Deprecation Notices =====
  
 +==== 6-3-23: Removal of the XCHRest API ====
 +
 +We have removed the XCHRest API in favour of a docker-based REST-endpoint API. It will be released in the future. In the mean time, please use the Exchange API.
 +
 +==== 5-12-22: Job logs collapsible details ====
 +
 +When you click on a line of the job logs, it no longer uncollapses a preview of the job logs. Instead, it just opens the job log files popup. 
 +
 +{{:maintenance:releases:job_log_deprecation.png?nolink|}}
 +
 +==== 22-11-22: Removal of obsolete scenario calls ====
 +
 +We removed a number of old scenario calls from the tasker. Support for the following calls has ended:
 +
 +  * '**import_cfg**'     => please use cmd_exec
 +  * '**basic_import**'   => please use cmd_exec_basic
 +  * '**gen_startup**'    => please use config_create
 +  * '**write_startup**'  => please use config_startup
 +  * '**save_config**'    => please use config_save
 +  * '**diff_config**'    => please use config_diff
 +  * '**reload**'         => please use reboot_node
 +  * '**restore**'        => please use config_restore
 +  * '**logaction**'      => please use log_action