Skip to content

6.2.0: Updated to Mule LTS 4.4.0

Latest
Compare
Choose a tag to compare
@sf-charles sf-charles released this 23 Jan 23:09
· 5 commits to master since this release
6ad2861

What's Changed

  • Updated to Mule LTS 4.4.0. Also small updates to Readme and previous error to be more flexible. by @titans-of-code in #27
  • Removed built-in getPreviousError dataweave function and provided example in customErrors.dwl and README. This is very situational and should be handled in custom errors.

Full Changelog: 6.1.0...6.2.0

Compatibility

Compatible with 6.x versions with the exception of the Use Previous Error field. If you didn't use the default value, you will need to change it.

  • The Use Previous Error field has an empty string as default now, so if you relied on the previous default, it will now not retrieve any previous error. It will not break if you were using default value.
  • The Use Previous Error field is a different type for better editing. However, it is now its own child tag in the XML and not an attribute on the parent tag. If you put in a specific value in this field in a previous version, you will need to take that and move to the new field. This is a breaking scenario as the old attribute will not compile in this version.