v2.6.0
What's Changed
- Support brotli compression on Node 10+ by @colinskow in #282
- Fix typo by @markhoney in #290
- Add permanent redirect status code by @dkontorovskyy in #293
- test: change octal escape to Unicode escape by @brettz9 in #295
- Fix parsing xml CDATA values by @adexin-team in #301
- Add
follow_if_different_location
config by @laurent35240 in #300 - Add support for RFC-2069 by @mslosarek in #305
- Pass request cookies in redirects if follow_set_cookies is true by @tomas in #307
- Fix request cookies lost during multiple redirects by @ash0080 in #291
- Charset detection not default as utf-8 #306 by @alexburley in #308
- Simple request URI modification logic by @awiejacha in #311
- feat: allow needle to accept IP family as a parameter by @dkontorovskyy in #316
- Added hpagent to proxy section by @delvedor in #325
- Update regex for matching header by @alexburley in #329
- Fixed zlib_options used for zlib.BrotliDecompress by @Phygon in #326
- chore: README typo by @FauxFaux in #333
- fix: Allow brackets in www-authentication header values by @TimBailey-pnk in #341
New Contributors
- @colinskow made their first contribution in #282
- @markhoney made their first contribution in #290
- @dkontorovskyy made their first contribution in #293
- @brettz9 made their first contribution in #295
- @adexin-team made their first contribution in #301
- @laurent35240 made their first contribution in #300
- @mslosarek made their first contribution in #305
- @ash0080 made their first contribution in #291
- @alexburley made their first contribution in #308
- @awiejacha made their first contribution in #311
- @delvedor made their first contribution in #325
- @Phygon made their first contribution in #326
- @FauxFaux made their first contribution in #333
- @TimBailey-pnk made their first contribution in #341
Full Changelog: v2.3.1...v2.6.0