APIkit Mule4-1.2.0 Release Notes
January 7, 2019
This release notes briefly describe the new features released in APIkit 1.2.0.
What’s New
-
APIkit is now using AMF as the default framework to parse APIs and to validate all incoming requests.
AMF provides a way to achieve a unified behavior both at design time (Designer Center) and during runtime as well as OAS support. If needed, there is a way to use the previous RAML parser by specifying it in the apikitconfig
tag. -
API Console was upgraded to version 5, which also uses AMF to read the API. This console is displayed when AMF is used.
When specifying RAML parser in the config, the old console is displayed. -
Query String validation support.