Releases: mulesoft/api-console
Releases · mulesoft/api-console
v6.6.22
Fixes
Parameters not being sent on request
v6.6.21
Features
- When there are multiple messages available for an operation in an AsyncAPI, render a dropdown to select between them and change the documentation rendered
v6.5.4
API Console v6.5.4 (#797) * build: lockfile v2, update api-request, override api-authorization * build: node v16, regenerate package-lock.json * 6.5.4
v6.6.20
Bug fixes
- Optional headers were not being shown in request panel
- Form field constraints were overlapping with form labels
- Some form fields would appear in an error state as soon as they rendered
- Multiple API Keys would render with confusing labels in request panel
v6.5.3
Fixes
- Empty parameter in URL when queryParameter value is 0
v6.6.19
Fixes
- When deprecated property is set on method, show warning message.
- Examples in OAS 3.0.0 for content-type application/xml are not showing tags with prefix.
v6.6.18
Fixes
Missing minItems and maxItems information on data type documentation
Generate example for array of objects
v6.6.17
Fixes
- XML responses weren't being rendered correctly in the response viewer (sanitization was removing custom XML tags)
- [AsyncAPI] All messages weren't being rendered if there was more than one
v6.6.16
Fixes
Ensure form field constraints and errors are associated with their corresponding field
v6.6.15
Fixes
Sanitize request responses to avoid XSS attack