Skip to content

Releases: mulesoft/api-console

v6.6.14

06 May 15:32
789fd48

Choose a tag to compare

Fixes

  • Infinite call stack when resolving certain types in AmfHelperMixin
  • (A11y) Added and fixed some aria-labels, and added some aria-hidden to icons

v6.6.13

18 Apr 20:33
f0c49d2

Choose a tag to compare

6.6.13

Fixes

Sanitize API server description to avoid XSS attack

v6.6.12

07 Apr 19:39
4951fee

Choose a tag to compare

6.6.12 (2022-04-07)

Bug Fixes
  • Inclusive Language changes: remove usage of master word
  • XML name not overriding type name
  • OAuth 2.0 token requested event no longer being dispatched
  • Property of data type datetime-only is showing as Time in the documentation
  • Empty parameter in URL when queryParameter value is 0

v6.6.11

03 Mar 21:19
2ac049f

Choose a tag to compare

v6.6.11

Bug Fixes

  • [Regression] Code icon missing in response example render

v6.6.10

25 Feb 16:42
6160177

Choose a tag to compare

API Console v6.6.10

Bug Fixes

  • A long XML schema example would be duplicated
  • Saving response would generate an empty .HAR file
  • Headers were not being reset when navigating to another operation without headers
  • Adding a new custom header did not change focus to the newly added field
  • Icon for saving .HAR response was missing
  • [Accessibility] An array response's collapse button was not focusable

v6.6.9

28 Jan 16:30
e30b1ee

Choose a tag to compare

API Console v6.6.9

Features

  • Added request body description to documentation

Bug fixes

No changes.

Testing

  • Added test for overwriting Content-Type header with multipart body
  • Added functional tests for flattened model
  • Added test for sending request with a file attachment as body

v6.6.8

10 Jan 16:43
07bf714

Choose a tag to compare

API Console v6.6.8

Features

  • Added documentation support for allOf types in OAS 3.0 APIs

Bug fixes

  • Fixed bug when parsing numbers in headers that caused request panel not to render
  • Fixed bug where the multipart body editor did not have the correct type stored internally when initializing
  • Fixed bug where OAuth scopes weren't being rendered correctly

Tests

  • Added functional tests for responses
  • Added functional tests for AsyncAPIs
  • Added functional tests for OAS 3.0 APIs
  • Set up visual tests to run as part of GitHub actions

v6.6.7

20 Dec 17:51
3d0c4a5

Choose a tag to compare

Bug Fixes

Fixed bug where populating credentials after removing a header throws errorr
Fixed bug where modifying a header clears the previous changes after populating credentials

v6.0.8

15 Dec 18:16
8b2d18a

Choose a tag to compare

6.0.8 (2021-12-15)

Bug Fixes
Tests

v6.6.6

30 Nov 16:15
6e0c92d

Choose a tag to compare

6.6.6 (2021-11-30)

Bug Fixes
  • Fixed issues in some of the anypoint-web-components that used an API that may not be available in FF
  • Fixed bug where request panel fields were not being updated after credentials population event
  • Fixed bug where annotations were not being displayed correctly in partial models
  • Fixed bug where empty headers would be removed from request editor if body was present in request
  • Fixed bug where headers weren't being updated in the model when input was changed
  • Fixed bug where request with a file attachment in the body was not being sent
Tests
  • Added documentation panel tests for security and types
  • Added documentation panel tests for endpoints and methods
  • Added request panel tests for query parameters
  • Added some basic visual tests