Skip to content

Releases: Kong/insomnia

v5.8.2

09 Sep 15:43
Compare
Choose a tag to compare

Major Changes

  • New cookie editing flow (#448)
  • Support templating in cookies (#448)
  • HAWK authentication (#446)

Bug Fixes

  • Blocker for large responses works again
  • Prevent modal dialogs from closing when escaping autocomplete
  • Prevent Content-Length integer overflow for uploads over 2GB

Minor Changes

  • Environment functions on plugin API (#443)
  • Fuzzy filtering now used in all UI filter inputs
  • Request method now shown in tag editor (#453)
  • Don't touch already-encoded characters in URL
  • Add HTML content-type detection

v5.7.14

16 Aug 22:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixed requests hanging for a subset of Windows users

Minor Changes

  • Made max redirects configurable in settings

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)