APIkit Module 1.3.14 for Mule 4 Release Notes
August 11, 2020
Fixed issues
-
Fixed an issue in which the APIKit router failed when both the space(
%20
) and colon(:
) characters value existed in the URI parameter. -
Fixed an issue in which an APIkit project built from a RAML specification gets a
500 Server Error
reponse from a POST method instead of the expected405 method not allowed
response. -
Fixed issue in which APIkit returned
No enum constant org.mule.apikit.model.ActionType.LINK
instead ofMethod not allowed
. -
Fixed issue in which Mule 4 API Console still pointed to
localhost
. -
Fixed
AMF-SCHEDULER
issue during CloudHub deployments.