Releases: mulesoft/api-console
v6.5.0
Fixes
- Fixed OAuth grant type issue for OAS 2 APIs
- Fixed bug where navigating between some endpoints caused incorrect URI parameters to appear
- Fixed bug in enum array properties where the enums where not being rendered
Features
- Added support for OAS 3
deprecatedproperty - Added support for flattened AMF model
- Added
renderFullPathsproperty to render endpoints as their full paths, without indentation rearrangeEndpointsnow sorts endpoints alphabetically by path
v6.0.5
Fixes
- Missing application/xml media types in body
- API-asset shows incomplete description of JSON-schema
v6.4.12
Fixes
- Add Optional Content Type for File upload Multipart
- When "Query Parameters" or "Query Strings" is added, it is not displayed in "Try it" panel
- Missing server description in summary
- Change toggle button to checkbox for "enable/disable header" option and other minor correction
v6.4.11
Fixes
- Arrows in responses tabs were not rendering correctly
- Toggling optional parameters was changing the values of the parameters
v6.4.10
Enhancements
Convert multiline headers to single line when parsing
Fixes
It is not possible to add a new Field in the multipart-payload-editor, it gets removed after adding it
Missing "anyOf" details for types
Union type examples of arrays not displaying as arrays
The title of a property, defined as a union of arrays, appears as "undefined"
Array type title appears as "undefined"
Wrong title for a property defined as an array of numbers
Code example curl shows undefined
Use description from Parameter over schema if available
Query parameter input value can hardly be seen
Example section showing extra spaces
Tabs flicker in Code Examples
v6.4.9
Features
- Added multiple new CSS variables for further fine tuning of styling
Fixes
"Show optional parameters"has been re-added- When adding multiple headers with the same name, the first instance would not reflect the correct value of the header
- Example names are now ignored if they match the media type + a numerical iteration (e.g.
application/json2) - Hide type name for inline types (if the type name is
default) - Mintor styling fixes
v6.4.8
Fixes
- Fix
content-typeheader not being sent in requests - Add warning messages to body form items in request
- Fix styling for request panel subheaders
- Fix warning messages spacing in query parameters
v6.4.7
Fixes
Missing examples for parameters, types and headers
When a query parameter is defined as optional, the checkbox "Show optional parameters" is not displayed
Content type not being set on requests
Font labels for URI parameters and Query parameter sections are large and labels are indented
v6.4.6
Fixes
Content type being sent when sending requests
Warning messages overlapping with multiple required headers
Header schemas are now copied from original AMF model ones when switching between source and form editors
Fixed version URI parameter being replaced with API version
Fixed example generation with tracked elements for partial models
Fixed autocomplete not closing when clicking outside of overlay
Fixed headers being added/removed incorrectly
Disable copy button when there are no headers
v6.4.5
Fixes
- Server selection for slotted servers was not changing the request URL
- Copy button in Headers is now disabled if there are no headers
- Response headers are hidden until deliberately shown
- Response body was not being formatted
- Response body was not being rendered with error responses
- Re-add CSS variable to style form titles in request panel, and fix indenting in the titles
Features
- For required fields that have no other restrictions, do not show as invalid. Instead, show an info message under the field
- Added
noOverviewproperty to removeOverviewitems from navigation. If enabled, clicking on the endpoint name will select it, and the arrow will toggle the collapsible element - Added
operationsOpenedproperty to toggle all operations opened/closed - Added
credentialsSourceto optionally populate credentials in the request editor