Skip to content

4.0.0

Compare
Choose a tag to compare
@davimacedo davimacedo released this 15 Oct 16:31
· 67 commits to master since this release
85ef3a5
  • BREAKING: shutdown() function on client now destroy the client and future requests throw error
  • Add test cases to Client
  • Improve verbose messages
  • Add request timeout handler
  • Add a new config setting requestTimeout (defaults to 5000 milliseconds)
  • Change ResponseFailure.status typing to be number
  • Fix nits on typos in documentation
  • Also run tests in Node 12 and 14
  • Remove the unreferenced lib/protocol directory
  • Improve GO AWAY handler