Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerNov 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.
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
.
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
.