Releases: mulesoft/api-console
Releases · mulesoft/api-console
v6.3.7
FIxes
- Show message object schema in documentation view for
subscribeoperations
v6.4.4
Fixes
Message schema was not being shown in api-method-documentation view
v6.4.3
Fixes
- Boundary missing when content-type is multipart
v6.3.6
Fixes
- Fixed bug where the
Content-Typeheader inferred from the payload was not being added in the Request Panel - Fixed bug where client_secret was not being sent alongside thee rest of the information for the OAuth2 Password Grant
- Fixed visual bug where channel and url were too compressed if channel was too long
anyOfin body payload now appears correctly- Changed an instance of "endpoints" to "channels" for AsyncAPIs
- Do not prefix AsyncAPI url with
httpin summary view - Fixed operation label styling in summary and endpoint documentation views
- Add styling to Publish and Subscribe operations in endpoint documentation
Features
- Add PKCE OAuth flow in advanced settings in request panel. Enabled by default if declared in specificartion, can be enabled/disabled manually
v6.3.5
Fixes
- Fixed bug where changing the server would not immediately update the URL in the method documentation and endpoint documentation
- Fixed bug where selecting Custom URI would make selector disappear if only one other server option was present
v.6.3.4
Fixes
- Bug UI bug where Summary and Endpoint views showed a small gray box where method would be
- Fixed example generation bug for compact model where the value for a number would sometimes generate empty string instead of
0
v6.3.3
Fixes
- Fixed bug where endpoints with closely related named may cause one of them to appear blank in navigation
- Fixed bug where multiple, fully expressed endpoints which could be nested, would appear blank
- Fixed bug in URL handling where, if the url did not have examples for a query param, an error would be thrown and nothing would render
v6.3.2
Fixes
- Fixed bug where
baseUrionapi-method-documentationwas not propagating the change toapi-url
Features
api-request-paneldoes not return empty content if model does not belong to a WebAPI. This behavior is expected of whoever renders itapi-consoleandapi-console-appcheck if AMF belongs to a non WebAPI, and hide the request panel & propagate thenoTryItaccordingly
v6.3.1
Fixes
- Fixed regression in
api-navigationthat caused an error to happen when the first endpoint in a specification had a URI parameter in it
v6.3.0
Version 6.3.0 of API Console
Features
- Annotation name is now rendered with the annotation
AsyncAPI 2.0
- Support for non HTTP protocols in documentation
api-request-panelis hidden when present model is from an AsyncAPIEndpointsrenamed toChannels- Operation URL is displayed differently for non-HTTP protocols
- Example and snippets are hidden for non-HTTP protocols
Fixes
- Required query parameters are now added to code snippets
- Fixed bug with URL persisting after being removed from the spec
- Fixed password grant type in Authorization where client secret was not being passed into the grant
- Fixed bug where unordered endpoints would cause a endpoint path name to be shortened when it shouldn't be
WCAG
- Navigation collapse/expand was not being properly read by screen reader
- Query parameters input box was not associated with any form label
- Code Examples and Body collapse/expand were not being properly read by screen reader
- Server selector dropdown was not properly associated with form label