Skip to content

v2.0.1-preview2 - Receivers Improvement

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsutomi tsutomi released this 30 Apr 10:58
· 115 commits to main since this release

This pre-release focuses on the refinement of the design and dyanics of the webhook receivers.

  • Delegate receivers for both Factory-based and Convention-based handlers
  • Webhook Parsers not registered as services anymore, but rather bound to the receiver configuration
  • Removed the option to re-configure a WebhookReceiverBuilder instance (trying to prevent inconsistent configurations)
  • Support for the application/x-www-ulrencoded content type format for receiving webhooks
  • Twilio webhook and SMS/WhatsApp receiver
  • SendGrid webhook and E-mail receiver
  • Facebook webhook receiver

The major change to the capabilities of sending webhooks

  • Webhook subscriptions and notifications are now also supporting non-multi-tenant scenarios

What's Changed

Full Changelog: v2.0.1-preview1...v2.0.1-preview2