What's Changed
🎉 New Features
- Add support for duplicate custom request headers by @ayanrajpoot10 in #2504
Other Changes
- fix(httpx): keep retry fallback on HTTP/1.1 when -pr http11 is set by @Veirt in #2424
- fix(runner): add mutex to testAndSet to prevent race condition by @usernametooshort in #2439
- fix: prevent nil panic for unsafe HEAD requests by @tal7aouy in #2455
- adding ip aware dedup by @Mzack9999 in #2463
- Fixed typos by @germanter in #2481
- fixing output writing by @Mzack9999 in #2462
- fix(db): persist CPE column in postgres and mysql writers by @dogancanbakir in #2494
- feat: honor HTTP_PROXY/HTTPS_PROXY env vars when -proxy is unset by @dogancanbakir in #2493
- fix: improve error handling and fix bugs by @dashitongzhi in #2499
- fix: populate product version in CPE output by @SaInekK in #2509
- fix: code quality improvements by @dashitongzhi in #2502
- fix: avoid hanging on 101 switching protocol responses by @arpitjain099 in #2518
- fix: reduce memory by @Mzack9999 in #2521
- fix(runner): preserve case sensitivity for match-regex and filter-regex flags (#2523) by @ThryLox in #2524
New Contributors
- @Veirt made their first contribution in #2424
- @usernametooshort made their first contribution in #2439
- @tal7aouy made their first contribution in #2455
- @germanter made their first contribution in #2481
- @dashitongzhi made their first contribution in #2499
- @SaInekK made their first contribution in #2509
- @arpitjain099 made their first contribution in #2518
- @ThryLox made their first contribution in #2524
Full Changelog: v1.9.0...v1.10.0