Unclaimed project
Are you a maintainer of httpx? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
httpx
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
Back to changelogNew
v1.7.2
What's Changed
🎉 New Features
- JS injection support by @Mzack9999 in https://github.com/projectdiscovery/httpx/pull/2300
- Feat: Add auto-referer (HTTP header) option by @siamak-amo in https://github.com/projectdiscovery/httpx/pull/2245
- Introduce dynamic filtering by @dogancanbakir in https://github.com/projectdiscovery/httpx/pull/2221
- Add custom fingerprint support by @dogancanbakir in https://github.com/projectdiscovery/httpx/pull/2263
- Add network logging by @Serizao in https://github.com/projectdiscovery/httpx/pull/2220
- Feat: add shorthand flag for websocket option in command line by @ayanrajpoot10 in https://github.com/projectdiscovery/httpx/pull/2287
- Strip ANSI color codes from output file while keeping console colors by @ayanrajpoot10 in https://github.com/projectdiscovery/httpx/pull/2293
🐞 Bug Fixes
- Fix(favicon): correct relative favicon resolution & .ico prioritization by @oxqnd in https://github.com/projectdiscovery/httpx/pull/2214
- Fix(runner): Ensure -pr/--protocol flag is correctly applied by @khs-alt in https://github.com/projectdiscovery/httpx/pull/2234
- Fix
-allow and flags by @noaho in https://github.com/projectdiscovery/httpx/pull/2232
-deny
Fix to dismiss alert lead to take screenshot by @Serizao in https://github.com/projectdiscovery/httpx/pull/2219Fix write to index only one time by @circleous in https://github.com/projectdiscovery/httpx/pull/2282Fix ensure Host header is set in unsafe mode for rawhttp requests by @ayanrajpoot10 in https://github.com/projectdiscovery/httpx/pull/2297Fix custom asset id upload by @Mzack9999 in https://github.com/projectdiscovery/httpx/pull/2305⚡ Performance Improvements
- HTTP|HTTPS Port priority optimization by @Mzack9999 in https://github.com/projectdiscovery/httpx/pull/2298
- Html2text change library by @ehsandeep in https://github.com/projectdiscovery/httpx/pull/2255
- Update Dockerfile by @random-robbie in https://github.com/projectdiscovery/httpx/pull/2223
- Update snapcraft.yaml by @random-robbie in https://github.com/projectdiscovery/httpx/pull/2231
- Make stale workflow ubiquitous by @dogancanbakir in https://github.com/projectdiscovery/httpx/pull/2251
- Docs: remove redundant usage section from README by @ayanrajpoot10 in https://github.com/projectdiscovery/httpx/pull/2264
- Update Go version requirement from 1.21 to 1.24 for httpx v1.7.1 inst… by @DFwJZ in https://github.com/projectdiscovery/httpx/pull/2288
- Update GoReleaser configurations by @emmanuel-ferdman in https://github.com/projectdiscovery/httpx/pull/2302
New Contributors
- @oxqnd made their first contribution in https://github.com/projectdiscovery/httpx/pull/2214
- @random-robbie made their first contribution in https://github.com/projectdiscovery/httpx/pull/2223
- @khs-alt made their first contribution in https://github.com/projectdiscovery/httpx/pull/2234
- @noaho made their first contribution in https://github.com/projectdiscovery/httpx/pull/2232
- @siamak-amo made their first contribution in https://github.com/projectdiscovery/httpx/pull/2245
- @ayanrajpoot10 made their first contribution in https://github.com/projectdiscovery/httpx/pull/2264
- @Serizao made their first contribution in https://github.com/projectdiscovery/httpx/pull/2219
- @DFwJZ made their first contribution in https://github.com/projectdiscovery/httpx/pull/2288
- @circleous made their first contribution in https://github.com/projectdiscovery/httpx/pull/2282
- @emmanuel-ferdman made their first contribution in https://github.com/projectdiscovery/httpx/pull/2302
Full Changelog: https://github.com/projectdiscovery/httpx/compare/v1.7.1...v1.7.2