Skip to content

Commit ec1503e

Browse files
New version: Insomnia.Insomnia version 11.6.2 (microsoft#305658)
1 parent 2b06969 commit ec1503e

3 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with WinGet Updater using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Insomnia.Insomnia
5+
PackageVersion: 11.6.2
6+
Platform:
7+
- Windows.Desktop
8+
InstallerType: exe
9+
Scope: user
10+
InstallModes:
11+
- silent
12+
InstallerSwitches:
13+
Silent: --silent
14+
SilentWithProgress: --silent
15+
UpgradeBehavior: install
16+
ReleaseDate: 2025-10-21
17+
Installers:
18+
- Architecture: x86
19+
InstallerUrl: https://github.com/Kong/insomnia/releases/download/core@11.6.2/Insomnia.Core-11.6.2.exe
20+
InstallerSha256: F37257D6CB555E087A370EC1C2A5025BF918697FD3E433E72042E1F67F806ECF
21+
ManifestType: installer
22+
ManifestVersion: 1.10.0
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Created with WinGet Updater using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Insomnia.Insomnia
5+
PackageVersion: 11.6.2
6+
PackageLocale: en-US
7+
Publisher: Kong
8+
PublisherUrl: https://github.com/Kong/insomnia
9+
PublisherSupportUrl: https://github.com/Kong/insomnia/issues
10+
Author: Kong
11+
PackageName: Insomnia
12+
PackageUrl: https://insomnia.rest/
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/Kong/insomnia/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) Insomnia REST Client
16+
CopyrightUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE
17+
ShortDescription: The Desktop API client for REST and GraphQL. Make requests, inspect responses.
18+
Moniker: insomnia
19+
Tags:
20+
- insomnia
21+
- insomnia-core
22+
ReleaseNotes: |-
23+
What's Changed
24+
- 🚀 11.6.1 by @insomnia-infra in #9154
25+
- Change the validation rule for branch name in cloud sync [INS-1041] by @yaoweiprc in #9126
26+
- fix: auth code redirect uri affects implicit by @ZxBing0066 in #9158
27+
- feat: Enhance the real time event polling mechanism for websocket and socket-io by @cwangsmv in #9157
28+
- Remove dependency on @mismerge/react [INS-1418] by @yaoweiprc in #9145
29+
- use toast instead of show-notification by @jackkav in #9128
30+
- chore: explicit external deps by @jackkav in #9124
31+
- add path check to read file by @jackkav in #9180
32+
- [INS-1309] - Improve init/complete sign in flows with GitHub/GitLab by @gatzjames in #9181
33+
- fix: wrong expiry time of oauth token by @ZxBing0066 in #9182
34+
- fix: should show correct error boundary by @ZxBing0066 in #9184
35+
- Fix release recurring builds by @jackkav in #9191
36+
- Bump react-aria by @jackkav in #9188
37+
- feat: create collection from mock server routes by @shelby-moore in #9156
38+
- feat: Improve global modals by @gatzjames in #9190
39+
- React-19-pre-upgrade by @jackkav in #9199
40+
- reduce esbuild external deps by @jackkav in #9213
41+
- refactor: wrap sensitive readFile - INS-1442 by @jackkav in #8992
42+
- refactor importers to run in node by @jackkav in #9217
43+
- fix link rendering by @jackkav in #9223
44+
- fix: help text that incorrectly refers to momentjs by @judss in #9225
45+
- fix: support specific importer when import from curl by @ZxBing0066 in #9197
46+
- chore(docs): add note on macOS entitlements for local testing of packaged app by @gatzjames in #9227
47+
- fix: curl import issue when parse the pair value by @ZxBing0066 in #9198
48+
- chore(pkg): exclude source map files from build output by @gatzjames in #9228
49+
- fix(deps): Move @react-router/dev to dev dependencies by @gatzjames in #9231
50+
- fix: request is sent before script has been persisted by @ihexxa in #9237
51+
- chore: increase timeout to 45 minutes for building artifacts by @notjaywu in #9238
52+
- fix: modal show in non-auth pane by @ZxBing0066 in #9246
53+
- Fix: real time response pane event issue by @cwangsmv in #9248
54+
- fix: file tag returns getPath error in the elevated mode by @ihexxa in #9251
55+
- fix: check clientCerts and return correct error message when accessing denied for CLI by @ihexxa in #9252
56+
- fix: missing body menu items after the key changes by @ZxBing0066 in #9253
57+
- fix: the danger color is same as background then icon seems invisible by @ihexxa in #9254
58+
- Fix wrong user data dir [INS-1549] by @yaoweiprc in #9258
59+
- fix(Modals): Add ModalOverlay to global modals for proper stacking behavior by @gatzjames in #9259
60+
- fix: add project to descendant map - [INS-1562] by @CurryYangxx in #9264
61+
- chore: reduce vite external deps by @jackkav in #9212
62+
- fix: sentry sourcemap - [INS-1255] by @CurryYangxx in #9249
63+
- fix(Navigation): Store/recover navigation history in the app by @gatzjames in #9284
64+
New Contributors
65+
- @judss made their first contribution in #9225
66+
Full Changelog: https://github.com/Kong/insomnia/compare/core@11.6.1...core@11.6.2
67+
ReleaseNotesUrl: https://github.com/Kong/insomnia/releases/tag/core@11.6.2
68+
ManifestType: defaultLocale
69+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Insomnia.Insomnia
5+
PackageVersion: 11.6.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)