Skip to content

v9.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 13:36

BREAKING CHANGES

  • all usage of debug has been removed. Use the log option instead
  • deprecated path option for Webhooks constructor has been removed. Use createNodeMiddleware(webhooks, { path }) instead
  • webhooks.middleware has been removed. Use createNodeMiddleware() instead
  • createMiddleware has been removed. Use createNodeMiddleware() instead
  • createWebhooksApi() has been removed. Use new Webhooks() instead