ExtendCli - Release Notes - 3.0
3.0.0-funcrel
New Features
| Summary | Details |
|---|
| Bundle template filtering/customization | The following template options have been added to the command: “bundle template add” command, -s |
| Proxy configuration command | A more feature complete proxy server configuration command (ExtendCli.exe config proxy [–options]) has been added allowing the use of bypass on local, bypass lists, windows default credential support and domain based authentication. See https://doc.castsoftware.com/display/EXTEND/ExtendCli#ExtendCli-config. |
Feature Improvements
| Summary | Details |
|---|
| Improved security | Encryption protocols have been updated to further secure user APIkeys and proxy settings to ensure stability. |
Other Updates
| Internal Id | Details |
|---|
| EXTENDCLI-30 | Improved general stability. AES256 will be adopted instead of Rijndael encryption. |
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 39174 | Fixed an issue that could cause proxy configurations to not function as intended. |
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); });