Releases: Kong/insomnia
Releases · Kong/insomnia
v5.7.10
v5.7.9
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
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
toapplication/json
v5.7.0
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
v5.6.1
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
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
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
v5.3.6
Bug Fixes
- Improve cookie handling with redirects
- Fixed workspace duplication active environment bug
- Fixed status tag in response history showing "ERROR" for responses with no HTTP Reason
- Fixed autocomplete constants filling with
undefined
Minor Changes
- Added option to use custom date format with Timestamp tag