Releases: mulesoft/api-console
Releases · mulesoft/api-console
v6.6.25
Fixes
Missing type information that has allOf properties
v6.6.24
New features
- Render oAuth scope definitions
Bug fixes
- Custom query parameters were being reset when server value was set in request panel
v6.6.23
Bug fixes
- URL in request editor now accepts empty string URI parameters
- Single strings in array examples fixed
- Enum example value in request panel fixed
ApiKey
security scheme fields in request panel names fixed
New features
- Allow the OAuth2 token requested event to be prevented, in order to handle the flow manually
minItems
andmaxItems
added to array type documentation
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