Releases: mulesoft/api-console
Releases · mulesoft/api-console
v6.6.10
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
API Console v6.6.9
Features
- Added request body description to documentation
Bug fixes
No changes.
Testing
- Added test for overwriting
Content-Type
header withmultipart
body - Added functional tests for flattened model
- Added test for sending request with a file attachment as body
v6.6.8
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
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
6.0.8 (2021-12-15)
Bug Fixes
- test (fd55f6b2)
- isWebkit regex (59103931)
- missing await in tests (8aaec5d6)
- failing tests (b0565cd0)
Tests
- endpoints and methods documentation (#729) (f775370e)
- fix tests (61250a2f)
- ignore some for webkit (50b3170f)
- types in documentation panel (fdb104d7)
- security in documentation panel (19c65111)
- update test-api spec and navigation tests (e1ea3f98)
- increase testsFinishTimeout (dd566234)
- query parameters in request panel (435f1731)
v6.6.6
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
v6.0.7
v6.6.5
v6.6.4
6.6.4 (2021-09-24)
Features
- Added support for populating parameters with custom domain properties in the request editor via the
populate_annotated_fields
event
Testing
- Added multiple component tests to request panel (Headers & Body, Authorization) and documentation