v2.0.1-preview2 - Receivers Improvement
Pre-release
Pre-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
- Parallel Execution of Webhook Handlers by @tsutomi in #23
- Configurable Receiver Middleware by @tsutomi in #26
- Providing Sample Projects by @tsutomi in #28
- Non-Multi-Tenant Support for Notifications by @tsutomi in #29
- Facebook Webhook Receiver by @tsutomi in #30
- Twilio Receiver by @tsutomi in #32
- SendGrid Webhook and E-Mail Receivers by @tsutomi in #33
Full Changelog: v2.0.1-preview1...v2.0.1-preview2