Skip to content

Releases: mulesoft/api-console

v6.3.7

22 Feb 17:38
5aa899c

Choose a tag to compare

FIxes

  • Show message object schema in documentation view for subscribe operations

v6.4.4

17 Feb 20:12
585a4b1

Choose a tag to compare

Fixes

Message schema was not being shown in api-method-documentation view

v6.4.3

05 Feb 20:26

Choose a tag to compare

Fixes

  • Boundary missing when content-type is multipart

v6.3.6

07 Jan 15:04
84eb7c2

Choose a tag to compare

Fixes

  • Fixed bug where the Content-Type header 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
  • anyOf in body payload now appears correctly
  • Changed an instance of "endpoints" to "channels" for AsyncAPIs
  • Do not prefix AsyncAPI url with http in 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

09 Dec 17:46
7160f1d

Choose a tag to compare

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

04 Dec 13:35
a340ad1

Choose a tag to compare

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

03 Dec 20:57
605639f

Choose a tag to compare

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

02 Dec 21:06
9a18317

Choose a tag to compare

Fixes

  • Fixed bug where baseUri on api-method-documentation was not propagating the change to api-url

Features

  • api-request-panel does not return empty content if model does not belong to a WebAPI. This behavior is expected of whoever renders it
  • api-console and api-console-app check if AMF belongs to a non WebAPI, and hide the request panel & propagate the noTryIt accordingly

v6.3.1

01 Dec 19:28
4f138a8

Choose a tag to compare

Fixes

  • Fixed regression in api-navigation that caused an error to happen when the first endpoint in a specification had a URI parameter in it

v6.3.0

30 Nov 15:05
9c7347d

Choose a tag to compare

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-panel is hidden when present model is from an AsyncAPI
  • Endpoints renamed to Channels
  • 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