12.6.0-beta.0Pre-release
12.6.0-beta.0 📦
Added 7
- Konnect sync integration
- Konnect integration proxy URL and regex support
- Konnect integration expressions support
- Konnect integration sanitizes nunjucks templates on sync
- Custom npm registry mirror setting for plugin installation
- Default user-agent for cURL imports
- Git Sync support for canonical repository output
Changed 4
- Move model migrate and initModel to database
- Change default behavior when delete cloud sync workspace
- Use electron store for OAuth session
- Integrate v3 user endpoints
Fixed 9
- Unhandled rejection error
- Resolve Sentry promise error
- Git Sync credential validation causing form loop
- Git Sync auto-resolve non-YAML file conflicts to remote during merge
- View transition error
- Enforce securedPath in mockServerAdditionalFiles
- Show more specific error when creating mock route fails
- Support pin and unpin WebSocket and Socket.io requests
- 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
- backport #9900 to release/12.6 by @insomnia-infra in https://github.com/Kong/insomnia/pull/9901
New Contributors
- @jeremyjpj0916 made their first contribution in https://github.com/Kong/insomnia/pull/9837
- @fiosman made their first contribution in https://github.com/Kong/insomnia/pull/9862
Full Changelog: https://github.com/Kong/insomnia/compare/core@12.5.1-alpha.0...core@12.6.0-beta.0