Skip to content

Releases: mulesoft/api-console

v6.6.32

05 Jun 20:20
f785483

Choose a tag to compare

Fixes

  • Missing protocol when making request

v6.6.31

12 May 18:45
0f3a72a

Choose a tag to compare

Fixes

  • Default protocol to https when not defined in spec
  • Message bindings missing for ASYNC API

v6.6.30

24 Apr 19:39
b6865b7

Choose a tag to compare

Fixes

  • Message bindings missing for ASYNC API

v6.6.29

27 Mar 20:29

Choose a tag to compare

Fixes

  • Oauth2 token generation not being populated after requesting for it
  • DIN font deprecation

v6.6.28

17 Feb 17:42

Choose a tag to compare

Fixes

  • Object being incorrectly recursively rendered in type documentation
  • "Request access token" not being populated in request panel
  • Types received through a library "uses" property are not rendered in documentation
  • Show button does not expand "anyOf" in Exchange
  • Missing information when merging "allOf" and "properties" in OAS 2.0 in generated example

v6.6.27

01 Feb 17:22

Choose a tag to compare

Fixes

  • Boundary missing in multipart content-type headers

v6.6.26

03 Jan 18:04
412285f

Choose a tag to compare

Fixes

Missing "anyOf" information for type
Missing information when merging "allOf" and "properties" in OAS 2.0

v6.6.25

16 Dec 21:43
000b68b

Choose a tag to compare

Fixes

Missing type information that has allOf properties

v6.6.24

17 Nov 17:13
67857aa

Choose a tag to compare

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

28 Oct 16:42
624a1df

Choose a tag to compare

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 and maxItems added to array type documentation