Skip to content

Releases: mulesoft/api-console

v6.6.22

06 Oct 20:43
5109e5f

Choose a tag to compare

Fixes

Parameters not being sent on request

v6.6.21

16 Sep 21:04
26244f9

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

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

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

Choose a tag to compare

Fixes

  • Empty parameter in URL when queryParameter value is 0

v6.6.19

05 Aug 19:21
2e41210

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

Choose a tag to compare

Fixes

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

v6.6.17

24 Jun 19:04
c24ea4f

Choose a tag to compare

Fixes

  • XML responses weren't being rendered correctly in the response viewer (sanitization was removing custom XML tags)
  • [AsyncAPI] All messages weren't being rendered if there was more than one

v6.6.16

27 May 18:05
23fc579

Choose a tag to compare

Fixes

Ensure form field constraints and errors are associated with their corresponding field

v6.6.15

19 May 21:18
98954d5

Choose a tag to compare

Fixes

Sanitize request responses to avoid XSS attack