Contact Us 1-800-596-4880

APIkit 3.9.4 Release Notes

Nov 28, 2019

This release supports the Mule 3.9.4 Runtime release and corresponding Studio version.

There are no new features in this version. There are just a few enhancements and bug fixes.

Compatibility

Software Version

Mule Runtime

3.9.1 and later 3.9 versions

Enhancement in This Release

  • Added property apikit.rfc3339.validation for APIKit to strictly validate RFC 3339 date and time formats. Default value is false.

  • Added property apikit.rfc2616.validation for APIKit to strictly validate RFC 2616 date and time formats. Default value is false.

  • Added property apikit.console.disabled for disabling APIKit console. Default value is false.

Bug Fixes

  • Fixed issue where content-type header case is different than in RAML and validation was not working.

  • Fixed issue where content-type response header case caused validation errors on RAML.

  • Fixed issue where parser tried to parse XML even though the content type was set to JSON.

  • Fixed issue where APIKit transformed out to application/xml event when payload was set to text/xml.