What's Changed
- fix(database): emit change notifications on document duplication by @ryan-willis in #10387
- fix: JSON format vault config is showing in the tag when edit credential by @cwangsmv in #10384
- fix(codemirror): guard unsound TextMarker assertion in nunjucks-tags drag handler by @pavkout in #10379
- fix: pressing Enter within a modal triggers primary CTA properly by @fiosman in #10381
- fix: revert electron-builder to previous version to fix macOS build by @godfrzero in #10394
- feat: tooltip for disabled generate collection button [INS-3502] by @ryan-willis in #10396
- PoC: opt-in QuickJS sandbox for pre-request/after-response scripts by @jackkav in #10382
- fix(build): macos latest by @notjaywu in #10400
- fix(ci): skip circular refs PR comment when count is unchanged by @jackkav in #10391
- feat(quickjs): insomnia.sendRequest() bridge for the QuickJS script sandbox by @jackkav in #10392
- fix(release): resolve previous tag by semver precedence by @kwburns-kong in #10408
- fix: apply proxy setting to SSE requests by @ryan-willis in #10413
- fix: default project selection on import modal by @ryan-willis in #10414
- chore: templating, var and scripting tests by @shelby-moore in #10275
- refactor: storage rule fetching by @CurryYangxx in #10409
- refactor: learning feature fetching by @CurryYangxx in #10421
- fix(ui): prevent button label shrunk by @notjaywu in #10423
- fix(ui): fix button alignment by @notjaywu in #10285
- fix(smoke-test): implement graceful close for WebSocket connections by @bobqiu-kong in #10417
- chore(settings): remove dead Write() permission rule by @ZxBing0066 in #10424
- fix: Plugin action no loaded in request/requestGroup context menu when right click by @cwangsmv in #10416
- Fix: Secret type environment input hanging and data update issue by @cwangsmv in #10420
- fix: change tanstack query option by @CurryYangxx in #10426
- fix(ui): re-render url bar templates on project environment switch by @ZxBing0066 in #10425
- fix(git): fix folder naming, relocation, and resurrection bugs for git-synced projects by @pavkout in #10428
- fix: prevent overwritting by empty content by @CurryYangxx in #10411
- fix(smoke-test): handle stale overlay click handling in project page interactions by @bobqiu-kong in #10415
- fix(ui): wrap runner message by @notjaywu in #10434
- refactor: remote files fetching by @CurryYangxx in #10429
- fix(git): don't write empty git author identity when opening local git projects by @ZxBing0066 in #10430
- fix(test): improve stability of git local repo tests by @bobqiu-kong in #10433
- fix(test): impove test stability of git repository relocation tests by @bobqiu-kong in #10436
- fix(ui): restore h-fit on cookies modal by @ZxBing0066 in #10437
- Fix: Use optimistic update when toggle request folder in sidebar by @cwangsmv in #10432
- Update localstorage key by @yaoweiprc in #10401
- chore: support dynamic port for dev by @ZxBing0066 in #10308
- refactor: move organization to service layer by @xiaodemen in #10390
- chore: bump app version to 13.2.0 by @insomnia-infra in #10439
- Refactor/vcs by @xiaodemen in #10427
- fix(cloud-sync): surface stale/reverted staged changes instead of silently committing them [INS-3520] by @yaoweiprc in #10438
- fix(network): send fully rendered request for SSE connections by @ZxBing0066 in #10445
- fix(main): compare full origin, not string prefix, for renderer nav guard by @kwburns-kong in #10442
- fix(test): improve cloud sync tests to handle asynchronous loading and increase timeout by @bobqiu-kong in #10440
- fix: Expand folder issue when no request group meta found by @cwangsmv in #10453
- docs: add a skill file for scripting feature bug fix by @ihexxa in #10418
- fix(mock-response-extractor): await patchMockRoute and navigate to updated route [INS-3470] by @yaoweiprc in #10397
- fix: initial entry by @CurryYangxx in #10456
- fix: use unique id for remote files in command search to avoid the list jammed by @ZxBing0066 in #10461
- fix: set persist-credentials: false on non-pushing actions/checkout steps by @kwburns-kong in #10447
- chore: fix playwright port detect by @ZxBing0066 in #10462
- feat: e2e re-run only fails by @amy-kong-hq in #10457
- fix(ui): re-render pane templates on project environment switch by @ZxBing0066 in #10467
- One VCS instance per workspace [INS-2026] by @yaoweiprc in #10458
- feat(ui): split environment picker into project/collection dropdowns by @ZxBing0066 in #10446
- fix(ui): hide project environment picker in scratchpad by @ZxBing0066 in #10472
- fix(git): enable bidirectional sync for local projects without a remote by @CurryYangxx in #10471
- chore: add KSAI workflow by @ZxBing0066 in #10474
- fix: prevent environment blank row focus race by @ZxBing0066 in #10473
- feat(SSE): add stream summary extraction for SSE responses by @ZxBing0066 in #10455
- chore: remove KSAI workflow by @ZxBing0066 in #10478
- refactor: account data fetching by @CurryYangxx in #10463
- fix(autocomplete): render autocomplete hint rows via DOM APIs instead of innerHTML [INS-3686] by @kwburns-kong in #10465
- feat: Apply proxy to plugin if only when proxyScope is all by @cwangsmv in #10484
- feat(sync): allow deleting unsynced remote files from the project dashboard [INS-2026] by @yaoweiprc in #10477
- fix: Update the vault tag id when paste the vault tag by @cwangsmv in #10402
- fix: prevent environment rename freeze caused by keyboard drag session by @ZxBing0066 in #10486
- fix: Update vault plugin version and trust proxy scope settings by @cwangsmv in #10487
- feat: Merge document and collection workspace and add settings to hide legacy test by @cwangsmv in #10460
- chore: replace madge circular-reference check with dependency-cruiser by @ZxBing0066 in #10468
- test: mitigate sidebar-focus-onboarding flaky timeout with reload fallback by @bobqiu-kong in #10489
- feat: V13.3 onboarding content by @cwangsmv in #10476
- fix: fix sidebar drop indicator and actual landing spot by @Ali-Sab in #10435
- feat: open Import modal with a selected tab via bare deep-link params by @ZxBing0066 in #10488
- Fix: onboarding content still show after first view by @cwangsmv in #10493
- fix(INS-3620): tag cookie assignment origin by @kwburns-kong in #10475
- fix: New Collection API issues and UI adjustment by @cwangsmv in #10503
- fix: Change behavior to show test tab in collection view by @cwangsmv in #10504
- test: fix sidebar-focus-onboarding flake by waiting on the focus header by @ZxBing0066 in #10507
- feat(konnect): move Konnect projects into a global Control Planes organization [INS-3148] by @yaoweiprc in #10315
New Contributors
- @bobqiu-kong made their first contribution in #10417
- @amy-kong-hq made their first contribution in #10457
Full Changelog: https://github.com/Kong/insomnia/compare/core@13.2.0...core@13.3.0-beta.0