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.
Enhancement in This Release
-
Added property
apikit.rfc3339.validation
for APIKit to strictly validate RFC 3339 date and time formats. Default value isfalse
. -
Added property
apikit.rfc2616.validation
for APIKit to strictly validate RFC 2616 date and time formats. Default value isfalse
. -
Added property
apikit.console.disabled
for disabling APIKit console. Default value isfalse
.
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 totext/xml
.