Releases: Kong/insomnia
12.0.0 📦
What's Changed
- 🚀 12.0.0-beta.0 by @insomnia-infra in #9308
- Use codemirror merge addon to replace mis-merge [INS-1425] by @yaoweiprc in #9268
- fix: type imports for contributors by @ryan-willis in #9310
- fix: hide create mock server when creation not allowed by @shelby-moore in #9301
- feat: sparkles badge for AI features by @ryan-willis in #9306
- feat: update commit generation area by @ryan-willis in #9319
- fix: mcp issues by @CurryYangxx in #9321
- Fix: oauth redirection issue for MCP by @cwangsmv in #9316
- fix: redundant update toast by @CurryYangxx in #9322
- fix: delete wrong tailwind class by @CurryYangxx in #9266
- [INS-1598] - fix "see all features" link visibility in onboarding by @gatzjames in #9317
- feat: new pricing features by @xiaodemen in #9176
- fix: autoupdate ux by @jackkav in #9295
- fix: use string readyState to make mcp ux more accurate by @ZxBing0066 in #9323
- Fix new pricing issues before v12 launch by @yaoweiprc in #9330
- fix: unify and add links for new insomnia docs by @cwangsmv in #9333
- chore: add docs gen docs by @jackkav in #9312
- Fix/git checkout offline error msg by @gatzjames in #9335
- feat: clear all credentials upon logout [INS-1630] by @ryan-willis in #9328
- Change wording [INS-1547] by @yaoweiprc in #9340
- fix ndjson parser by @jackkav in #9318
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@12.0.0
12.0.0-beta.0 📦
What's Changed
- 🚀 11.6.2 by @insomnia-infra in #9287
- Encrypt and decrypt oauth code when using system browser for authoriz… [INS-1263] by @yaoweiprc in #9089
- fix: avoid modal events affect the outer menu by @ZxBing0066 in #9257
- feat: enable id replacement when importing for all users by @ZxBing0066 in #9256
- feat: LLM integrations + preferences by @ryan-willis in #9296
- feat: support mcp client by @CurryYangxx in #9152
- chore: remove unused renderMode by @jackkav in #9267
- add unittest deprecation warning by @jackkav in #9097
- bump electron 38 by @jackkav in #9282
- [INS-1598] Update onboarding view for v12 by @gatzjames in #9305
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@12.0.0-beta.0
11.6.2 📦
What's Changed
- 🚀 11.6.1 by @insomnia-infra in #9154
- Change the validation rule for branch name in cloud sync [INS-1041] by @yaoweiprc in #9126
- fix: auth code redirect uri affects implicit by @ZxBing0066 in #9158
- feat: Enhance the real time event polling mechanism for websocket and socket-io by @cwangsmv in #9157
- Remove dependency on @mismerge/react [INS-1418] by @yaoweiprc in #9145
- use toast instead of show-notification by @jackkav in #9128
- chore: explicit external deps by @jackkav in #9124
- add path check to read file by @jackkav in #9180
- [INS-1309] - Improve init/complete sign in flows with GitHub/GitLab by @gatzjames in #9181
- fix: wrong expiry time of oauth token by @ZxBing0066 in #9182
- fix: should show correct error boundary by @ZxBing0066 in #9184
- Fix release recurring builds by @jackkav in #9191
- Bump react-aria by @jackkav in #9188
- feat: create collection from mock server routes by @shelby-moore in #9156
- feat: Improve global modals by @gatzjames in #9190
- React-19-pre-upgrade by @jackkav in #9199
- reduce esbuild external deps by @jackkav in #9213
- refactor: wrap sensitive readFile - INS-1442 by @jackkav in #8992
- refactor importers to run in node by @jackkav in #9217
- fix link rendering by @jackkav in #9223
- fix: help text that incorrectly refers to momentjs by @judss in #9225
- fix: support specific importer when import from curl by @ZxBing0066 in #9197
- chore(docs): add note on macOS entitlements for local testing of packaged app by @gatzjames in #9227
- fix: curl import issue when parse the pair value by @ZxBing0066 in #9198
- chore(pkg): exclude source map files from build output by @gatzjames in #9228
- fix(deps): Move @react-router/dev to dev dependencies by @gatzjames in #9231
- fix: request is sent before script has been persisted by @ihexxa in #9237
- chore: increase timeout to 45 minutes for building artifacts by @notjaywu in #9238
- fix: modal show in non-auth pane by @ZxBing0066 in #9246
- Fix: real time response pane event issue by @cwangsmv in #9248
- fix: file tag returns getPath error in the elevated mode by @ihexxa in #9251
- fix: check clientCerts and return correct error message when accessing denied for CLI by @ihexxa in #9252
- fix: missing body menu items after the key changes by @ZxBing0066 in #9253
- fix: the danger color is same as background then icon seems invisible by @ihexxa in #9254
- Fix wrong user data dir [INS-1549] by @yaoweiprc in #9258
- fix(Modals): Add ModalOverlay to global modals for proper stacking behavior by @gatzjames in #9259
- fix: add project to descendant map - [INS-1562] by @CurryYangxx in #9264
- chore: reduce vite external deps by @jackkav in #9212
- fix: sentry sourcemap - [INS-1255] by @CurryYangxx in #9249
- fix(Navigation): Store/recover navigation history in the app by @gatzjames in #9284
New Contributors
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.6.2
11.6.1 📦
What's Changed
- 🚀 11.6.0 by @insomnia-infra in #9132
- Fix merge modal style issue [INS-908] by @yaoweiprc in #9133
- fix: Get image name and provenance repository from environment variables by @balugeorge in #9134
- dbl click unpin by @jackkav in #9127
- feat: Support Vault Dedicated for Hashicorp by @cwangsmv in #9082
- fix: eliminate extra border by @ryan-willis in #9091
- Closes #8946. OAuth2 plugin refresh token issue using basic auth for client credentials. by @ulisesbocchio in #8947
- feat: polish scratch pad by @ZxBing0066 in #9123
- [INS-1054] Remove .git suffix requirement for custom git repository URL by @godfrzero in #9086
- fix: Discard actions now respect staged vs unstaged changes and prevent silent data loss [INS-1099] by @pavkout in #9141
New Contributors
- @ulisesbocchio made their first contribution in #8947
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.6.1
11.6.0 📦
What's Changed
- 🚀 11.6.0-beta.0 by @insomnia-infra in #9102
- Chore: Avoid loading bundle plugin errors in development mode by @cwangsmv in #9105
- [INS-1350] Cloud sync issues by @gatzjames in #9104
- fix: workspace create fails on windows by @jackkav in #9101
- fix: sendRequest doesnt return error in some cases - INS-1262 by @ihexxa in #9059
- fix: preference panel crash on the login page by @ZxBing0066 in #9113
- fix: truncate cookie string by @ZxBing0066 in #9095
- fix: improve env selection/messaging in CI mode and silence warnings [INS-1345] by @ryan-willis in #9108
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.6.0
11.6.0-beta.0 📦
What's Changed
- 🚀 11.5.0 by @insomnia-infra in #9057
- fix: error when delete workspace by @CurryYangxx in #9060
- fix: race condition when switching project by @CurryYangxx in #9049
- feat: improve postman script translation func by @ZxBing0066 in #9047
- chore: remove nunjucks context api by @jackkav in #9058
- Refactor/db get descandents - [INS-1075] by @CurryYangxx in #8948
- chore: bump vite v7 by @jackkav in #8842
- fix: Refine the error message when importing files into collection [INS-1250] by @xiaodemen in #9048
- prune db methods, and improve type-checking by @jackkav in #8993
- chore: remove fromSync hack by @jackkav in #9016
- typescript improvements by @jackkav in #9067
- fix: branch can be null by @jackkav in #9070
- fix: Put the collection filter into localStorage by @xiaodemen in #8961
- fix: More user-friendly error message for the Swagger file by @xiaodemen in #8736
- fix: fix type error by @xiaodemen in #9078
- [INS-1189] Redirect to organization page if project is not found. by @gatzjames in #9068
- fix: clean unused notification call in the toast by @ZxBing0066 in #9079
- fix: create submit hook with a factory to explicitly declare the return type by @ZxBing0066 in #9077
- feat: auth for socket.io-[INS-1270] by @CurryYangxx in #9066
- chore: fix all playwright warnings and cut CI time by 10% by @jackkav in #9071
- update flake to electron 37 by @jackkav in #9085
- fix: update tab after moving request-[INS-1169] by @CurryYangxx in #9009
- fix: Commit modal fixes and uncommitted modal improvement [INS-1282] by @pavkout in #9069
- add initmodel to findone by @jackkav in #9096
- fix: Fix issue where pulling/discarding changes on a Git Project would remove metadata or private environments by @pavkout in #9100
- [INS-1234] Include token as backup credential when initially fetching repo contents by @godfrzero in #9092
- chore: bump electron-builder - [INS-1113] by @CurryYangxx in #9081
- feat: Improve wording for Security Whitelist Error Message [INS-1277] by @xiaodemen in #9076
- Resolve git merge conflicts change by change [INS-908] by @yaoweiprc in #9052
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.6.0-beta.0
11.5.0 📦
What's Changed
- 🚀 11.5.0-beta.4 by @insomnia-infra in #9054
- Change wording by @yaoweiprc in #9056
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.5.0
11.5.0-beta.4 📦
What's Changed
- 🚀 11.5.0-beta.3 by @insomnia-infra in #9045
- [INS-1234] Finesse experience of loading remote branches when creatin… by @godfrzero in #9030
- chore(ts): exclude dist dir by @CurryYangxx in #9046
- Fix/repository form validation by @gatzjames in #9050
- fix: Fix file filtering inside the project [INS-1246] by @pavkout in #9038
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.5.0-beta.4
11.5.0-beta.3 📦
What's Changed
- 🚀 11.5.0-beta.2 by @insomnia-infra in #9028
- fix: Fix issue with project name when create a new git project. [INS-1242] by @pavkout in #9036
- [INS-1143] Point See What's New app update notification link to the official changelog page by @godfrzero in #9035
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.5.0-beta.3
11.5.0-beta.2 📦
What's Changed
- 🚀 11.5.0-beta.1 by @insomnia-infra in #9019
- fix: mac autoUpdate by @CurryYangxx in #9020
- fix: Adjust Hashicorp vault config form with help tooltip by @cwangsmv in #9017
- fix: Support list folder environment keys in the editor auto-complete list by @cwangsmv in #8983
- fix(Lint Process): Include the dependencies required for linting in the final package - [INS-1190] by @gatzjames in #9022
- chore(package.lock): include spectral packaged to dependence by @CurryYangxx in #9023
- bump: @kong/insomnia-plugin-external-vault by @insomnia-infra in #9024
- fix(modal): error message should wrap without scrolling horizontally by @ihexxa in #9026
- fix: Fix crash when viewing repo settings without a connected repo [INS-1173] by @pavkout in #9025
Full Changelog: https://github.com/Kong/insomnia/compare/[email protected]@11.5.0-beta.2