12.1.0-beta.0Pre-release
12.1.0-beta.0 📦
Added 7
- Support canceling separate MCP messages
- Add error type for MCP response and optimize UI when encountering MCP auth error
- Add model config to segment even for mock creation
- Support saving run collection result report
- Make MCP Client visible in scratchpad
- Add MCP error details to events and UI
- Support CA cert config for MCP
Changed 2
- Use ECMAScript 11
- Refine MCP message loading status and add elicitation support
Fixed 6
- Fix NDJSON parser
- Show OAuth related error only when discovering authorization server and dynamic registering client succeeds
- Fix Insomnia V5 Schema changes
- Fix MCP request pane missing after switching to vertical layout
- Record failed MCP auth fetch events
- Set selected primitive for MCP client only when it exists
What's Changed
- Change wording [INS-1547] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9340
- fix ndjson parser by @jackkav in https://github.com/Kong/insomnia/pull/9318
- :rocket: 12.0.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9338
- feat: MCP message loading status refinement and elicitation support by @cwangsmv in https://github.com/Kong/insomnia/pull/9288
- use ecmascript 11 by @jackkav in https://github.com/Kong/insomnia/pull/9347
- Fix: Show oauth related error only when discover authorization server and dynamic register client success by @cwangsmv in https://github.com/Kong/insomnia/pull/9348
- feat: Support to cancel separate MCP message by @cwangsmv in https://github.com/Kong/insomnia/pull/9341
- feat: add a error type for mcp response and optimize the ui when encounter an mcp auth error by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9349
- fix: Insomnia V5 Schema changes [INS-847] by @pavkout in https://github.com/Kong/insomnia/pull/9275
- feat: add model config to segment even for mock creation by @shelby-moore in https://github.com/Kong/insomnia/pull/9357
- fix: MCP request pane missing after switch to vertical layout by @cwangsmv in https://github.com/Kong/insomnia/pull/9365
- feat: support saving run collection result report by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9360
- chore: bump insomnia-plugin-ai to 1.0.5 by @shelby-moore in https://github.com/Kong/insomnia/pull/9370
- bump: @kong/insomnia-plugin-external-vault by @insomnia-infra in https://github.com/Kong/insomnia/pull/9373
- fix: record failed mcp auth fetch events by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9372
- feat: Making MCP Client visible in scratchpad by @cwangsmv in https://github.com/Kong/insomnia/pull/9374
- Fix: Set selected primitive for MCP client only when exists by @cwangsmv in https://github.com/Kong/insomnia/pull/9375
- feat: add mcp error details to the events and the UI by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9377
- feat: support ca cert config for mcp by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9376
Full Changelog: https://github.com/Kong/insomnia/compare/core@12.0.0...core@12.1.0-beta.0