Skip to content

v6.3.0

Compare
Choose a tag to compare
@twoplustwoone twoplustwoone released this 30 Nov 15:05
· 188 commits to master since this release
9c7347d

Version 6.3.0 of API Console

Features

  • Annotation name is now rendered with the annotation

AsyncAPI 2.0

  • Support for non HTTP protocols in documentation
  • api-request-panel is hidden when present model is from an AsyncAPI
  • Endpoints renamed to Channels
  • Operation URL is displayed differently for non-HTTP protocols
  • Example and snippets are hidden for non-HTTP protocols

Fixes

  • Required query parameters are now added to code snippets
  • Fixed bug with URL persisting after being removed from the spec
  • Fixed password grant type in Authorization where client secret was not being passed into the grant
  • Fixed bug where unordered endpoints would cause a endpoint path name to be shortened when it shouldn't be

WCAG

  • Navigation collapse/expand was not being properly read by screen reader
  • Query parameters input box was not associated with any form label
  • Code Examples and Body collapse/expand were not being properly read by screen reader
  • Server selector dropdown was not properly associated with form label