Skip to content

1.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:27
· 5 commits to main since this release

Changes since 1.7.3

Added

  • Cookie support (Default disabled. Enable in the Subproject Configuration Dialog) (#1)
  • On pre-flight, update environment variables according to request headers, query parameters and bodies
  • A "Save Raw" button at the response viewer to save raw response body to a file
  • A floating copy button, next to a literal value under the mouse cursor and in the response body JSON, for copying the literal value

Changed

  • The "Copy All" button near the response body viewer has been relocated to the upper level, as it copies the whole Request and Response rather than only response body
  • The "Copy All" button under the response tab "Raw" has been renamed to "Copy"
  • The copying content of the above two copy functions now includes the request name and example name as the heading
  • Variables inherited from the Base example are now resolved in the Request Body Editor
  • Mouse hovering the Duration label in the Response Viewer now shows the flight start and end date time
  • The error message of file not found from the HTTP request has been improved

Fixed

  • Crash when renaming a project
  • Crash when selecting the last tab of a HTTP request then switching to a gRPC or WS request
  • Crash when firing a GraphQL request with an invalid variable JSON
  • gRPC API spec in the subproject dialog could not be shown

Optimized

  • The app is minified. The app size is decreased by about 1/3.