Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 12:16
· 723 commits to main since this release

New

  • gRPC support (via Server Reflection only)
  • Postman exporter
  • Response filtering by JSON path

Change

  • Postman importer imports GraphQL queries and mutations
  • Project/Subproject name dialog is more wide
  • Dialogs can be dismissed by hitting the "Escape" key
  • Drop-down menus are disabled if nothing can be selected

Fix

  • Missing PATCH in supported HTTP request methods
  • Crash when clicking edit/delete button without selecting a subproject
  • Crash when viewing Transport Timeline with HTTP/2 without a stream
  • Incorrect copy behaviour in Transport Timeline (only fixed the case if there are 2000 lines or less)
  • Clicking on dialog border should not dismiss the dialog
  • Insomnia exporter incorrectly assumed the request is GraphQL while exporting request headers
  • Post flight action JSON path parsing is not working if the result is not a string
  • Content-type application/graphql-response+json; charset=utf-8 was not recognized as JSON