v2.5.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
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
- @awiejacha made their first contribution in #311
Full Changelog: v2.3.1...v2.5.0