Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Noch nicht vor Sekunden
False
Noch nicht vor Sekunden
Auslösender Text Ignorierter Text Blockierter Text
vor 4 Stunden
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
encode / httpx Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 1.2k
* Star 15.4k
* Code
* Pull requests 78
* Discussions
* Actions
* Security and quality 0
* Insights
Additional navigation options
* Code
* Pull requests
* Discussions
* Actions
* Security and quality
* Insights
Releases: encode/httpx
Releases Tags
Releases · encode/httpx
Release list
* Version 0.28.1
* Version 0.28.0
* Version 0.27.2
* Version 0.27.1
* Version 0.27.0
* Version 0.26.0
* Version 0.25.2
* Version 0.25.1
* Version 0.25.0
* Version 0.24.1
Previous Next
Jump to release
* Version 0.28.1
* Version 0.28.0
* Version 0.27.2
* Version 0.27.1
* Version 0.27.0
* Version 0.26.0
* Version 0.25.2
* Version 0.25.1
* Version 0.25.0
* Version 0.24.1
Previous Next
Version 0.28.1
Version 0.28.1 Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 06 Dec 15:36
0.28.1
26d48e0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
0.28.1 (6th December, 2024)
* Fix SSL case where verify=False together with client side certificates.
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 12 buhln, gh640, Molkree, alexSkiba15, pertsevds, cthart, T-256, Teraskull, harkabeeparolus, binbjz, and 2 more reacted with thumbs up emoji 🎉 3 thinh9e, dikesh, and binbjz reacted with hooray emoji 🚀 1 binbjz reacted with rocket emoji
All reactions
* 👍 12 reactions
* 🎉 3 reactions
* 🚀 1 reaction
14 people reacted
Version 0.28.0
Version 0.28.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 28 Nov 14:53
0.28.0
80960fa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
0.28.0 (28th November, 2024)
The 0.28 release includes a limited set of deprecations.
Deprecations:
We are working towards a simplified SSL configuration API.
For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...
* The verify argument as a string argument is now deprecated and will raise warnings.
* The cert argument is now deprecated and will raise warnings.
Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.
The following changes are also included:
* The deprecated proxies argument has now been removed.
* The deprecated app argument has now been removed.
* JSON request bodies use a compact representation. (#3363)
* Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
* Ensure certifi and httpcore are only imported if required. (#3377)
* Treat socks5h as a valid proxy scheme. (#3178)
* Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
* Bugfix: When passing params={}, always strictly update rather than merge with an existing querystring. (#3364)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 22 buhln, FHU-yezi, teutoburg, dikesh, Olegt0rr, TGoddessana, alexSkiba15, zzstoatzz, MtkN1, mezantrop, and 12 more reacted with thumbs up emoji 🎉 3 thinh9e, binbjz, and aniketmaurya reacted with hooray emoji 🚀 2 binbjz and aniketmaurya reacted with rocket emoji 👀 2 Shua-github and binbjz reacted with eyes emoji
All reactions
* 👍 22 reactions
* 🎉 3 reactions
* 🚀 2 reactions
* 👀 2 reactions
24 people reacted
Version 0.27.2
Version 0.27.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 27 Aug 12:52
0.27.2
609df7e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
0.27.2 (27th August, 2024)
Fixed
* Reintroduced supposedly-private URLTypes shortcut. (#2673)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 6 harkabeeparolus, Teraskull, kinuax, alexSkiba15, binbjz, and Molkree reacted with thumbs up emoji 🎉 6 reneleonhardt, hugovk, thinh9e, jd-solanki, binbjz, and antoni-szych-rtbhouse reacted with hooray emoji 🚀 5 leynier, dikesh, jd-solanki, NoPlagiarism, and binbjz reacted with rocket emoji
All reactions
* 👍 6 reactions
* 🎉 6 reactions
* 🚀 5 reactions
14 people reacted
Version 0.27.1
Version 0.27.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 27 Aug 11:27
0.27.1
1d6b663
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
0.27.1 (27th August, 2024)
Added
* Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)
Fixed
* Improved error messaging for InvalidURL exceptions. (#3250)
* Fix app type signature in ASGITransport. (#3109)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 12 buhln, dikesh, ml31415, mnislam01, sylvainmouquet, harkabeeparolus, hugovk, einarwar, FHU-yezi, flaviomartins, and 2 more reacted with thumbs up emoji 🚀 3 leynier, hard-coders, and FHU-yezi reacted with rocket emoji
All reactions
* 👍 12 reactions
* 🚀 3 reactions
14 people reacted
Version 0.27.0
Version 0.27.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 21 Feb 13:06
0.27.0
326b943
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
0.27.0 (21st February, 2024)
Deprecated
* The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.
Fixed
* Respect the http1 argument while configuring proxy transports. (#3023)
* Fix RFC 2069 mode digest authentication. (#3045)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 12 stevleibelt, harkabeeparolus, ml31415, FlavienRx, etiennelndr, p14c31355, Molkree, MrgaryC, Werfire, binbjz, and 2 more reacted with thumbs up emoji 🎉 3 thinh9e, binbjz, and ZakariaMQ reacted with hooray emoji 🚀 5 leynier, gh640, Werfire, binbjz, and ZakariaMQ reacted with rocket emoji
All reactions
* 👍 12 reactions
* 🎉 3 reactions
* 🚀 5 reactions
15 people reacted
Version 0.26.0
Version 0.26.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
karpetrosyan released this 20 Dec 11:01
0.26.0
08eff92
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
0.26.0 (20th December, 2023)
Added
* The proxy argument was added. You should use the proxy argument instead of the deprecated proxies, or use mounts= for more complex configurations. (#2879)
Deprecated
* The proxies argument is now deprecated. It will still continue to work, but it will be removed in the future. (#2879)
Fixed
* Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. (#2990)
* Handle NO_PROXY envvar cases when a fully qualified URL is supplied as the value. (#2741)
* Allow URLs where username or password contains unescaped '@'. (#2986)
* Ensure ASGI raw_path does not include URL query component. (#2999)
* Ensure Response.iter_text() cannot yield empty strings. (#2998)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 7 lovelydinosaur, thinh9e, T-256, afuetterer, serjflint, gh640, and Molkree reacted with hooray emoji ❤️ 7 karpetrosyan, astrojuanlu, mattcristal, BahozHagi, 5j9, rsadwick, and sesav reacted with heart emoji 🚀 1 leynier reacted with rocket emoji
All reactions
* 🎉 7 reactions
* ❤️ 7 reactions
* 🚀 1 reaction
15 people reacted
Version 0.25.2
Version 0.25.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
karpetrosyan released this 24 Nov 12:34
0.25.2
cc206cf
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
0.25.2 (24th November, 2023)
Added
* Add missing type hints to few __init__() methods. (#2938)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 8 5j9, d-ganchar, pertsevds, gh640, serjflint, Molkree, light-abc, and ZakariaMQ reacted with thumbs up emoji 🚀 1 harkabeeparolus reacted with rocket emoji
All reactions
* 👍 8 reactions
* 🚀 1 reaction
9 people reacted
Version 0.25.1
Version 0.25.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 03 Nov 13:25
0.25.1
b07d4e8
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
0.25.1 (3rd November, 2023)
* Add support for Python 3.12. (#2854)
* Add support for httpcore 1.0 (#2885)
Fixed
* Raise ValueError on Response.encoding being set after Response.text has been accessed. (#2852)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 3 tmeckel, ml31415, and GreeyiSaEs reacted with thumbs up emoji 🎉 12 lumina37, alexmercerind, karpetrosyan, tmeckel, ml31415, thinh9e, aditya-the-pro, gh640, nviraj, Molkree, and 2 more reacted with hooray emoji 🚀 4 leynier, tmeckel, tasuren, and jd-solanki reacted with rocket emoji
All reactions
* 👍 3 reactions
* 🎉 12 reactions
* 🚀 4 reactions
16 people reacted
Version 0.25.0
Version 0.25.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 11 Sep 10:14
0.25.0
c3585a5
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
0.25.0 (11th Sep, 2023)
Removed
* Drop support for Python 3.7. (#2813)
Added
* Support HTTPS proxies. (#2845)
* Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#2803)
* Add socket_options argument to httpx.HTTPTransport and httpx.AsyncHTTPTransport classes. (#2716)
* The Response.raise_for_status() method now returns the response instance. For example: data = httpx.get('...').raise_for_status().json(). (#2776)
Fixed
* Return 500 error response instead of exceptions when raise_app_exceptions=False is set on ASGITransport. (#2669)
* Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708)
* Always encode forward slashes as %2F in query parameters (#2723)
* Use Mozilla documentation instead of httpstatuses.com for HTTP error reference (#2768)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 11 FHU-yezi, 5j9, sombek, playpauseandstop, leonardodepaula, zoushucai, dh1tw, serjflint, nkhitrov, sesav, and linusic reacted with thumbs up emoji 🎉 11 karpetrosyan, gh640, DeltaLaboratory, FHU-yezi, thinh9e, Hammer2900, ygorpontelo, dalf, Molkree, Oblynx, and linusic reacted with hooray emoji ❤️ 2 Alnyz and linusic reacted with heart emoji 🚀 2 leynier and linusic reacted with rocket emoji
All reactions
* 👍 11 reactions
* 🎉 11 reactions
* ❤️ 2 reactions
* 🚀 2 reactions
22 people reacted
Version 0.24.1
Version 0.24.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
lovelydinosaur released this 18 May 11:05
0.24.1
fcf1bc7
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
0.24.1 (17th May, 2023)
Added
* Provide additional context in some InvalidURL exceptions. (#2675)
Fixed
* Fix optional percent-encoding behaviour. (#2671)
* More robust checking for opening upload files in binary mode. (#2630)
* Properly support IP addresses in NO_PROXY environment variable. (#2659)
* Set default file for NetRCAuth() to None to use the stdlib default. (#2667)
* Set logging request lines to INFO level for async requests, in line with sync requests. (#2656)
* Fix which gen-delims need to be escaped for path/query/fragment components in URL. (#2701)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 8 alexted, iancleary, harkabeeparolus, Molkree, RavenCri, linusic, hldh214, and omidbarzegaran reacted with thumbs up emoji 😄 4 alexted, minlaxz, linusic, and omidbarzegaran reacted with laugh emoji 🎉 10 Lehoczky, alexted, asherf, gh640, 10076, rsadwick, phyyou, Blitz2145, linusic, and omidbarzegaran reacted with hooray emoji ❤️ 3 alexted, Arifcse21, and linusic reacted with heart emoji 🚀 6 alexted, abodacs, leynier, pei-lun, povilasb, and linusic reacted with rocket emoji 👀 1 alexted reacted with eyes emoji
All reactions
* 👍 8 reactions
* 😄 4 reactions
* 🎉 10 reactions
* ❤️ 3 reactions
* 🚀 6 reactions
* 👀 1 reaction
21 people reacted
Previous 1 2 3 4 5 6 Next
Previous Next
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Derzeit werden Unterschiede nur textuell und nicht grafisch dargestellt, es ist nur der letzte Screenshot verfügbar.
Für Screenshots ist ein Content Fetcher (Sockpuppetbrowser, Selenium usw.) erforderlich, der Screenshots unterstützt.