CAST Extend local server for Microsoft Windows - Release Notes - 2.0
2.0.0-funcrel
New Features
| Summary | Details |
|---|---|
| Interupt Synchronization | It is now possible to interrupt a synchronization that is in progress at any moment. A “Cancel” button has been added in to the UI (Administration Center). When a synchronization is cancelled, anything that has already been synchronized will remain, i.e. a rollback is not actioned. See https://doc.castsoftware.com/display/EXTEND/Manage+CAST+Extend+local+server+via+Administration+Center#ManageCASTExtendlocalserverviaAdministrationCenter-Updates. |
Feature Improvements
| Summary | Details |
|---|---|
| Telemetry customization | Added properties in the configuration file that allows the customization of transmitted telemetry data. See https://doc.castsoftware.com/display/EXTEND/Advanced+configuration+of+CAST+Extend+local+server#AdvancedconfigurationofCASTExtendlocalserver-Telemetry. |
| Synchronization customization | Added properties in the configuration file that can prevent the download of extension icons CAST Console integration. See https://doc.castsoftware.com/display/EXTEND/Advanced+configuration+of+CAST+Extend+local+server#AdvancedconfigurationofCASTExtendlocalserver-Extensioniconsynchronization. |
| Synchronization customization | Added properties in the configuration file that allows the customization of extensions to be synchronized - i.e. to blacklist specific extensions. See https://doc.castsoftware.com/display/EXTEND/Advanced+configuration+of+CAST+Extend+local+server#AdvancedconfigurationofCASTExtendlocalserver-Extensionsynchronizationblacklisting. |
| Automatic synchronization | A synchronization is now automatically triggered immediately after validating CAST Extend credentials in the Administration Center after the install has completed. |
| Change in location of the config.proxy.json file | The config.proxy.json file is now stored in %PROGRAMDATA%\CAST\Extend" and all customization should be included in this file. Note that the file also exists in “%PROGRAMFILES%\CAST\Extend” but any customization added here will be ignored. See also https://doc.castsoftware.com/display/EXTEND/Advanced+configuration+of+CAST+Extend+local+server. |
Other Updates
| Internal Id | Details |
|---|---|
| EXTPROXY-77 | Fixed an issue that caused problems when using offline mode and uploading a bundle that did not contain extensions needed for some objectives. |
| EXTPROXY-78 | Configuration persistence changes: api-key and admin access keys are now persistent after updates unless manual action from the user is taken. |
| EXTPROXY-67 | Fixed an issue that could cause the service to not synchronize on start up even if user credentials are present. |
| EXTPROXY-74 | Fixed an issue that could cause failed download and synchronizations when attempting to download certain extensions during a synchronization. |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });