- 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
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3990:cb38d62cfc68: Update to 5.14.7
Start application
Make some REST requests
Diff Detail
- Repository
- R3990 insomnia
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| package.yml | ||
|---|---|---|
| 20 | Any explanation for the removal of lerna? | |
| 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. | |
| package.yml | ||
|---|---|---|
| 20 | done | |