Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@tcort tcort released this 25 May 21:29
· 79 commits to master since this release

Version 5.0.0

This release contains the following potentially breaking changes:

  • bad/expired/unauthorized HTTPS certificate errors are no longer ignored.
  • sites with bad certs are no longer considered alive
  • User-Agent header no longer impersonates Firefox.
  • defaults to link-check/5.0.0 (override via opts.user_agent).

Changes:

  • #46 provide accurate user-agent string
  • #44 update to use WHATWG URL API
  • #40 use a broader URL encoding function
  • #30 reject unauthorized TLS connections (i.e. don't allow bad certs)
  • #29 replace Request deprecated dependency by Needle