Skip to content

Releases: mulesoft/api-console

v6.5.0

25 Jun 20:25
afcb60e

Choose a tag to compare

Fixes

  • Fixed OAuth grant type issue for OAS 2 APIs
  • Fixed bug where navigating between some endpoints caused incorrect URI parameters to appear
  • Fixed bug in enum array properties where the enums where not being rendered

Features

  • Added support for OAS 3 deprecated property
  • Added support for flattened AMF model
  • Added renderFullPaths property to render endpoints as their full paths, without indentation
  • rearrangeEndpoints now sorts endpoints alphabetically by path

v6.0.5

25 Jun 19:31

Choose a tag to compare

Fixes

  • Missing application/xml media types in body
  • API-asset shows incomplete description of JSON-schema

v6.4.12

11 Jun 21:41

Choose a tag to compare

Fixes

  • Add Optional Content Type for File upload Multipart
  • When "Query Parameters" or "Query Strings" is added, it is not displayed in "Try it" panel
  • Missing server description in summary
  • Change toggle button to checkbox for "enable/disable header" option and other minor correction

v6.4.11

26 May 18:04

Choose a tag to compare

Fixes

  • Arrows in responses tabs were not rendering correctly
  • Toggling optional parameters was changing the values of the parameters

v6.4.10

14 May 17:46

Choose a tag to compare

Enhancements

Convert multiline headers to single line when parsing

Fixes

It is not possible to add a new Field in the multipart-payload-editor, it gets removed after adding it
Missing "anyOf" details for types
Union type examples of arrays not displaying as arrays
The title of a property, defined as a union of arrays, appears as "undefined"
Array type title appears as "undefined"
Wrong title for a property defined as an array of numbers
Code example curl shows undefined
Use description from Parameter over schema if available
Query parameter input value can hardly be seen
Example section showing extra spaces
Tabs flicker in Code Examples

v6.4.9

23 Apr 19:22
c681fbc

Choose a tag to compare

Features

  • Added multiple new CSS variables for further fine tuning of styling

Fixes

  • "Show optional parameters" has been re-added
  • When adding multiple headers with the same name, the first instance would not reflect the correct value of the header
  • Example names are now ignored if they match the media type + a numerical iteration (e.g. application/json2)
  • Hide type name for inline types (if the type name is default)
  • Mintor styling fixes

v6.4.8

29 Mar 16:27
d319c01

Choose a tag to compare

Fixes

  • Fix content-type header not being sent in requests
  • Add warning messages to body form items in request
  • Fix styling for request panel subheaders
  • Fix warning messages spacing in query parameters

v6.4.7

25 Mar 18:53

Choose a tag to compare

Fixes

Missing examples for parameters, types and headers
When a query parameter is defined as optional, the checkbox "Show optional parameters" is not displayed
Content type not being set on requests
Font labels for URI parameters and Query parameter sections are large and labels are indented

v6.4.6

25 Mar 18:30
a6406f9

Choose a tag to compare

Fixes

Content type being sent when sending requests
Warning messages overlapping with multiple required headers
Header schemas are now copied from original AMF model ones when switching between source and form editors
Fixed version URI parameter being replaced with API version
Fixed example generation with tracked elements for partial models
Fixed autocomplete not closing when clicking outside of overlay
Fixed headers being added/removed incorrectly
Disable copy button when there are no headers

v6.4.5

09 Mar 18:50
6fd995a

Choose a tag to compare

Fixes

  • Server selection for slotted servers was not changing the request URL
  • Copy button in Headers is now disabled if there are no headers
  • Response headers are hidden until deliberately shown
  • Response body was not being formatted
  • Response body was not being rendered with error responses
  • Re-add CSS variable to style form titles in request panel, and fix indenting in the titles

Features

  • For required fields that have no other restrictions, do not show as invalid. Instead, show an info message under the field
  • Added noOverview property to remove Overview items from navigation. If enabled, clicking on the endpoint name will select it, and the arrow will toggle the collapsible element
  • Added operationsOpened property to toggle all operations opened/closed
  • Added credentialsSource to optionally populate credentials in the request editor