Skip to content

Releases: mulesoft/api-console

v6.6.25

16 Dec 21:43
000b68b
Compare
Choose a tag to compare

Fixes

Missing type information that has allOf properties

v6.6.24

17 Nov 17:13
67857aa
Compare
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
Compare
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

v6.6.22

06 Oct 20:43
5109e5f
Compare
Choose a tag to compare

Fixes

Parameters not being sent on request

v6.6.21

16 Sep 21:04
26244f9
Compare
Choose a tag to compare

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

12 Sep 13:49
3baa862
Compare
Choose a tag to compare
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

26 Aug 21:02
a1f7a23
Compare
Choose a tag to compare

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

16 Aug 20:31
Compare
Choose a tag to compare

Fixes

  • Empty parameter in URL when queryParameter value is 0

v6.6.19

05 Aug 19:21
2e41210
Compare
Choose a tag to compare

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

15 Jul 19:13
9a4ae3c
Compare
Choose a tag to compare

Fixes

Missing minItems and maxItems information on data type documentation
Generate example for array of objects