Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the 'proxy' parameter and deprecate 'proxies'. #2879

Merged
merged 23 commits into from
Dec 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
170cbef
Add the proxy parameter and deprecate proxies
karpetrosyan Oct 6, 2023
189a4f2
Merge branch 'master' into drop-proxies
tomchristie Oct 10, 2023
88eb99b
Make the Client.proxy and HTTPTransport.proxy types the same
karpetrosyan Oct 10, 2023
11bec08
Update httpx/_transports/default.py
tomchristie Oct 11, 2023
fad66cf
Update httpx/_transports/default.py
tomchristie Oct 11, 2023
d16f9f3
Drop unneeded noqa
karpetrosyan Oct 11, 2023
64a4596
Changelog
karpetrosyan Oct 11, 2023
541cc31
update documentation
karpetrosyan Oct 12, 2023
812a70b
Allow None in mounts
karpetrosyan Oct 12, 2023
ccf1803
typos
karpetrosyan Oct 12, 2023
bacd8b2
Update httpx/_types.py
karpetrosyan Oct 12, 2023
d5fa2b0
Changes proxies to proxy in CLI app
karpetrosyan Oct 12, 2023
17c6cde
Add proxy to request function
karpetrosyan Oct 12, 2023
5aed92e
Merge branch 'drop-proxies' of github.com:karosis88/httpx into drop-p…
karpetrosyan Oct 12, 2023
6e5e4ac
Merge branch 'master' into drop-proxies
karpetrosyan Oct 29, 2023
2672d8a
Merge branch 'master' into drop-proxies
tomchristie Nov 2, 2023
fffa454
Merge branch 'master' into drop-proxies
karpetrosyan Nov 17, 2023
4deebb8
Merge branch 'master' into drop-proxies
karpetrosyan Nov 17, 2023
0b73817
Update CHANGELOG.md
karpetrosyan Dec 11, 2023
1e3bf1e
Update docs/troubleshooting.md
karpetrosyan Dec 11, 2023
725a32e
Update docs/troubleshooting.md
karpetrosyan Dec 11, 2023
cbd63da
Merge branch 'master' into drop-proxies
karpetrosyan Dec 11, 2023
c7971ce
Lint
karpetrosyan Dec 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into drop-proxies
  • Loading branch information
karpetrosyan authored Nov 17, 2023
commit 4deebb87322451612e0c712ada3cd2b8f8e1fd9c
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

* The `proxies` argument is now deprecated and supposed to be replaced by the `proxy` argument. (#2879)
karpetrosyan marked this conversation as resolved.
Show resolved Hide resolved

### Added

* Add missing type hints to few `__init__()` methods. (#2938)

## 0.25.1 (3rd November, 2023)

### Added
You are viewing a condensed version of this merge commit. You can view the full changes here.