Releases: Kong/insomnia
11.0.2 📦
What's Changed
- 🚀 11.0.1 by @insomnia-infra in #8533
- test: Fix the flaky case for environment editor by @cwangsmv in #8520
- fix(Git Sync): discard changes should delete requests and other entities if they don't exist in the previous version by @gatzjames in #8551
- feat(OAS Lint): use .spectral.yaml file for linting specs in git projects by @gatzjames in #8553
- fix: secure wrapper when paths contain utf-16 characters by @ryan-willis in #8539
- 🚀 11.0.2-beta.0 by @insomnia-infra in #8557
- fix: can not drag file to import - [INS-5251] by @CurryYangxx in #8549
- chore(runner): remove unused runner options by @ihexxa in #8550
- Fix: Export globals paramter in Run via CLI if user has selected any global environment by @cwangsmv in #8559
- lint unused else by @jackkav in #8556
- fix: Add Docker Hub login to avoid build failures due to image pull rate limit by @balugeorge in #8561
- fix(sdk): handle query params separately to avoid unexpected encoding or missing by @ihexxa in #8531
- fix: Execute docker/login action only on linux runners by @balugeorge in #8564
- 🚀 11.0.2-beta.1 by @insomnia-infra in #8565
- show how to run send request from worker by @jackkav in #8473
- eslint: remove unused disabled rules by @jackkav in #8571
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.2
11.0.2-beta.1 📦
What's Changed
- 🚀 11.0.2-beta.0 by @insomnia-infra in #8557
- fix: can not drag file to import - [INS-5251] by @CurryYangxx in #8549
- chore(runner): remove unused runner options by @ihexxa in #8550
- Fix: Export globals paramter in Run via CLI if user has selected any global environment by @cwangsmv in #8559
- lint unused else by @jackkav in #8556
- fix: Add Docker Hub login to avoid build failures due to image pull rate limit by @balugeorge in #8561
- fix(sdk): handle query params separately to avoid unexpected encoding or missing by @ihexxa in #8531
- fix: Execute docker/login action only on linux runners by @balugeorge in #8564
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.2-beta.1
11.0.2-beta.0 📦
What's Changed
- 🚀 11.0.1 by @insomnia-infra in #8533
- test: Fix the flaky case for environment editor by @cwangsmv in #8520
- fix(Git Sync): discard changes should delete requests and other entities if they don't exist in the previous version by @gatzjames in #8551
- feat(OAS Lint): use .spectral.yaml file for linting specs in git projects by @gatzjames in #8553
- fix: secure wrapper when paths contain utf-16 characters by @ryan-willis in #8539
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.2-beta.0
11.0.1 📦
What's Changed
- 🚀 11.0.0 by @insomnia-infra in #8478
- Solve the bug related to importing multiple workspaces in one file [INS-5077] by @yaoweiprc in #8442
- Add typing for templating context by @jackkav in #8455
- Chore(inso-cli): Add the missing run collection command and package for debugging in vscode by @cwangsmv in #8475
- feat(ui): add hover state for tab adding button by @CurryYangxx in #8465
- Fix: User upload data filepath is not exported when running via cli in runner [INS-5139] by @cwangsmv in #8477
- chore(sdk): avoid invalid cookie blocking sending request by @ihexxa in #8464
- Feat/add possibility to close tabs by mouse middle click by @snoh666 in #8482
- chore: bump electron 35 [INS-5154] by @filfreire in #8490
- fix(Import): Allow importing cookies with empty value and other properties by @gatzjames in #8496
- feat: add hotKey to close tab - [INS-5155] by @CurryYangxx in #8494
- fix: cancel not work by @CurryYangxx in #8503
- fix: Set native menus per-window by @Stedoss in #8444
- fix: Pin all external github actions to their corresponding commit SHAs by @balugeorge in #8511
- fix: Fixed cookie modal issue [INS-5210] by @pavkout in #8508
- fix(Export): add option to include private environments by @gatzjames in #8512
- fix(Import v5): make parsing more tolerant to undefined values by @gatzjames in #8509
- fix(Exports): respect selected requests option in exports by @gatzjames in #8513
- feat: temporary tabs - [INS-5088] by @CurryYangxx in #8486
- Fix the bug that the default menu can not be replaced on mac by @yaoweiprc in #8518
- 🚀 11.0.1-beta.0 by @insomnia-infra in #8523
- securely wrap execution by @ryan-willis in #8451
- Refactor-plugins-apps by @jackkav in #8521
- bump/security-actions by @jackkav in #8510
- fix: remove use of node headers to fix variable template usage by @ryan-willis in #8514
- feat(Git Sync): UX improvements by @gatzjames in #8524
- Sync new workspace to cloud after importing it [INS-4999] by @yaoweiprc in #8389
- 🚀 11.0.1-beta.1 by @insomnia-infra in #8527
- feat(Git Push): update error messages for push-and-commit action by @gatzjames in #8532
New Contributors
- @snoh666 made their first contribution in #8482
- @Stedoss made their first contribution in #8444
- @balugeorge made their first contribution in #8511
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.1
11.0.1-beta.1 📦
What's Changed
- 🚀 11.0.1-beta.0 by @insomnia-infra in #8523
- securely wrap execution by @ryan-willis in #8451
- Refactor-plugins-apps by @jackkav in #8521
- bump/security-actions by @jackkav in #8510
- fix: remove use of node headers to fix variable template usage by @ryan-willis in #8514
- feat(Git Sync): UX improvements by @gatzjames in #8524
- Sync new workspace to cloud after importing it [INS-4999] by @yaoweiprc in #8389
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.1-beta.1
11.0.1-beta.0 📦
What's Changed
- Solve the bug related to importing multiple workspaces in one file [INS-5077] by @yaoweiprc in #8442
- Add typing for templating context by @jackkav in #8455
- Chore(inso-cli): Add the missing run collection command and package for debugging in vscode by @cwangsmv in #8475
- feat(ui): add hover state for tab adding button by @CurryYangxx in #8465
- Fix: User upload data filepath is not exported when running via cli in runner [INS-5139] by @cwangsmv in #8477
- chore(sdk): avoid invalid cookie blocking sending request by @ihexxa in #8464
- Feat/add possibility to close tabs by mouse middle click by @snoh666 in #8482
- chore: bump electron 35 [INS-5154] by @filfreire in #8490
- fix(Import): Allow importing cookies with empty value and other properties by @gatzjames in #8496
- feat: add hotKey to close tab - [INS-5155] by @CurryYangxx in #8494
- fix: cancel not work by @CurryYangxx in #8503
- fix: Set native menus per-window by @Stedoss in #8444
- fix: Pin all external github actions to their corresponding commit SHAs by @balugeorge in #8511
- fix: Fixed cookie modal issue [INS-5210] by @pavkout in #8508
- fix(Export): add option to include private environments by @gatzjames in #8512
- fix(Import v5): make parsing more tolerant to undefined values by @gatzjames in #8509
- fix(Exports): respect selected requests option in exports by @gatzjames in #8513
- feat: temporary tabs - [INS-5088] by @CurryYangxx in #8486
- Fix the bug that the default menu can not be replaced on mac by @yaoweiprc in #8518
New Contributors
- @snoh666 made their first contribution in #8482
- @Stedoss made their first contribution in #8444
- @balugeorge made their first contribution in #8511
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.1-beta.0
11.0.0 📦
What's Changed
- 🚀 10.3.1 by @insomnia-infra in #8344
- fix: request render error not display - [INS-4833] by @CurryYangxx in #8277
- Short-ciruit string rendering if require invocation is detected by @godfrzero in #8358
- add warning on import by @jackkav in #8350
- fix: mask client secret input in OAuth 2.0 authentication [INS-4974] by @pavkout in #8351
- fix: consolidate request+codegen headers+authorization [INS-4925] by @ryan-willis in #8345
- fix: Table view environment variables are not updated when changed in pre-request/after-response scripts [INS-4875] by @cwangsmv in #8353
- Fix/sdk/tagged url by @ihexxa in #8361
- 🚀 10.3.2-beta.0 by @insomnia-infra in #8369
- Prettify json in response viewer [INS-4966] by @yaoweiprc in #8354
- fix: Escape key closes environment editor modal in vim mode [INS-4975] by @pavkout in #8368
- feat: Allow to select all in CSV viewer [INS-4973] by @pavkout in #8349
- fix: Fix issue with resizable panels [INS-4986] by @pavkout in #8366
- fix: Improve request drop-down menu [INS-4983] by @pavkout in #8364
- feat(sdk): enable folder env interfaces for manipulation in script by @ihexxa in #8348
- feat: Insomnia vault key management UI[INS-4715] by @cwangsmv in #8296
- feat: minimal bar-[INS-4420] by @CurryYangxx in #8293
- fix: do not append headers with empty names by @ryan-willis in #8372
- feat: multiple tabs - [INS-4225] by @CurryYangxx in #8151
- fix: runner select all by @CurryYangxx in #8256
- fix(sdk): get response size from bytesRead value by @ihexxa in #8313
- feat: Using global private environment to save secrets[INS-4715] by @cwangsmv in #8233
- refactor: Invite modal - Being able to invite a team from the Organization and from Electron [INS-4684] by @pavkout in #8319
- fix: reduce sse by @CurryYangxx in #8375
- feat(Git Sync): Git Credentials storage by @gatzjames in #8376
- Insomnia Format v5 by @gatzjames in #8209
- feat: plugin install support for proxy and custom ca cert bundle by @ryan-willis in #8337
- feat: preference for key map with one-line text fields by @ryan-willis in #8335
- Chore: Fix vault case failure and add one more test for vault key by @cwangsmv in #8378
- feat(Git Sync): move git logic in git-service by @gatzjames in #8377
- feat(Git Sync): Introduce Git Projects by @gatzjames in #8382
- Skip the flaky vault test by @cwangsmv in #8384
- 🚀 11.0.0-beta.0 by @insomnia-infra in #8386
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.0
11.0.0-beta.7 📦
What's Changed
- 🚀 11.0.0-beta.6 by @insomnia-infra in #8454
- feat(UX improvements): add loading indicators for creating projects and workspaces by @gatzjames in #8460
- feat(Export all data): Use insomnia v5 by @gatzjames in #8461
- feat(Git Projects): Improve message for deleting a Git project by @gatzjames in #8462
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.0-beta.7
11.0.0-beta.6 📦
What's Changed
- 🚀 11.0.0-beta.4 by @insomnia-infra in #8449
- move default templating into a web worker by @jackkav in #8447
- feat(Onboarding): Update onboarding for v11 by @gatzjames in #8422
- feat(Git Projects): Perfromance improvements by @gatzjames in #8450
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.0-beta.6
11.0.0-beta.4 📦
What's Changed
- 🚀 11.0.0-beta.2 by @insomnia-infra in #8417
- fix: unable to use unix socket with grpc - [INS-5036] by @CurryYangxx in #8410
- fix: disable sentry anr by @CurryYangxx in #8426
- fix: disable arch for linux on electron-builder [INS-5053] by @filfreire in #8427
- 🚀 11.0.0-beta.3 by @insomnia-infra in #8429
- chore: update the publish workflow by @notjaywu in #8407
- Fix overflow issue in import modal [INS-5039] by @yaoweiprc in #8418
- Fix issue of the typo file by @cwangsmv in #8425
- fix: back to login page after close all tabs by @CurryYangxx in #8437
- Test: Add vault key related smoke test [INS-5052] by @cwangsmv in #8438
- Support another postman schema url when importing [INS-5046] by @yaoweiprc in #8434
- Fix: Auto detect updated file encoding and read file with encoding[INS-5017] by @cwangsmv in #8428
- fix: Deprecate Git Workspaces [INS-5070] by @pavkout in #8436
- chore: Try to improve smoke test tracing to figure failure/flaky case causes [INS-5056] by @cwangsmv in #8431
- Adjust alignment & copy in Organization empty state by @godfrzero in #8443
- refactor(sdk): improve url parsing for valid or invalid url cases by @ihexxa in #8439
- feat(Git Projects): Insomnia files can be anywhere inside the repository by @gatzjames in #8432
- Render no-standard content-encoding response [INS-4910] by @yaoweiprc in #8341
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.0.0-beta.4