Skip to content

2.9.6

Choose a tag to compare

@mohsen1 mohsen1 released this 22 May 22:55

New Features

  • Renders a deprecated tag on deprecated operations #433
  • Human friendly menu options for code-generator
  • A new refined menu bar
  • A new and more accurate progress/status indicator
  • Allows disabling backend health check #437
  • Allows empty username/password in basic auth #450
  • Allow user to bypass cors-it proxy when importing YAML #455
  • Drag and drop file import #455
  • Ace editor gets annotated with errors and warnings #445
  • Warns user about cross-origin calls #455
  • More autocomplete options for JSON Schema #432
  • Autocomplete improvements #455 #432
  • Try this operation shows validation errors
  • Allow loose JSON Schema in body parameter schemas #383

Fixed Bugs

  • Allow multiple formData parameters #435
  • Multiple Try this operation bug fixes: #436
  • backendEndpoint resolved based on it's origin(relative/absolute)
  • Honors defaults.examplesFolder when loading examples
  • Uses browser localStorage for saving the state of intro screen
  • Links in rendered info section open up in a new tab #451
  • Honors developmentPort for launching the connect server #454
  • Styling touchups #461
  • Resolves $ref in definitions in compose time better #444

Internals

  • Refactored autocomplete code
  • Overhauled documentations
  • E2E tests improvements