# Insomnia changelog > An open-source API client for REST, GraphQL and gRPC. - Vendor: Kong - Category: Developer Tools - Official site: https://insomnia.rest - Tracked by: What's New (https://whatsnew.fyi/product/insomnia) - Harvested from: GitHub (Kong/insomnia) - Entries below: 25 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 13.1.0 — 13.1.0 📦 - Date: 2026-07-24 - Version: 13.1.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.1.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.1.0 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@13.1.0-beta.1...core@13.1.0 ### 13.1.0-beta.1 — 13.1.0-beta.1 📦 - Date: 2026-07-22 - Version: 13.1.0-beta.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.1.0-beta.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.1.0-beta.1 - Labels: Pre-release ##### What's Changed * backport #10268 to release/13.1 by @insomnia-infra in https://github.com/Kong/insomnia/pull/10282 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@13.1.0-beta.0...core@13.1.0-beta.1 ### 13.1.0-beta.0 — 13.1.0-beta.0 📦 - Date: 2026-07-13 - Version: 13.1.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.1.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.1.0-beta.0 - Labels: Pre-release - **added** — Add model migration and initModel to database - **added** — Konnect sync integration - **added** — Konnect integration proxy URL and regex support - **added** — Konnect integration sanitizes nunjucks templates on sync - **added** — Konnect integration expressions support - **added** — Custom npm registry mirror setting for plugin installation - **added** — Default user-agent for cURL imports - **added** — Integrate v3 user endpoints - **added** — Git Sync support for canonical repository output - **added** — Import deep-link login experience - **added** — Revamping pre/post scripting sandbox - **added** — Include app version in window title - **changed** — Move konnect sync behind feature flag - **changed** — Change default behavior when deleting cloud sync workspace - **changed** — Use electron store for OAuth session - **fixed** — Unhandled rejection error - **fixed** — Resolve Sentry promise error - **fixed** — Git Sync credential validation causing form loop - **fixed** — Git Sync auto-resolve non-YAML file conflicts to remote during merge - **fixed** — Enforce securedPath in mockServerAdditionalFiles - **fixed** — View transition error - **fixed** — Support pin and unpin websocket and socketio requests - **fixed** — User cannot resolve conflict in app - **fixed** — File list in the middle of commit modal is collapsed - **fixed** — Bump node-libcurl and add IPv6 tests ##### What's Changed * :rocket: 12.5.1-alpha.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9799 * feat: move model migrate and initModel to database by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9796 * Chore: ratchet renderer nodejs calls by @jackkav in https://github.com/Kong/insomnia/pull/9803 * Validate credentials by @pavkout in https://github.com/Kong/insomnia/pull/9765 * refactor: remove route path builtin imports by @jackkav in https://github.com/Kong/insomnia/pull/9805 * feat: konnect sync integration by @shelby-moore in https://github.com/Kong/insomnia/pull/9795 * chore: add AGENTS.md, CLAUDE.md by @shelby-moore in https://github.com/Kong/insomnia/pull/9812 * refactor: route fs backed cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9806 * refactor: shared browser safe helper cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9810 * fix: unhandledrejection error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9774 * fix: resolve sentry promise error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9786 * fix(Git Sync): Fix credential validation causing form loop by @gatzjames in https://github.com/Kong/insomnia/pull/9820 * add e2e and cli skills by @jackkav in https://github.com/Kong/insomnia/pull/9818 * feat: konnect integration proxy url and regex support by @shelby-moore in https://github.com/Kong/insomnia/pull/9811 * chore: move konnect sync behind feature flag by @shelby-moore in https://github.com/Kong/insomnia/pull/9832 * chore: isolate gRPC proto file preparation behind IPC boundary by @jackkav in https://github.com/Kong/insomnia/pull/9828 * feat: konnect integration sanitizes nunjucks templates on sync by @shelby-moore in https://github.com/Kong/insomnia/pull/9831 * fix(Git Sync): auto-resolve non-YAML file conflicts to remote during merge by @gatzjames in https://github.com/Kong/insomnia/pull/9798 * feat: konnect integration expressions support by @shelby-moore in https://github.com/Kong/insomnia/pull/9830 * Show more specific error when creating mock route fails [INS-478] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9841 * fix: Enforce securedPath in mockServerAdditionalFiles by @kwburns-kong in https://github.com/Kong/insomnia/pull/9748 * Feat: add custom npm registry mirror setting for plugin installation [INS-1269] by @jeremyjpj0916 in https://github.com/Kong/insomnia/pull/9837 * feat: default user-agent for cURL imports [INS-2416] by @ryan-willis in https://github.com/Kong/insomnia/pull/9838 * fix: view transition error - [INS-2316] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9792 * feat: Change default behavior when delete cloud sync workspace by @cwangsmv in https://github.com/Kong/insomnia/pull/9844 * feat: integrate v3 user endpoints by @Ali-Sab in https://github.com/Kong/insomnia/pull/9785 * chore: apply PoLP to workflows by @kwburns-kong in https://github.com/Kong/insomnia/pull/9840 * chore: resolve GHA warning annotations and reduce CI time [INS-2312] by @ryan-willis in https://github.com/Kong/insomnia/pull/9839 * fix: resolves INS-2366 by @kwburns-kong in https://github.com/Kong/insomnia/pull/9852 * Refactor:use electron store for oauth session by @jackkav in https://github.com/Kong/insomnia/pull/9851 * chore: decouple releases by @notjaywu in https://github.com/Kong/insomnia/pull/9842 * refactor: auth header to main by @jackkav in https://github.com/Kong/insomnia/pull/9834 * fix: Support pin and unpin websocket and socketio requests by @cwangsmv in https://github.com/Kong/insomnia/pull/9865 * feat(Git Sync): Add support for canonical repository output by @gatzjames in https://github.com/Kong/insomnia/pull/9789 * refactor: move sync code to main by @jackkav in https://github.com/Kong/insomnia/pull/9827 * chore: update insomnia-plugin-ai to 1.0.11 by @fiosman in https://github.com/Kong/insomnia/pull/9862 * fix: bump node-libcurl and add ipv6 tests by @ryan-willis in https://github.com/Kong/insomnia/pull/9869 * _[Truncated at 4000 characters — full notes: https://github.com/Kong/insomnia/releases/tag/core%4013.1.0-beta.0]_ ### 13.0.2 — 13.0.2 📦 - Date: 2026-06-24 - Version: 13.0.2 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.2 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.0.2 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@13.0.1...core@13.0.2 ### 13.0.1 — 13.0.1 📦 - Date: 2026-06-18 - Version: 13.0.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.0.1 ##### What's Changed * backport #10114 to release/13.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/10115 * backport #10102 to release/13.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/10116 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@13.0.0...core@13.0.1 ### 13.0.0 — 13.0.0 📦 - Date: 2026-06-16 - Version: 13.0.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.0.0 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@13.0.0-beta.1...core@13.0.0 ### 13.0.0-beta.1 — 13.0.0-beta.1 📦 - Date: 2026-06-11 - Version: 13.0.0-beta.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.0-beta.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.0.0-beta.1 - Labels: Pre-release - **added** — Konnect sync integration - **added** — Konnect integration proxy URL and regex support - **added** — Konnect integration expressions support - **added** — Konnect integration sanitizes nunjucks templates on sync - **added** — Custom npm registry mirror setting for plugin installation - **added** — Default user-agent for cURL imports - **added** — Git Sync support for canonical repository output - **added** — Import deep-link login experience - **added** — App version in window title - **added** — Git Sync improve migration onboarding UX and local file system access - **changed** — Move model migrate and initModel to database - **changed** — Change default behavior when delete cloud sync workspace - **changed** — Revamping pre/post scripting sandbox - **changed** — Git Sync downgrade to upgrade path - **changed** — Integrate v3 user endpoints - **fixed** — Unhandledrejection error - **fixed** — Resolve Sentry promise error - **fixed** — Git Sync credential validation causing form loop - **fixed** — Git Sync auto-resolve non-YAML file conflicts to remote during merge - **fixed** — Enforce securedPath in mockServerAdditionalFiles - **fixed** — View transition error ##### What's Changed * :rocket: 12.5.1-alpha.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9799 * feat: move model migrate and initModel to database by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9796 * Chore: ratchet renderer nodejs calls by @jackkav in https://github.com/Kong/insomnia/pull/9803 * Validate credentials by @pavkout in https://github.com/Kong/insomnia/pull/9765 * refactor: remove route path builtin imports by @jackkav in https://github.com/Kong/insomnia/pull/9805 * feat: konnect sync integration by @shelby-moore in https://github.com/Kong/insomnia/pull/9795 * chore: add AGENTS.md, CLAUDE.md by @shelby-moore in https://github.com/Kong/insomnia/pull/9812 * refactor: route fs backed cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9806 * refactor: shared browser safe helper cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9810 * fix: unhandledrejection error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9774 * fix: resolve sentry promise error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9786 * fix(Git Sync): Fix credential validation causing form loop by @gatzjames in https://github.com/Kong/insomnia/pull/9820 * add e2e and cli skills by @jackkav in https://github.com/Kong/insomnia/pull/9818 * feat: konnect integration proxy url and regex support by @shelby-moore in https://github.com/Kong/insomnia/pull/9811 * chore: move konnect sync behind feature flag by @shelby-moore in https://github.com/Kong/insomnia/pull/9832 * chore: isolate gRPC proto file preparation behind IPC boundary by @jackkav in https://github.com/Kong/insomnia/pull/9828 * feat: konnect integration sanitizes nunjucks templates on sync by @shelby-moore in https://github.com/Kong/insomnia/pull/9831 * fix(Git Sync): auto-resolve non-YAML file conflicts to remote during merge by @gatzjames in https://github.com/Kong/insomnia/pull/9798 * feat: konnect integration expressions support by @shelby-moore in https://github.com/Kong/insomnia/pull/9830 * Show more specific error when creating mock route fails [INS-478] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9841 * fix: Enforce securedPath in mockServerAdditionalFiles by @kwburns-kong in https://github.com/Kong/insomnia/pull/9748 * Feat: add custom npm registry mirror setting for plugin installation [INS-1269] by @jeremyjpj0916 in https://github.com/Kong/insomnia/pull/9837 * feat: default user-agent for cURL imports [INS-2416] by @ryan-willis in https://github.com/Kong/insomnia/pull/9838 * fix: view transition error - [INS-2316] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9792 * feat: Change default behavior when delete cloud sync workspace by @cwangsmv in https://github.com/Kong/insomnia/pull/9844 * feat: integrate v3 user endpoints by @Ali-Sab in https://github.com/Kong/insomnia/pull/9785 * chore: apply PoLP to workflows by @kwburns-kong in https://github.com/Kong/insomnia/pull/9840 * chore: resolve GHA warning annotations and reduce CI time [INS-2312] by @ryan-willis in https://github.com/Kong/insomnia/pull/9839 * fix: resolves INS-2366 by @kwburns-kong in https://github.com/Kong/insomnia/pull/9852 * Refactor:use electron store for oauth session by @jackkav in https://github.com/Kong/insomnia/pull/9851 * chore: decouple releases by @notjaywu in https://github.com/Kong/insomnia/pull/9842 * refactor: auth header to main by @jackkav in https://github.com/Kong/insomnia/pull/9834 * fix: Support pin and unpin websocket and socketio requests by @cwangsmv in https://github.com/Kong/insomnia/pull/9865 * feat(Git Sync): Add support for canonical repository output by @gatzjames in https://github.com/Kong/insomnia/pull/9789 * refactor: move sync code to main by @jackkav in https://github.com/Kong/insomnia/pull/9827 * chore: update insomnia-plugin-ai to 1.0.11 by @fiosman in https://github.com/Kong/insomnia/pull/9862 * fix: bump node-libcurl and add ipv6 tests by @ryan-willis in https://github.com/Kong/insomnia/pull/9869 * _[Truncated at 4000 characters — full notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.0-beta.1]_ ### 13.0.0-beta.0 — 13.0.0-beta.0 📦 - Date: 2026-06-05 - Version: 13.0.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/13.0.0-beta.0 - Labels: Pre-release - **added** — Konnect sync integration - **added** — Konnect integration proxy URL and regex support - **added** — Konnect integration expressions support - **added** — Konnect integration sanitizes nunjucks templates on sync - **added** — Custom npm registry mirror setting for plugin installation - **added** — Default user-agent for cURL imports - **added** — Support pin and unpin websocket and socketio requests - **added** — Git Sync support for canonical repository output - **added** — Import deep-link login experience - **added** — Include app version in window title - **changed** — Move model migrate and initModel to database - **changed** — Change default behavior when delete cloud sync workspace - **changed** — Integrate v3 user endpoints - **changed** — Use electron store for oauth session - **changed** — Revamping pre/post scripting sandbox - **fixed** — Unhandledrejection error - **fixed** — Resolve sentry promise error - **fixed** — Git Sync credential validation causing form loop - **fixed** — Git Sync auto-resolve non-YAML file conflicts to remote during merge - **fixed** — View transition error ##### What's Changed * :rocket: 12.5.1-alpha.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9799 * feat: move model migrate and initModel to database by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9796 * Chore: ratchet renderer nodejs calls by @jackkav in https://github.com/Kong/insomnia/pull/9803 * Validate credentials by @pavkout in https://github.com/Kong/insomnia/pull/9765 * refactor: remove route path builtin imports by @jackkav in https://github.com/Kong/insomnia/pull/9805 * feat: konnect sync integration by @shelby-moore in https://github.com/Kong/insomnia/pull/9795 * chore: add AGENTS.md, CLAUDE.md by @shelby-moore in https://github.com/Kong/insomnia/pull/9812 * refactor: route fs backed cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9806 * refactor: shared browser safe helper cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9810 * fix: unhandledrejection error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9774 * fix: resolve sentry promise error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9786 * fix(Git Sync): Fix credential validation causing form loop by @gatzjames in https://github.com/Kong/insomnia/pull/9820 * add e2e and cli skills by @jackkav in https://github.com/Kong/insomnia/pull/9818 * feat: konnect integration proxy url and regex support by @shelby-moore in https://github.com/Kong/insomnia/pull/9811 * chore: move konnect sync behind feature flag by @shelby-moore in https://github.com/Kong/insomnia/pull/9832 * chore: isolate gRPC proto file preparation behind IPC boundary by @jackkav in https://github.com/Kong/insomnia/pull/9828 * feat: konnect integration sanitizes nunjucks templates on sync by @shelby-moore in https://github.com/Kong/insomnia/pull/9831 * fix(Git Sync): auto-resolve non-YAML file conflicts to remote during merge by @gatzjames in https://github.com/Kong/insomnia/pull/9798 * feat: konnect integration expressions support by @shelby-moore in https://github.com/Kong/insomnia/pull/9830 * Show more specific error when creating mock route fails [INS-478] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9841 * fix: Enforce securedPath in mockServerAdditionalFiles by @kwburns-kong in https://github.com/Kong/insomnia/pull/9748 * Feat: add custom npm registry mirror setting for plugin installation [INS-1269] by @jeremyjpj0916 in https://github.com/Kong/insomnia/pull/9837 * feat: default user-agent for cURL imports [INS-2416] by @ryan-willis in https://github.com/Kong/insomnia/pull/9838 * fix: view transition error - [INS-2316] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9792 * feat: Change default behavior when delete cloud sync workspace by @cwangsmv in https://github.com/Kong/insomnia/pull/9844 * feat: integrate v3 user endpoints by @Ali-Sab in https://github.com/Kong/insomnia/pull/9785 * chore: apply PoLP to workflows by @kwburns-kong in https://github.com/Kong/insomnia/pull/9840 * chore: resolve GHA warning annotations and reduce CI time [INS-2312] by @ryan-willis in https://github.com/Kong/insomnia/pull/9839 * fix: resolves INS-2366 by @kwburns-kong in https://github.com/Kong/insomnia/pull/9852 * Refactor:use electron store for oauth session by @jackkav in https://github.com/Kong/insomnia/pull/9851 * chore: decouple releases by @notjaywu in https://github.com/Kong/insomnia/pull/9842 * refactor: auth header to main by @jackkav in https://github.com/Kong/insomnia/pull/9834 * fix: Support pin and unpin websocket and socketio requests by @cwangsmv in https://github.com/Kong/insomnia/pull/9865 * feat(Git Sync): Add support for canonical repository output by @gatzjames in https://github.com/Kong/insomnia/pull/9789 * refactor: move sync code to main by @jackkav in https://github.com/Kong/insomnia/pull/9827 * chore: update insomnia-plugin-ai to 1.0.11 by @fiosman in https://github.com/Kong/insomnia/pull/9862 * fix: bump node-libcurl and add ipv6 tests by @ryan-willis in https://github.com/Kong/insomnia/pull/9869 * _[Truncated at 4000 characters — full notes: https://github.com/Kong/insomnia/releases/tag/core%4013.0.0-beta.0]_ ### 12.6.0 — 12.6.0 📦 - Date: 2026-05-22 - Version: 12.6.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.6.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.6.0 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.6.0-beta.0...core@12.6.0 ### 12.6.0-beta.0 — 12.6.0-beta.0 📦 - Date: 2026-05-11 - Version: 12.6.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.6.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.6.0-beta.0 - Labels: Pre-release - **added** — Konnect sync integration - **added** — Konnect integration proxy URL and regex support - **added** — Konnect integration expressions support - **added** — Konnect integration sanitizes nunjucks templates on sync - **added** — Custom npm registry mirror setting for plugin installation - **added** — Default user-agent for cURL imports - **added** — Git Sync support for canonical repository output - **changed** — Move model migrate and initModel to database - **changed** — Change default behavior when delete cloud sync workspace - **changed** — Use electron store for OAuth session - **changed** — Integrate v3 user endpoints - **fixed** — Unhandled rejection error - **fixed** — Resolve Sentry promise error - **fixed** — Git Sync credential validation causing form loop - **fixed** — Git Sync auto-resolve non-YAML file conflicts to remote during merge - **fixed** — View transition error - **fixed** — Enforce securedPath in mockServerAdditionalFiles - **fixed** — Show more specific error when creating mock route fails - **fixed** — Support pin and unpin WebSocket and Socket.io requests - **fixed** — Bump node-libcurl and add IPv6 tests ##### What's Changed * :rocket: 12.5.1-alpha.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9799 * feat: move model migrate and initModel to database by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9796 * Chore: ratchet renderer nodejs calls by @jackkav in https://github.com/Kong/insomnia/pull/9803 * Validate credentials by @pavkout in https://github.com/Kong/insomnia/pull/9765 * refactor: remove route path builtin imports by @jackkav in https://github.com/Kong/insomnia/pull/9805 * feat: konnect sync integration by @shelby-moore in https://github.com/Kong/insomnia/pull/9795 * chore: add AGENTS.md, CLAUDE.md by @shelby-moore in https://github.com/Kong/insomnia/pull/9812 * refactor: route fs backed cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9806 * refactor: shared browser safe helper cleanup by @jackkav in https://github.com/Kong/insomnia/pull/9810 * fix: unhandledrejection error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9774 * fix: resolve sentry promise error by @CurryYangxx in https://github.com/Kong/insomnia/pull/9786 * fix(Git Sync): Fix credential validation causing form loop by @gatzjames in https://github.com/Kong/insomnia/pull/9820 * add e2e and cli skills by @jackkav in https://github.com/Kong/insomnia/pull/9818 * feat: konnect integration proxy url and regex support by @shelby-moore in https://github.com/Kong/insomnia/pull/9811 * chore: move konnect sync behind feature flag by @shelby-moore in https://github.com/Kong/insomnia/pull/9832 * chore: isolate gRPC proto file preparation behind IPC boundary by @jackkav in https://github.com/Kong/insomnia/pull/9828 * feat: konnect integration sanitizes nunjucks templates on sync by @shelby-moore in https://github.com/Kong/insomnia/pull/9831 * fix(Git Sync): auto-resolve non-YAML file conflicts to remote during merge by @gatzjames in https://github.com/Kong/insomnia/pull/9798 * feat: konnect integration expressions support by @shelby-moore in https://github.com/Kong/insomnia/pull/9830 * Show more specific error when creating mock route fails [INS-478] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9841 * fix: Enforce securedPath in mockServerAdditionalFiles by @kwburns-kong in https://github.com/Kong/insomnia/pull/9748 * Feat: add custom npm registry mirror setting for plugin installation [INS-1269] by @jeremyjpj0916 in https://github.com/Kong/insomnia/pull/9837 * feat: default user-agent for cURL imports [INS-2416] by @ryan-willis in https://github.com/Kong/insomnia/pull/9838 * fix: view transition error - [INS-2316] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9792 * feat: Change default behavior when delete cloud sync workspace by @cwangsmv in https://github.com/Kong/insomnia/pull/9844 * feat: integrate v3 user endpoints by @Ali-Sab in https://github.com/Kong/insomnia/pull/9785 * chore: apply PoLP to workflows by @kwburns-kong in https://github.com/Kong/insomnia/pull/9840 * chore: resolve GHA warning annotations and reduce CI time [INS-2312] by @ryan-willis in https://github.com/Kong/insomnia/pull/9839 * fix: resolves INS-2366 by @kwburns-kong in https://github.com/Kong/insomnia/pull/9852 * Refactor:use electron store for oauth session by @jackkav in https://github.com/Kong/insomnia/pull/9851 * chore: decouple releases by @notjaywu in https://github.com/Kong/insomnia/pull/9842 * refactor: auth header to main by @jackkav in https://github.com/Kong/insomnia/pull/9834 * fix: Support pin and unpin websocket and socketio requests by @cwangsmv in https://github.com/Kong/insomnia/pull/9865 * feat(Git Sync): Add support for canonical repository output by @gatzjames in https://github.com/Kong/insomnia/pull/9789 * refactor: move sync code to main by @jackkav in https://github.com/Kong/insomnia/pull/9827 * chore: update insomnia-plugin-ai to 1.0.11 by @fiosman in https://github.com/Kong/insomnia/pull/9862 * fix: bump node-libcurl and add ipv6 tests by @ryan-willis in https://github.com/Kong/insomnia/pull/9869 * _[Truncated at 4000 characters — full notes: https://github.com/Kong/insomnia/releases/tag/core%4012.6.0-beta.0]_ ### 12.5.1-alpha.0 — 12.5.1-alpha.0 📦 - Date: 2026-04-11 - Version: 12.5.1-alpha.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.5.1-alpha.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.5.1-alpha.0 - Labels: Pre-release - **fixed** — Execute bundle plugin actions with correct execution environment - **added** — Support switching spec docs between JSON and YAML - **fixed** — Use json-bigint for parsing JSON in the response template tag to handle large numbers - **fixed** — Account for non-string scalar return values from xpath functions - **added** — Support deconstructing services - **fixed** — Wait for Vite dev server before launching Electron - **fixed** — Request local network access on macOS - **fixed** — Exclude environment workspaces from Move/Copy to Workspace dropdown ##### What's Changed * :rocket: 12.5.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9771 * fix: Execute bundle plugin actions with correct execution environment by @cwangsmv in https://github.com/Kong/insomnia/pull/9759 * feat: migrate models to insomnia-data - p7 by @cwangsmv in https://github.com/Kong/insomnia/pull/9743 * feat: support switching spec docs between JSON and YAML by @ryan-willis in https://github.com/Kong/insomnia/pull/9769 * chore(deps): bump dependencies by @ryan-willis in https://github.com/Kong/insomnia/pull/9756 * chore: restrict GITHUB_TOKEN permissions by @kwburns-kong in https://github.com/Kong/insomnia/pull/9779 * fix: Use json-bigint for parsing JSON in the response template tag to handle large numbers [#8988] by @godfrzero in https://github.com/Kong/insomnia/pull/9728 * fix: Account for non-string scalar return values from xpath functions [INS-637] by @godfrzero in https://github.com/Kong/insomnia/pull/9778 * chore: clean up insomniaFetch imports and configuration by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9750 * feat: support deconstructing services by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9767 * fix: wait for Vite dev server before launching Electron by @yaoweiprc in https://github.com/Kong/insomnia/pull/9777 * refactor: model migration by @CurryYangxx in https://github.com/Kong/insomnia/pull/9742 * feat: migrate models to insomnia-data - p8 by @cwangsmv in https://github.com/Kong/insomnia/pull/9751 * feat: migrate models to insomnia-data - p6 by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9763 * fix: clean unused model files by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9787 * fix: request local network access on macOS by @ryan-willis in https://github.com/Kong/insomnia/pull/9784 * fix: exclude environment workspaces from Move/Copy to Workspace dropdown by @BloodShop in https://github.com/Kong/insomnia/pull/9737 ##### New Contributors * @kwburns-kong made their first contribution in https://github.com/Kong/insomnia/pull/9779 * @BloodShop made their first contribution in https://github.com/Kong/insomnia/pull/9737 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.5.0...core@12.5.1-alpha.0 ### 12.5.0 — 12.5.0 📦 - Date: 2026-04-02 - Version: 12.5.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.5.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.5.0 - **added** — Add toast notifications for update/create credentials - **fixed** — Delete cloud sync workspace issue - **fixed** — Add line clamp limit for delete workspace modal - **fixed** — GitHub credentials edit popup should close automatically after reauthorize succeeds - **fixed** — Import state and project scan - **fixed** — Prevent duplicate imports during auto-scan ##### What's Changed * :rocket: 12.5.0-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9749 * feat: Add toast notifications for update/create credentials by @pavkout in https://github.com/Kong/insomnia/pull/9761 * fix: delete cloud sync workspace issue by @cwangsmv in https://github.com/Kong/insomnia/pull/9762 * fix: add line clamp limit for delete workspace model by @cwangsmv in https://github.com/Kong/insomnia/pull/9764 * fix: Git Hub credentials edit pop up should be close automatically after reauthorize succeed. by @pavkout in https://github.com/Kong/insomnia/pull/9760 * fix: import state and project scan by @ryan-willis in https://github.com/Kong/insomnia/pull/9766 * fix: prevent duplicate imports during auto-scan by @ryan-willis in https://github.com/Kong/insomnia/pull/9770 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.5.0-beta.0...core@12.5.0 ### 12.5.0-beta.0 — 12.5.0-beta.0 📦 - Date: 2026-03-26 - Version: 12.5.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.5.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.5.0-beta.0 - Labels: Pre-release - **added** — Support middle mouse button click to open new tab - **added** — Add tooltips for certificate file paths in the certificates modal - **added** — Add organization name in the tooltip - **added** — Support socket.io handshake path - **added** — Support delete cloud sync workspace locally or remotely - **added** — Attach organization_id to analytics if available - **added** — Extract vault and kv-pair utility methods out of environment model - **added** — New deep link import - **fixed** — Add more error messages when calling LLM providers within AI Set - **fixed** — Show OAuth redirection params error details in MCP OAuth error - **fixed** — Bearer authorization header is not imported when parsing curl command with multiple headers - **fixed** — Export raw response without any interpretation by default - **fixed** — Unifying and polishing reference rewrite logic - **fixed** — Separate GUI and internal state of runner iteration count - **fixed** — Separate GUI and internal state of runner request delay - **fixed** — Use stable identifier when rendering test result rows - **fixed** — Rendering OAuth2 object depending on its type - **fixed** — Use flexbox layout in Invite modal to allow for scrolling on longer lists - **fixed** — OpenAPI import use path parameters instead of variables - **fixed** — Self-hosted mock server URL cannot be edited when creating a new mock server - **changed** — Upgrade to Electron 41.0.3 and Node 24.14.0 ##### What's Changed * :rocket: 12.4.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9695 * fix: add more error messages when calling LLM providers within AI Set… by @Ali-Sab in https://github.com/Kong/insomnia/pull/9670 * Test: Adding e2e smoke test for cloud sync by @cwangsmv in https://github.com/Kong/insomnia/pull/9614 * feat: support for middle mouse button click to open new tab by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9696 * feat: add tooltips for certificate file paths in the certificates modal by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9688 * refactor: migrate remaining apis - [INS-2162] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9697 * refactor: use function instead of an object for create nedb by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9594 * fix: Show OAuth redirection params error details in MCP OAuth error by @cwangsmv in https://github.com/Kong/insomnia/pull/9587 * feat: implement page objects and components for project dashboard and statusbar by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9691 * feat: add org name in the tooltip by @CurryYangxx in https://github.com/Kong/insomnia/pull/9702 * refactor: migrate MCP-related models and services to use the new insomnia-data package by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9689 * fix: regenerate test certs by @ryan-willis in https://github.com/Kong/insomnia/pull/9708 * Move GitProjectStagingModal to global [INS-1988] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9705 * feat: socket.io handshake path by @CurryYangxx in https://github.com/Kong/insomnia/pull/9707 * Fix: Bearer authorization header is not imported when parsing curl command with multiple headers by @cwangsmv in https://github.com/Kong/insomnia/pull/9704 * fix: export typo by @CurryYangxx in https://github.com/Kong/insomnia/pull/9711 * fix: Export raw response without any interpretation by default [INS-2147] by @godfrzero in https://github.com/Kong/insomnia/pull/9676 * feat: Support delete cloud sync workspace locally or remotely by @cwangsmv in https://github.com/Kong/insomnia/pull/9603 * test: e2e test for export by @CurryYangxx in https://github.com/Kong/insomnia/pull/9652 * feat: infer services types from the implementation by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9710 * fix: Unifying and polishing reference rewrite logic by @seroperson in https://github.com/Kong/insomnia/pull/9674 * Separate GUI & internal state of runner iteration count [INS-2130] by @godfrzero in https://github.com/Kong/insomnia/pull/9715 * fix: Separate GUI & internal state of runner request delay [INS-2130] by @godfrzero in https://github.com/Kong/insomnia/pull/9721 * chore(analytics): remove temporary analytics in 12.5 by @ryan-willis in https://github.com/Kong/insomnia/pull/9713 * chore: improve error message for adding allowed directories by @shelby-moore in https://github.com/Kong/insomnia/pull/9719 * fix: openapi import use path parameters instead of variables by @Crustack in https://github.com/Kong/insomnia/pull/8585 * fix: Use stable identifier when rendering test result rows [INS-2163] by @godfrzero in https://github.com/Kong/insomnia/pull/9714 * fix: rendering OAuth2 object depending on its' type by @seroperson in https://github.com/Kong/insomnia/pull/9662 * feat(analytics): attach organization_id if available by @ryan-willis in https://github.com/Kong/insomnia/pull/9723 * fix: Use flexbox layout in Invite modal to allow for scrolling on longer lists [INS-2101] by @godfrzero in https://github.com/Kong/insomnia/pull/9725 * feat: Extract vault and kv-pair utility methods out of environment model by @cwangsmv in https://github.com/Kong/insomnia/pull/9724 * feat: enforce Promise-only service exports in insomnia-data node services by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9730 * feat: migrate settings to insomnia-data by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9729 * Git Credentials opt _[Truncated at 4000 characters — full notes: https://github.com/Kong/insomnia/releases/tag/core%4012.5.0-beta.0]_ ### 12.4.0 — 12.4.0 📦 - Date: 2026-03-05 - Version: 12.4.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.4.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.4.0 - **fixed** — Folder collapse and shortcuts when focusing the tab - **fixed** — Staged and unstaged list in the git commit modal is now synced with the diff view - **added** — Open request or folder in tab with middle mouse button - **changed** — Change wording in the invite modal ##### What's Changed * :rocket: 12.4.0-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9673 * chore: add more tests for allowed folder paths by @shelby-moore in https://github.com/Kong/insomnia/pull/9679 * fix: folder collapse & shortcuts when focusing the tab by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9680 * Fix the problem that staged/unstaged list in the git commit modal is unsynced with the diff view. by @yaoweiprc in https://github.com/Kong/insomnia/pull/9682 * feat: open request/folder in tab with middle mouse btn by @ryan-willis in https://github.com/Kong/insomnia/pull/9685 * Change wording in the invite modal by @yaoweiprc in https://github.com/Kong/insomnia/pull/9687 * fix: Bump the Docker image scan action version by @balugeorge in https://github.com/Kong/insomnia/pull/9690 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.4.0-beta.0...core@12.4.0 ### 12.4.0-beta.0 — 12.4.0-beta.0 📦 - Date: 2026-02-26 - Version: 12.4.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.4.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.4.0-beta.0 - Labels: Pre-release - **fixed** — Can not find file when export - **fixed** — File not found error when git pull - **fixed** — OAS should import requests where possible - **added** — URL backend for custom LLM endpoints - **added** — Shortcut for navigate and reopen tabs - **added** — GitHub app configuration link - **changed** — Change tab behavior to manual - **fixed** — Ignore JS build files in eslint - **fixed** — Improve preferences data access folders input UX with validation and guidance - **changed** — Modify git commit modal - **added** — Support for allOf, oneOf, and anyOf in OpenAPI 3 example request generation - **changed** — Lower import UX friction - **fixed** — Extract only origin - **added** — Inso analytics - **added** — Common actions analytics - **changed** — Allow users to invite others even when all seats are used ##### What's Changed * :rocket: 12.3.1 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9639 * fix: can not find file when export - [INS-2030] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9636 * feat: inso analytics [INS-1834] by @ryan-willis in https://github.com/Kong/insomnia/pull/9621 * Fix File Not Found error when git pull [INS-1940] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9613 * fix: oas should import requests where possible by @jackkav in https://github.com/Kong/insomnia/pull/9632 * feat: add URL backend for custom LLM endpoints by @Ali-Sab in https://github.com/Kong/insomnia/pull/9640 * refactor: migrate collaborator api by @CurryYangxx in https://github.com/Kong/insomnia/pull/9605 * feat: add shortcut for navigate and reopen tabs by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9642 * refactor: migrate organizations apis by @CurryYangxx in https://github.com/Kong/insomnia/pull/9615 * feat: add github app configuration link by @ryan-willis in https://github.com/Kong/insomnia/pull/9651 * feat: change tab behavior as manually by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9641 * fix: ignore js build files in eslint by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9525 * refactor: clean up project route - [INS-2051] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9635 * refactor: create insomnia-data and move database files in by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9589 * fix: Improve preferences data access folders input UX with validation and guidance by @miycctwn in https://github.com/Kong/insomnia/pull/9649 * Modify git commit modal [INS-1994] [INS-1475] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9607 * Enhance OpenAPI 3 import: add support for allOf, oneOf, and anyOf in example request generation by @89ht in https://github.com/Kong/insomnia/pull/9653 * feat: lower Import UX friction by @jackkav in https://github.com/Kong/insomnia/pull/9643 * fix: extract only origin by @jackkav in https://github.com/Kong/insomnia/pull/9657 * feat: common actions analytics [INS-2120] by @ryan-willis in https://github.com/Kong/insomnia/pull/9664 * Allow users to invite others even when all seats are used. [INS-2106] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9656 * feat: Update docs link covering Insomnia metadata [INS-1475] by @godfrzero in https://github.com/Kong/insomnia/pull/9671 ##### New Contributors * @miycctwn made their first contribution in https://github.com/Kong/insomnia/pull/9649 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.3.1...core@12.4.0-beta.0 ### 12.3.1 — 12.3.1 📦 - Date: 2026-02-05 - Version: 12.3.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.3.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.3.1 ##### What's Changed * :rocket: 12.3.1-beta.1 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9637 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.3.1-beta.1...core@12.3.1 ### 12.3.1-beta.1 — 12.3.1-beta.1 📦 - Date: 2026-02-04 - Version: 12.3.1-beta.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.3.1-beta.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.3.1-beta.1 - Labels: Pre-release - **added** — Support adding in new tab in command palette - **added** — Support redirect to single request and workspace select - **fixed** — Add a default read-only page for MCP workspace without active request - **fixed** — Handle db change for socket.io request - **fixed** — Git project repo clear handling - **fixed** — Auto-close after commit+push with multiple commits - **changed** — Change MCP payload params from object to json string - **fixed** — Show static author email for all git auth types ##### What's Changed * :rocket: 12.3.1-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9624 * feat: support add in new tab in command palette by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9604 * fix: Add a default read-only page for MCP workspace without active request by @cwangsmv in https://github.com/Kong/insomnia/pull/9616 * fix: handle db change for socket.io request by @CurryYangxx in https://github.com/Kong/insomnia/pull/9628 * feat: support redirect to single request, and workspace select by @jackkav in https://github.com/Kong/insomnia/pull/9610 * fix: git project repo clear handling by @ryan-willis in https://github.com/Kong/insomnia/pull/9627 * fix: auto-close after commit+push with multiple commits [INS-1948] by @ryan-willis in https://github.com/Kong/insomnia/pull/9608 * Fix: Change MCP payload params from object to json string by @cwangsmv in https://github.com/Kong/insomnia/pull/9631 * fix: show static author email for all git auth types by @ryan-willis in https://github.com/Kong/insomnia/pull/9626 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.3.1-beta.0...core@12.3.1-beta.1 ### 12.3.1-beta.0 — 12.3.1-beta.0 📦 - Date: 2026-02-02 - Version: 12.3.1-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.3.1-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.3.1-beta.0 - Labels: Pre-release - **fixed** — Tooltip action is not clickable when rendered in modal - **fixed** — Local installation of plugin fails due to npmrc file - **fixed** — Plugin install failed due to mixed usage of runtime API - **fixed** — Persist environment tab data when switching between tabs - **added** — Improved enterprise trial confirmation modal - **fixed** — Environment variable in MCP OAuth settings is not working - **fixed** — MCP workspace sync issue - **fixed** — Use password input for PAT - **added** — Handle deep link when logged out - **added** — Support deeplink curl import - **fixed** — Add missing mcp generate sampling response file in build script - **fixed** — Block import deeplink - **fixed** — Socket.io body tab refresh - **fixed** — No project UI - **added** — Navigate to imported workspace - **fixed** — MCP cloud sync action issues - **added** — Select commit email from git provider per repo - **added** — Clearer AI settings panel - **fixed** — Socket.io JSON requests and responses handling - **changed** — Make debug view loader more robust ##### What's Changed * :rocket: 12.3.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9570 * fix: Tooltip action is not clickable when render in modal by @cwangsmv in https://github.com/Kong/insomnia/pull/9565 * Fix: local installation of plugin fail due to npmrc file by @cwangsmv in https://github.com/Kong/insomnia/pull/9572 * test: verify git sync feature flag & storage rule - [INS-1908] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9567 * fix: plugin install failed due to mixed usage of runtime api by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9571 * fix: persist environment tab data when switching between tabs by @niladrix719 in https://github.com/Kong/insomnia/pull/9138 * feat: improved enterprise trial confirmation modal by @ryan-willis in https://github.com/Kong/insomnia/pull/9569 * Fix: Environment variable in MCP OAuth settings in not working by @cwangsmv in https://github.com/Kong/insomnia/pull/9568 * refactor: IoC database implementation to get rid of runtime dependencies by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9511 * refactor: move some model types to a new file to reduce cycle references by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9564 * refactor: move enterprise apis to insomnia-api by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9552 * Fix: MCP workspace sync issue by @cwangsmv in https://github.com/Kong/insomnia/pull/9584 * refactor: move node dependencies from models to helpers by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9563 * Chore: Adding eslint rule to avoid using window and document in main process related code by @cwangsmv in https://github.com/Kong/insomnia/pull/9579 * refactor: migrate projects request to insomnia-api package - [INS-1874] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9574 * fix: use password input for PAT - [INS-1955] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9588 * feat: when logged out handle deep link by @jackkav in https://github.com/Kong/insomnia/pull/9585 * feat: support deeplink curl import by @jackkav in https://github.com/Kong/insomnia/pull/9586 * Fix: Add missing mcp generate sampling response file in build script by @cwangsmv in https://github.com/Kong/insomnia/pull/9591 * fix: block import deeplink by @jackkav in https://github.com/Kong/insomnia/pull/9597 * fix: socket.io body tab refresh - [INS-1997] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9600 * fix: no project ui by @CurryYangxx in https://github.com/Kong/insomnia/pull/9606 * feat: navigate to imported workspace by @jackkav in https://github.com/Kong/insomnia/pull/9601 * Fix: MCP cloud sync action issues by @cwangsmv in https://github.com/Kong/insomnia/pull/9595 * feat(git): select commit email from git provider per repo [INS-1474] by @ryan-willis in https://github.com/Kong/insomnia/pull/9593 * feat: clearer ai settings panel by @Ali-Sab in https://github.com/Kong/insomnia/pull/9602 * Fix Socket.io JSON requests and responses handling - [INS-1993] by @Copilot in https://github.com/Kong/insomnia/pull/9596 * refactor: migrate invite api - [INS-1875] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9590 * optimize: make debug view loader more robust by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9611 * fix: nowrap input prefixes [INS-2039] by @ryan-willis in https://github.com/Kong/insomnia/pull/9620 ##### New Contributors * @niladrix719 made their first contribution in https://github.com/Kong/insomnia/pull/9138 * @Ali-Sab made their first contribution in https://github.com/Kong/insomnia/pull/9602 * @Copilot made their first contribution in https://github.com/Kong/insomnia/pull/9596 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.3.0...core@12.3.1-beta.0 ### 12.3.0 — 12.3.0 📦 - Date: 2026-01-15 - Version: 12.3.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.3.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.3.0 - **fixed** — Git credential migration state storage path - **changed** — Make "Turn on AI" prompt clearer in Git Sync Smart Commits - **fixed** — Move deprecation warning above tests - **fixed** — New git credential flow - **changed** — Hide the git-repo form in the create project modal - **added** — Temporary org and project metrics for analytics - **fixed** — Minor UX improvements for MCP - **fixed** — Improve CookieSchema expiration handling for Infinity values and invalid date inputs - **fixed** — Clarify git credential fields - **changed** — Minor UX polish for AI Commits ##### What's Changed * :rocket: 12.3.0-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9548 * fix: git credential migration state storage path by @CurryYangxx in https://github.com/Kong/insomnia/pull/9549 * feat: Make “Turn on AI” prompt clearer in Git Sync Smart Commits by @pavkout in https://github.com/Kong/insomnia/pull/9544 * fix: move deprecation warning above tests by @jackkav in https://github.com/Kong/insomnia/pull/9554 * fix: new git credential flow by @CurryYangxx in https://github.com/Kong/insomnia/pull/9553 * Hide the git-repo form in the create project modal [INS-1900] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9558 * Clarify macOS entitlements for local testing by @CurryYangxx in https://github.com/Kong/insomnia/pull/9559 * feat(analytics): temporary org+project metrics by @ryan-willis in https://github.com/Kong/insomnia/pull/9551 * fix(mcp): minor ux improvements by @ryan-willis in https://github.com/Kong/insomnia/pull/9555 * fix: Improve CookieSchema expiration handling for Infinity values and invalid date inputs by @pavkout in https://github.com/Kong/insomnia/pull/9543 * fix: clarify git credential fields by @ryan-willis in https://github.com/Kong/insomnia/pull/9566 * refactor: Minor UX polish for AI Commits [INS-1644] by @pavkout in https://github.com/Kong/insomnia/pull/9561 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.3.0-beta.0...core@12.3.0 ### 12.3.0-beta.0 — 12.3.0-beta.0 📦 - Date: 2026-01-08 - Version: 12.3.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.3.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.3.0-beta.0 - Labels: Pre-release - **removed** — Remove unnecessary parameter in OAuth flow - **fixed** — Use safeParser to parse Insomnia git yaml files - **fixed** — Insomnia V5.1 parser fails to parse legacy data with incomplete header data - **added** — Add branch info - **added** — Support fuzzy match when picking repo - **fixed** — Add state and scope input UI for MCP OAuth parameter - **added** — Allow empty credential configs to work with cloud providers - **added** — Integrate customer-io in-app messages - **fixed** — Import collection variables as the base environment collection environment - **fixed** — Auto-convert object to string in calling replaceIn - **fixed** — Fix Monaco Editor styling issues occurring after application crashes - **changed** — Make commit dialog default state clearer - **added** — Support git sync & cloud sync for MCP client - **fixed** — Move null cookie expires fix from har to jarFromCookies to ensure it be fixed across different scenarios - **fixed** — Ensure cookie tag respects the URL - **added** — Introduce new Git Credentials management flow - **fixed** — Prevent users from deleting git credentials in use ##### What's Changed * :rocket: 12.2.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9503 * Remove unnecessary parameter in OAuth flow [INS-1859] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9496 * Fix: Using safeParser to parse Insomnia git yaml files by @cwangsmv in https://github.com/Kong/insomnia/pull/9425 * fix: Insomnia V5.1 parser fails to parse legacy data with incomplete header data by @cwangsmv in https://github.com/Kong/insomnia/pull/9495 * feat: add branch info - [INS-1853] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9508 * chore: add circular reference check by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9065 * Support fuzzy match when picking repo [INS-1460] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9504 * fix: Add state and scope input UI for MCP OAuth parameter by @cwangsmv in https://github.com/Kong/insomnia/pull/9507 * feat: Allow empty credential configs to work with cloud providers by @cwangsmv in https://github.com/Kong/insomnia/pull/9499 * chore: clean unused crypt code and hkdf by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9519 * feat: integrate customer-io in-app messages by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9510 * fix: Import collection variables as the base environment collection environment. by @cwangsmv in https://github.com/Kong/insomnia/pull/9530 * refactor: move trial apis to insomnia-api by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9518 * fix(script-sdk): auto-convert object to string in calling replaceIn by @ihexxa in https://github.com/Kong/insomnia/pull/9529 * Fixed Monaco Editor styling issues occurring after application crashes. [INS-1365] by @pavkout in https://github.com/Kong/insomnia/pull/9498 * feat: make commit dialog default state clearer by @ryan-willis in https://github.com/Kong/insomnia/pull/9542 * feat: Support git sync & cloud sync for MCP client by @cwangsmv in https://github.com/Kong/insomnia/pull/9527 * fix: move null cookie expires fix from har to jarFromCookies to ensure it be fixed across different scenarios by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9535 * fix: ensure cookie tag respects the URL by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9534 * [INS-1473] [INS-1868] Introduce new Git Credentials management flow (#9513) by @yaoweiprc in https://github.com/Kong/insomnia/pull/9517 * test: add unit test for git credential model by @CurryYangxx in https://github.com/Kong/insomnia/pull/9545 * Prevent users from deleting git credentials in use. [INS-1900] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9546 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.2.0...core@12.3.0-beta.0 ### 12.2.0 — 12.2.0 📦 - Date: 2025-12-19 - Version: 12.2.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.2.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.2.0 - **changed** — Force the dropdown to be positioned below the input and adjust styles - **fixed** — Fix style issue - **fixed** — Revert structuredClone method used for clone in context menu - **added** — Add fuzzy match for searching repos and branches ##### What's Changed * :rocket: 12.2.0-beta.1 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9490 * Force the dropdown to be positioned below the input, adjust styles [INS-1850] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9492 * Fix style issue by @yaoweiprc in https://github.com/Kong/insomnia/pull/9493 * Fix: revert structuredClone method used for clone in context menu by @cwangsmv in https://github.com/Kong/insomnia/pull/9494 * Add fuzzy match for searching repos and branches by @yaoweiprc in https://github.com/Kong/insomnia/pull/9497 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.2.0-beta.1...core@12.2.0 ### 12.2.0-beta.1 — 12.2.0-beta.1 📦 - Date: 2025-12-16 - Version: 12.2.0-beta.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.2.0-beta.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.2.0-beta.1 - Labels: Pre-release - **added** — Add sampling support for MCP - **fixed** — Fix authentication with Gitlab/Github account - **fixed** — Fix issues related to project creation flow - **fixed** — Fix connect repo later functionality - **changed** — Make action toolbar sticky on the bottom of the project modal ##### What's Changed * :rocket: 12.2.0-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9479 * feat: Add sampling support for MCP by @cwangsmv in https://github.com/Kong/insomnia/pull/9395 * fix: Can not authenticate with Gitlab/Github account by @pavkout in https://github.com/Kong/insomnia/pull/9486 * chore: pin external github ations to commit SHA by @notjaywu in https://github.com/Kong/insomnia/pull/9417 * Fix issues related to project creation flow [INS-1844] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9488 * fix: connect repo later - [INS-1843] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9487 * feat(Project Modal): Sticky action toolbar on the bottom of the modal by @gatzjames in https://github.com/Kong/insomnia/pull/9489 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.2.0-beta.0...core@12.2.0-beta.1 ### 12.2.0-beta.0 — 12.2.0-beta.0 📦 - Date: 2025-12-12 - Version: 12.2.0-beta.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.2.0-beta.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.2.0-beta.0 - Labels: Pre-release - **fixed** — Handle invalid URL in OAuth modal - **fixed** — Wrong Tailwind usage - **fixed** — Inso test result category always be unknown - **added** — MCP support disable SSL validation - **changed** — Refactor MCP code with context to support safe abort at any time - **fixed** — Proxy configuration issue - **added** — Base components - **fixed** — Tailwind v4 border issue - **fixed** — Missing = when import -d from curl - **fixed** — Shortcut not working in MCP client - **fixed** — Clone selected branch - **changed** — Refine the modal for creating and editing project - **fixed** — Open MCP manage certificates modal instead of settings modal for disable SSL validation - **added** — Git editing flow - **fixed** — Handle missing active workspace by redirecting to project overview - **fixed** — Improve layout of NoProjectView component - **fixed** — Credentials not reloading in Git form - **added** — New Segment Events - **fixed** — Importing WSDL files with references - **fixed** — File delimiter escape issue in Windows - **fixed** — Theme issue - **fixed** — Decrypt keypair before trust manager setup ##### What's Changed * :rocket: 12.1.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9410 * fix: handle invalid url in oauth modal by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9413 * fix: wrong tailwind usage by @CurryYangxx in https://github.com/Kong/insomnia/pull/9336 * fix: inso test result category always be unknown by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9405 * feat: mcp support disable ssl validation by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9382 * Chore/tailwind v4 upgrade - [INS-1653] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9350 * feat: refactor mcp code with context to support safe abort at any time by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9397 * Fix/proxy-config-INS-1532 by @jackkav in https://github.com/Kong/insomnia/pull/9416 * Chore/bump-linting-pkgs by @jackkav in https://github.com/Kong/insomnia/pull/9409 * feat: base components - [INS-1570] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9344 * chore: run prettier by @jackkav in https://github.com/Kong/insomnia/pull/9431 * chore: enable react-hooks/purity rule by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9430 * fix: tailwind v4 border issue by @CurryYangxx in https://github.com/Kong/insomnia/pull/9433 * Chore: eslint-autofixes by @jackkav in https://github.com/Kong/insomnia/pull/9421 * chore: remove insomnia-api-client package dep by @shelby-moore in https://github.com/Kong/insomnia/pull/9432 * fix: missing = when import -d from curl by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9434 * chore: show warnings on dev start by @jackkav in https://github.com/Kong/insomnia/pull/9438 * explicit noEmit by @jackkav in https://github.com/Kong/insomnia/pull/9437 * fix: Shortcut not working in MCP client issue by @cwangsmv in https://github.com/Kong/insomnia/pull/9448 * refactor: extract insomnia-api by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9093 * add lint warning about node modules by @jackkav in https://github.com/Kong/insomnia/pull/9439 * fix: clone selected branch - [INS-1462] by @CurryYangxx in https://github.com/Kong/insomnia/pull/9408 * Refine the modal for creating and editing project [INS-1461] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9423 * pin react plugin and autofix by @jackkav in https://github.com/Kong/insomnia/pull/9458 * fix: Open MCP manage certificates modal instead of settings modal for disable SSL validation by @cwangsmv in https://github.com/Kong/insomnia/pull/9460 * feat: git editing flow by @CurryYangxx in https://github.com/Kong/insomnia/pull/9459 * fix: handle missing active workspace by redirecting to project overview by @gatzjames in https://github.com/Kong/insomnia/pull/9467 * fix: improve layout of NoProjectView component by @gatzjames in https://github.com/Kong/insomnia/pull/9468 * [INS-1473] fix credentials not reloading in Git form by @gatzjames in https://github.com/Kong/insomnia/pull/9470 * feat: Added new Segment Events [INS-1332] by @pavkout in https://github.com/Kong/insomnia/pull/9464 * [INS-1797] fix importing wsdl files with references by @gatzjames in https://github.com/Kong/insomnia/pull/9462 * chore: Modify the windows app signing process to use the new certificate by @balugeorge in https://github.com/Kong/insomnia/pull/9472 * feat: update link by @CurryYangxx in https://github.com/Kong/insomnia/pull/9473 * Fix file delimiter escape issue in Windows [INS-1611] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9398 * Fix theme issue by @yaoweiprc in https://github.com/Kong/insomnia/pull/9476 * Fix incorrect path for inso.exe signing by @balugeorge in https://github.com/Kong/insomnia/pull/9474 * Decrypt keypair before trust manager setup by @balugeorge in https://github.com/Kong/insomnia/pull/9478 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.1.0...core@12.2.0-beta.0 ### 12.1.0 — 12.1.0 📦 - Date: 2025-11-21 - Version: 12.1.0 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.1.0 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.1.0 - **fixed** — Fix issues in merge modal ##### What's Changed * :rocket: 12.1.0-beta.1 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9406 * Fix issues in merge modal [INS-1742] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9404 **Full Changelog**: https://github.com/Kong/insomnia/compare/core@12.1.0-beta.1...core@12.1.0 ### 12.1.0-beta.1 — 12.1.0-beta.1 📦 - Date: 2025-11-20 - Version: 12.1.0-beta.1 - Original notes: https://github.com/Kong/insomnia/releases/tag/core%4012.1.0-beta.1 - Permalink: https://whatsnew.fyi/product/insomnia/releases/12.1.0-beta.1 - Labels: Pre-release - **changed** — Use codemirror merge addon to replace mis-merge - **fixed** — Hide create mock server when creation not allowed - **added** — Sparkles badge for AI features - **changed** — Update commit generation area - **fixed** — MCP issues - **fixed** — OAuth redirection issue for MCP - **fixed** — Redundant update toast - **fixed** — Delete wrong tailwind class - **fixed** — See all features link visibility in onboarding - **added** — New pricing features - **fixed** — Autoupdate UX - **fixed** — Use string readyState to make MCP UX more accurate - **fixed** — New pricing issues before v12 launch - **fixed** — Unify and add links for new insomnia docs - **fixed** — Git checkout offline error message - **added** — Clear all credentials upon logout - **fixed** — NDJSON parser - **added** — MCP message loading status refinement and elicitation support - **changed** — Use ECMAScript 11 ##### What's Changed * :rocket: 12.0.0-beta.0 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9308 * Use codemirror merge addon to replace mis-merge [INS-1425] by @yaoweiprc in https://github.com/Kong/insomnia/pull/9268 * fix: type imports for contributors by @ryan-willis in https://github.com/Kong/insomnia/pull/9310 * fix: hide create mock server when creation not allowed by @shelby-moore in https://github.com/Kong/insomnia/pull/9301 * feat: sparkles badge for AI features by @ryan-willis in https://github.com/Kong/insomnia/pull/9306 * feat: update commit generation area by @ryan-willis in https://github.com/Kong/insomnia/pull/9319 * fix: mcp issues by @CurryYangxx in https://github.com/Kong/insomnia/pull/9321 * Fix: oauth redirection issue for MCP by @cwangsmv in https://github.com/Kong/insomnia/pull/9316 * fix: redundant update toast by @CurryYangxx in https://github.com/Kong/insomnia/pull/9322 * fix: delete wrong tailwind class by @CurryYangxx in https://github.com/Kong/insomnia/pull/9266 * [INS-1598] - fix "see all features" link visibility in onboarding by @gatzjames in https://github.com/Kong/insomnia/pull/9317 * feat: new pricing features by @xiaodemen in https://github.com/Kong/insomnia/pull/9176 * fix: autoupdate ux by @jackkav in https://github.com/Kong/insomnia/pull/9295 * fix: use string readyState to make mcp ux more accurate by @ZxBing0066 in https://github.com/Kong/insomnia/pull/9323 * Fix new pricing issues before v12 launch by @yaoweiprc in https://github.com/Kong/insomnia/pull/9330 * fix: unify and add links for new insomnia docs by @cwangsmv in https://github.com/Kong/insomnia/pull/9333 * chore: add docs gen docs by @jackkav in https://github.com/Kong/insomnia/pull/9312 * Fix/git checkout offline error msg by @gatzjames in https://github.com/Kong/insomnia/pull/9335 * feat: clear all credentials upon logout [INS-1630] by @ryan-willis in https://github.com/Kong/insomnia/pull/9328 * 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 @ZxBing0 _[Truncated at 4000 characters — full notes: https://github.com/Kong/insomnia/releases/tag/core%4012.1.0-beta.1]_