Contact Us 1-800-596-4880

APIkit for Mule 4 1.7.0 Release Notes

September 26, 2022

What’s New

  • This release fixes bugs and updates dependencies.

Compatibility

Application/Service Version

Mule

4.1.5 and later

Anypoint Studio

7.2 and later

Table 1. Dependency
Application/Service Version

Anypoint API Console

6.6.30

Anypoint Studio

7.2 and later

Fixed Issues

Issue ID

The APIkit Router no longer requires to quote query parameters if the type is defined as a union of repeatable strings and the value has only digits.

W-11210718

Multipart form validation now throws an exception if a required parameter is not sent.

W-11234660

The connector no longer throws an OutOfMemory error when validating a part of a multipart request defined as an array of file types.

W-11669811

The result of RequestValidator now returns the correct content length when the incoming request is multipart.

W-11666958

Multipart form-data requests are no longer rejected for content length validation unless the max and min properties are specified in the spec or the default limit size for multipart content is exceeded (256MiB). The limit of this value varies by specifying the apikit.multipart.size.limit system property (expressed in bytes).

W-11667374

Parsing API synced from Exchange now works correctly if there are filenames with spaces in them.

W-11687519

See Also