plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

feat(updater): add no_proxy config to disable system proxy

Open miaoshengkun opened this issue 1 month ago • 3 comments

Add a no_proxy configuration option to the updater plugin that calls reqwest's no_proxy() method. This allows users to prevent update requests from being affected by system proxy settings.

🤖 Generated with Claude Code

miaoshengkun avatar Oct 28 '25 05:10 miaoshengkun

Package Changes Through 34d4072259b63061c2f86e1fa47016cdc6e0b8cf

There are 2 changes which include updater with minor, updater-js with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.38 2.0.39
api-example-js 2.0.34 2.0.35
updater 2.9.0 2.10.0
updater-js 2.9.0 2.10.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

github-actions[bot] avatar Oct 28 '25 09:10 github-actions[bot]

Thanks for the PR! would you mind also adding a small changefile (check the .changes dir for examples) as well?

FabianLars avatar Oct 28 '25 09:10 FabianLars

Thanks for the PR! would you mind also adding a small changefile (check the .changes dir for examples) as well?

I have modified the commit.

miaoshengkun avatar Oct 28 '25 13:10 miaoshengkun