Releases: CenturyLinkCloud/mdw
Releases · CenturyLinkCloud/mdw
6.1.40-SNAPSHOT
for initiating build
6.1.39
6.1.38
6.1.37
6.1.36
6.1.36 (2020-06-05)
Implemented enhancements:
- Annotation driven customization #842
Closed issues:
- Dangling autotests due to server shutdown #844
Compatibility Notes:
- New database column VARIABLE_INSTANCE.VARIABLE_TYPE is added with this release:
https://github.com/CenturyLinkCloud/mdw/tree/master/mdw/database - JSON-format package meta files (.mdw/package.json) are no longer supported.
Apps still using package.json must convert to package.yaml using the CLI (mdw convert --packages
). - Classes in package
com.centurylink.mdw.connector.adapter
have been movedcom.centurylink.mdw.adapter
. - Model class
com.centurylink.mdw.model.Response
has been moved to packagecom.centurylink.mdw.model.request
. - Class
com.centurylink.mdw.cache.impl.PackageCache
has been moved to packagecom.centurylink.mdw.cache.asset
. - Method
Package.getCloudClassLoader()
has been renamed togetClassLoader()
. - Static method
ApplicationContext.getContextCloudClassLoader()
has been renamed togetContextPackageClassLoader
. - Constructor for
com.centurylink.mdw.event.EventHandlerException
no longer takes a code. - API methods
WorkflowServices.invokeServiceProcess()
andProcessEngineDriver.invokeServiceProcess()
now return a Response model object instead of a plain string. To unwrap the raw string payload,
useResponse.getContent()
.
6.1.35
6.1.34
6.1.33
6.1.33 (2020-04-03)
Implemented enhancements:
- Ability to disable Git fetch through configuration #826
- Improved system thread dump information #820
- Include selected filter information when exporting to Excel from Hub #819
- Indicate when Hub filters are active (set to non-defaults) #817
- Export Process definition from Hub #810
- Ability to override global Activity Logging enablement #799
- Dashboard chart filter end date selection for non-current month #684
- Remember dashboard filter/breakdown user selections #584
Closed issues:
- Multiline Script and dynamic Java attributes are not folded in YAML .proc files #827
- Content-based event handler registrations with 'Topic' metaInfo are broken #823
- In MDWHub milestones definition subflow drill-in can cause HTTP 404 #821
- Milestone labels without group fails to unescape newline characters #818
- CLI process export to HTML/PDF fails to display icons for built-in activities #800
6.1.32
6.1.32 (2020-03-06)
Implemented enhancements:
- Monitors for inflight instances should use latest process definition #814
- General purpose Configurator help links in MDWHub #804
- Package dependencies #395
Closed issues:
- Package dependency check fails when Git dir is not cwd #815
- Boot jar startup failure on Windows #813
- Hub milestones not populated unless Milestones link visited #812
- Adapter completion time update error at performance level 5 #809
- CLI without command throws IndexOutOfBoundsException on Windows #807
- Hub zoom controls can overlay Inspector tab #795
6.1.31
6.1.31 (2020-02-14)
Implemented enhancements:
- Package dependencies #395
- App Version should be read from Spring Boot jar manifest #803
- Support package.yaml files with -SNAPSHOT versions #531
Closed issues:
- Overlong activity log messages cause runtime SQLException #802
- Export to PDF does not include activity markdown documentation #801
- GitLab asset discovery limited by default per_page parameter value #794
- Broken CI due to Maven Central HTTPS requirement #793
- Dashboard Process Insights by Month is broken #765
- CLI dependencies failure with OpenJDK 11 #728