Page MenuHomeSolus

Update to 5.14.7
ClosedPublic

Authored by theSoenke on Feb 25 2018, 10:28 AM.
Tags
None
Referenced Files
F11004083: D2387.diff
Mon, Jul 31, 10:20 PM
F11003472: D2387.diff
Mon, Jul 31, 2:57 PM
F10987079: D2387.diff
Mon, Jul 24, 4:12 AM
F10941875: D2387.id.diff
Fri, Jul 14, 8:17 AM
F10892350: D2387.id.diff
Jun 29 2023, 10:53 PM
F10863695: D2387.diff
Jun 17 2023, 3:46 AM
F10840371: D2387.diff
Jun 10 2023, 1:30 AM
F10840348: D2387.id5768.diff
Jun 10 2023, 1:26 AM
Subscribers

Details

Summary
  • Basic support for importing Swagger 2.0 projects
  • Add RSA-SHA1 signing for OAuth 1.0
  • Response history now shows URL instead of time and size
  • Fix GraphQL autocomplete in nested blocks
  • Fix code generation when multipart/form-data present
  • Attempt to fix certain network requests hanging
  • Fix body type changing automatically when content-type header updated
  • GraphQL queries now work with OAuth 2.0 requests
  • Base environment name no longer editable
  • Support AWS multifactor auth
  • Add audience field to OAuth 2.0 client credentials grant
  • Add OpenID response type for OAuth 2.0 implicit grant
  • Always show accurate HTTP status message (never default)
  • Plugin arguments can now define a validate function
  • Support XPath string results
  • Added enable/disable toggle to most authentication types
  • XPath queries no longer required to begin with forward slash
  • New template tag to prompt for user input
  • New OS template tag for accessing operating system values
  • getBodyText and setBodyText added to plugin API
Test Plan

Start application
Make some REST requests

Diff Detail

Repository
R3990 insomnia
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
20

Any explanation for the removal of lerna?

This revision now requires changes to proceed.Feb 26 2018, 1:35 PM
package.yml
20

In my opinion there is no longer any need for it. I'm not entirely sure anymore why it has been added in the first place. I think because I first used lerna directly instead of the NPM scripts. As lerna is a dependency in the package.json I see no need to use an externally bundled dependency especially that there the specific version is locked in the package-lock.json and there is otherwise always the chance of incompatibilities or breaking changes. Does this make sense? Or want me to revert it?

package.yml
20

No because I explicitly wanted us to use the external version of lerna, like we do with yarn. If lerna needs to be updated to facilitate updating insomnia, then we should do that. Please revert it and keep it there in the future.

theSoenke added inline comments.
package.yml
20

done

This revision is now accepted and ready to land.Feb 26 2018, 8:52 PM
This revision was automatically updated to reflect the committed changes.