Skip to content

Releases: CenturyLinkCloud/mdw

6.1.40-SNAPSHOT

04 Nov 05:42
Compare
Choose a tag to compare
for initiating build

6.1.39

29 Oct 17:25
Compare
Choose a tag to compare

Changelog

6.1.39 (2020-10-29)

Full Changelog

Implemented enhancements:

  • changing the header of the java code files to remove centurylink #862
  • Rebranding from centurylink to Lumen #861

6.1.38

19 Aug 15:39
Compare
Choose a tag to compare

6.1.38 (2020-08-19)

Full Changelog

Closed issues:

  • MDW will not start on clean environment needing to clone Git repo #856

6.1.37

07 Aug 06:13
Compare
Choose a tag to compare

Changelog

6.1.37 (2020-08-07)

Full Changelog

Implemented enhancements:

  • Support for MongoDB 4.x #845
  • Gson variable type for JSON content #451

Closed issues:

  • Automated tests misc issues #853
  • When stubbing, sometimes message sent from client to stub server is missing last few characters #850
  • Automated test expected/actual YAML files cannot be parsed by Groovy if larger than 65k characters #849
  • Unit testing using MockRuntimeContext is broken #846

6.1.36

05 Jun 15:07
Compare
Choose a tag to compare

6.1.36 (2020-06-05)

Full Changelog

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 moved com.centurylink.mdw.adapter.
  • Model class com.centurylink.mdw.model.Response has been moved to package com.centurylink.mdw.model.request.
  • Class com.centurylink.mdw.cache.impl.PackageCache has been moved to package com.centurylink.mdw.cache.asset.
  • Method Package.getCloudClassLoader() has been renamed to getClassLoader().
  • Static method ApplicationContext.getContextCloudClassLoader() has been renamed to getContextPackageClassLoader.
  • Constructor for com.centurylink.mdw.event.EventHandlerException no longer takes a code.
  • API methods WorkflowServices.invokeServiceProcess() and ProcessEngineDriver.invokeServiceProcess()
    now return a Response model object instead of a plain string. To unwrap the raw string payload,
    use Response.getContent().

6.1.35

14 May 20:59
Compare
Choose a tag to compare

6.1.35 (2020-05-14)

Full Changelog

Implemented enhancements:

  • Replace groovy-all dependency with individual libs #841
  • Python script activity #834
  • Use Git history directly instead of ASSET_REF for inflights #816

6.1.34

01 May 18:23
Compare
Choose a tag to compare

6.1.34 (2020-05-01)

Full Changelog

Implemented enhancements:

  • Close action for manual tasks #840
  • Activity logging when an instance is skipped or retried #839
  • Ability to enable activity timings globally #838
  • Default values for READ_TIMEOUT and CONNECT_TIMEOUT in HTTP adapters #828

Closed issues:

  • Activity logging persists some debug messages regardless of configured level #837
  • Workflow dates are not displayed correctly in Safari #836
  • Dashboard and milestones compatibility with mdw-mobile #835

6.1.33

03 Apr 18:08
Compare
Choose a tag to compare

6.1.33 (2020-04-03)

Full Changelog

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

06 Mar 19:22
Compare
Choose a tag to compare

6.1.32 (2020-03-06)

Full Changelog

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

14 Feb 18:35
Compare
Choose a tag to compare

6.1.31 (2020-02-14)

Full Changelog

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