Skip to content

v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 23:16
· 17 commits to master since this release

2.5.0 (2020-08-20)

Bug Fixes

  • core: always sends the 'host' (http/1) or ':authority' (http/2) header (bec7c32), closes #110
  • deps: bumped deps (fbc90bd)
  • node: fixed https connection issue on Node.js 12 and 13 (f313c55), closes #104

Features

  • core: added support for absolute redirections (c22c63c), closes #107
  • headers: added (non-standard) toJSON to the Headers class (a93a54a)