Skip to content

Releases: jkhsjdhjs/node-fetch-cookies

v2.1.1

11 Oct 21:37
v2.1.1
db40f03
Compare
Choose a tag to compare

This patch release incorporates the following two bug fixes:

  • Fix a TypeError when attempting to delete the content-length header when following a redirect and changing the method to GET, thanks @archvlad! (#22)
  • Prevent duplicate cookie headers when following redirects, thanks @archvlad! (#23)

v2.1.0

07 Sep 19:53
v2.1.0
4ead038
Compare
Choose a tag to compare

Surprisingly, this project isn't dead yet. This release incorporates a few minor bug fixes and dependency updates:

  • Correct handling of 301, 302 and 303 HTTP redirects (#19)
  • More robust handling of cookie attributes, thanks @archvlad! (#20)
  • node-fetch has been updated to 2.7.0 and now exports the AbortError, which is now also re-exported here. This is the reason for the minor version bump.

Other, non-functional changes:

  • Improved test coverage
  • Documentation fixes
  • Travis CI -> GitHub Actions migration