Skip to content

Releases: Kong/insomnia

v5.7.12

14 Aug 19:06
Compare
Choose a tag to compare

Bug Fixes

  • GraphQL schema fetching failed when using environment variables
  • Copying large text blobs sometimes yielded a -

Minor Changes

  • Now show render errors when fetching GraphQL schema

v5.7.11

12 Aug 22:06
Compare
Choose a tag to compare

Bug Fixes

  • Fixed some modal dialogs not refreshing when opened

v5.7.10

12 Aug 16:29
Compare
Choose a tag to compare

Bug Fixes

  • Fixed race condition causing request creation to fail
  • Large response size check now uses uncompressed size
  • Fixed invalid cookies causing code generation to break

Minor Changes

  • Show both compressed and uncompressed of responses

v5.7.9

10 Aug 23:20
Compare
Choose a tag to compare

Bug Fixes

  • Cap number of redirects to 20 (instead of unlimited)
  • Some performance improvements
  • Don't allow password input text to be copied
  • Over-selecting input bounds no longer clears selection

Minor Changes

  • Add ability to specify Authorization token prefix for OAuth 2.0 Requests
  • GraphQL schema introspection requests now apply cookies, auth, and all other Insomnia features
  • GraphQL prettify no longer recursively stringifies variables object
  • Display schema fetch information for GraphQL
  • Automatically switch to POST when choosing GraphQL body

v5.7.4

04 Aug 17:07
Compare
Choose a tag to compare

Major Changes

  • Template tags now work with prettify feature

Bug Fixes

  • Fixed GraphQL incorrectly JSON stringifying variables body

Minor Changes

  • More accurate logic for catching OAuth redirect URL #396
  • Added Help menu item for displaying keyboard shortcuts
  • Added contact link to About section
  • Default GraphQL introspection query Content-Type to application/json

v5.7.0

02 Aug 22:07
Compare
Choose a tag to compare

Major Changes

  • New GraphQL request body type
  • Add netrc authentication (#384)

Bug Fixes

  • Fixed downloading response bodies
  • Don't include literal newline characters in Curl snippets
  • Change HTTP method to GET on redirects
  • Fix AWS authentication for GET requests
  • Colons in header values now handled properly
  • No longer close search box on Enter

Minor Changes

  • Plugin system improvements
  • Workspaces created by import or sync are now marked with an indicator
  • Add autodetection for XML when no Content-Type present
  • Behind-the-scenes sync improvements

v5.6.3

18 Jul 00:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixed downloading response bodies

v5.6.1

17 Jul 19:06
Compare
Choose a tag to compare

Major Changes

  • Basic AWS authentication v4 support (#347)
  • Fuzzy searching support for request switcher (#204)
  • Prompt to include private environments on data export, if any exist

Bug Fixes

  • null values within environments no longer break autocomplete
  • Better handling of environment variables containing Template Tags
  • Handle protocol-less URLs in OAuth 2 settings (#346)

Minor Changes

  • More useful error messages in Request Cookie template tag
  • Add application/vnd.api+json to Content-Type autocomplete (#349)

v5.5.2

30 Jun 17:49
Compare
Choose a tag to compare

Major Changes

  • Added ability to preview PDF responses (#325)
  • Added ability to assign colors to environments (#334)
  • All dropdown menus are now filterable by typing (#340)

Bug Fixes

  • Fixed dropdown dismissing reliability inside modal dialogs
  • Fixed unix hostname being confused with domain socket syntax

Minor Changes

  • Window maximized state now remembered
  • Response bodies no longer stored in memory (#338)

v5.4.0

22 Jun 19:57
Compare
Choose a tag to compare

Major Changes

  • Support for unix domain sockets using pattern 'http://unix:SOCKET:PATH'
  • Dedicated Description tab for request documentation
  • Wildcards now supported in client certificate host

Bug Fixes

  • Prevent opening links multiple times in description preview
  • Fixed Content-Length not being sent with initial NTLM authorization request
  • Fixed client certificate toggling not working

Minor Changes

  • Dropdowns within tabs now only open if tab is already active
  • Tab lists now scrolls horizontally when too long
  • Markdown description style improvements
  • Vastly improved dropdown positioning algorithm
  • Add back ability to change text editor keymap to Sublime Text