Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 22:30

3.0.0 (2021-12-11)

api

  • back to traditional api (d81256a)

BREAKING CHANGES

  • This removes a lot of methods and complexity.
  • The ProtocolError exception was removed and replaced by case-by-case exceptions
  • The error handler does not log errors anymore nor attempt to id requests
  • Route now requires a handler
  • FinalHandler now throws proper exceptions