core@11.1.0

Kong/insomniacore@11.1.0May 6, 2025by github-actions[bot]

AI Summary

This release refactors the SDK and introduces significant CLI enhancements, including folder-level environment manipulation and workspace name matching. It also resolves various bugs related to OAuth2, Git Sync, and file imports while adding proxy support for WebSockets.

Key Highlights

  • Renamed SDK to 'scripting-environment' for better clarity
  • Added proxy support for WebSockets requests
  • CLI enhancements: folder-level environment manipulation and workspace name matching
  • Fixed OAuth2 secret visibility in auth tab and Git Sync for uninitialized repositories

Breaking Changes

  • Renamed SDK to scripting-environment

New Features

  • WSDL import improvements
  • Inso CLI export spec for insomnia v5 e2e test
  • Generate content-type header for imported requests

Full Release Notes

## What's Changed
* :rocket: 11.0.2 by @insomnia-infra in https://github.com/Kong/insomnia/pull/8575
* Fix/more-lint-rules by @jackkav in https://github.com/Kong/insomnia/pull/8572
* Eslint-v9 by @jackkav in https://github.com/Kong/insomnia/pull/8578
* fix(Import): When body params have a file we shouldn't require a value by @gatzjames in https://github.com/Kong/insomnia/pull/8587
* fix(Git Sync): Clone uninitialized repositories when loading them by @gatzjames in https://github.com/Kong/insomnia/pull/8588
* :rocket: 11.1.0-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/8589
* More-eslint-fixes by @jackkav in https://github.com/Kong/insomnia/pull/8593
* :rocket: 11.1.0-beta.1 by @insomnia-infra in https://github.com/Kong/insomnia/pull/8595
* chore: simplify scripts in package.json by @CurryYangxx in https://github.com/Kong/insomnia/pull/8598
* fix(test): uuid rendering test is flaky by @ihexxa in https://github.com/Kong/insomnia/pull/8569
* fix inso script not reading config by @jackkav in https://github.com/Kong/insomnia/pull/8600
* renamed sdk to scripting-environment by @jackkav in https://github.com/Kong/insomnia/pull/8604
* feat: Add disabling logic to mandate storage option by the API [INS-5159] by @pavkout in https://github.com/Kong/insomnia/pull/8548
* feat: Modify the empty view for projects [INS-5248] by @pavkout in https://github.com/Kong/insomnia/pull/8577
* bump electron-build and add fuse by @jackkav in https://github.com/Kong/insomnia/pull/8602
* Prettier pass 3 by @jackkav in https://github.com/Kong/insomnia/pull/8586
* Full-prettier-run by @jackkav in https://github.com/Kong/insomnia/pull/8605
* use yaml 2 by @jackkav in https://github.com/Kong/insomnia/pull/8607
* feat(Inso CLI): Allow using the workspace name to match a spec file by @gatzjames in https://github.com/Kong/insomnia/pull/8609
* bump ts 5.8 by @jackkav in https://github.com/Kong/insomnia/pull/8618
* Add-playwright-linting-to-smoke-tests by @jackkav in https://github.com/Kong/insomnia/pull/8614
* fix playwright lint warnings by @jackkav in https://github.com/Kong/insomnia/pull/8620
* Generate content-type header for imported requests [INS-5281] by @yaoweiprc in https://github.com/Kong/insomnia/pull/8610
* Improve WSDL import [INS-4291] by @yaoweiprc in https://github.com/Kong/insomnia/pull/8314
* react-aria upgrade breaks pw tests by @jackkav in https://github.com/Kong/insomnia/pull/8613
* Merge test to reduce smoke test execution time by @cwangsmv in https://github.com/Kong/insomnia/pull/8625
* bump minor deps by @jackkav in https://github.com/Kong/insomnia/pull/8621
* Bump-vite-v6 by @jackkav in https://github.com/Kong/insomnia/pull/8608
* feat: remove external PAT for insomnia release by @notjaywu in https://github.com/Kong/insomnia/pull/8628
* feat(cli): enable folder-level env manipulation for CLI by @ihexxa in https://github.com/Kong/insomnia/pull/8495
* chore: optimize some interfaces & fix typo by @ZxBing0066 in https://github.com/Kong/insomnia/pull/8634
* A workaround for the space issue in key-value editor [INS-5274] by @yaoweiprc in https://github.com/Kong/insomnia/pull/8627
* fix: oauth2 inheritance [INS-5023] by @ryan-willis in https://github.com/Kong/insomnia/pull/8622
* refactor(sdk): only display error message without stacktrace for minor errors by @ihexxa in https://github.com/Kong/insomnia/pull/8606
* fix(Import v5): Import multiline body parameter by @gatzjames in https://github.com/Kong/insomnia/pull/8642
* chore(Upgrade deprecated Section component): Update deprecated RAC Section component by @gatzjames in https://github.com/Kong/insomnia/pull/8644
* chore: bump sentry sdk by @CurryYangxx in https://github.com/Kong/insomnia/pull/8528
* Support proxy for Websocket requests [INS-5350] by @cwangsmv in https://github.com/Kong/insomnia/pull/8624
* docs(sdk): add docs for collection by @ihexxa in https://github.com/Kong/insomnia/pull/8615
* chore(publish): publish releases by @notjaywu in https://github.com/Kong/insomnia/pull/8648
* fix: update action bar value after users click import from url by @ZxBing0066 in https://github.com/Kong/insomnia/pull/8643
* docs(script-sdk): add docs for proxy-config - INS-5409 by @ihexxa in https://github.com/Kong/insomnia/pull/8647
* fix: update cookieJar methods to keep the name and params consistent by @ZxBing0066 in https://github.com/Kong/insomnia/pull/8654
* chore(release): create the draft release in the release-start workflow by @notjaywu in https://github.com/Kong/insomnia/pull/8656
* Fix secret values are not revealed in OAuth2 auth tab[INS-5425] by @cwangsmv in https://github.com/Kong/insomnia/pull/8658
* docs(script-sdk): add docs for the folder entity - INS-5428 by @ihexxa in https://github.com/Kong/insomnia/pull/8657
* :rocket: 11.1.0-beta.3 by @notjaywu in https://github.com/Kong/insomnia/pull/8664
* Fix smoke test flaky cases in slower runners by @cwangsmv in https://github.com/Kong/insomnia/pull/8665
* docs(script-sdk): add docs for headers - INS-5438 by @ihexxa in https://github.com/Kong/insomnia/pull/8666
* :rocket: 11.1.0-beta.4 by @insomnia-infra in https://github.com/Kong/insomnia/pull/8668
* chore(Inso): add e2e test for inso cli export spec for insomnia v5 by @gatzjames in https://github.com/Kong/insomnia/pull/8670

## New Contributors
* @ZxBing0066 made their first contribution in https://github.com/Kong/insomnia/pull/8634

**Full Changelog**: https://github.com/Kong/insomnia/compare/core@11.0.2...core@11.1.0