File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+ ## Unreleased
7+
8+ ### Fixed
9+ - The ` https_proxy ` environment variable is recognized as a synonym for
10+ ` HTTPS_PROXY ` .
11+
12+ ### Added
13+ - Added support for the ` no_proxy ` or ` NO_PROXY ` environment variables to specify
14+ hosts that should not be accessed via proxy server. It's a comma-separated list
15+ of host or domain suffixes. For example, specifying ` example.com ` will
16+ bypass the proxy for example.com, host.example.com, etc.
617
718## [ 1.20.0] - 2023-09-11
819
You can’t perform that action at this time.
0 commit comments