CAST Extend local server for Microsoft Windows - Release Notes - 1.1
1.1.2-funcrel
New Features
Feature Improvements
| Summary | Details |
|---|
| Default sychronization log sorting | Changed the default synchronization order to descending in order to always display the most recent log on the first page. |
Other Updates
| Internal Id | Details |
|---|
| EXTPROXY-33 | Fixed an issue resulting in failure to sort synchronization logs when using Microsoft Edge and Chrome. |
| EXTPROXY-40 | Fixed an issue that would cause some extensions to lack dependency information when configured in online sychronization |
| EXTPROXY-39 | Fixed an issue that would cause some extensions to lack dependency information when configured in offline synchronization |
| EXTPROXY-42 | Fixed an issue at handling package id case changes that would cause some extensions to not be found. |
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 32564 | Fixed an issue that would cause Extend to ignore proxy configuration when performing online synchronizations. |
| 31163 | Fixed an issue that required Extend to be restarted after uploading an .extarchive package in offline configuration. |
1.1.1-funcrel
Other Updates
| Internal Id | Details |
|---|
| EXTPROXY-27 | Fixed an issue where uploading a bundle to Extend when set to “offline” configuration, would not update the package database until the service is restarted. |
| EXTPROXY-26 | Added a passthrough API to handle log message APIs in extend when in “online” configuration. |
1.1.0-funcrel
Note
It is required to upgrade to this release when integrating with AIP Console ≥ 1.25.0 as previous releases may not function as intended. To upgrade to this release, see https://doc.castsoftware.com/display/EXTEND/Upgrade+CAST+Extend+local+server.
Other Updates
| Internal Id | Details |
|---|
| EXTPROXY-22 | Renamed administration UI to Extend Admin Center. |
| EXTPROXY-21 | Prevent data storage directory to be set to a location that could prevent the service from functioning as intended. |
| EXTPROXY-21 | Increased support for custom extensions. |
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 30116 | Extend Proxy fails to synchronize with an error “Metadata Synchronization failed”. |
1.1.0-beta1
Note
To upgrade to this release, see https://doc.castsoftware.com/display/EXTEND/Upgrade+CAST+Extend+Proxy.
New Features
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); });