Skip to content

v2.1.1

Compare
Choose a tag to compare
@tsutomi tsutomi released this 28 Oct 09:11
· 69 commits to main since this release

This version brings several improvements to the framework and partially rewrites some of the major components.

  • Webhook Sender model redesigned (retries, fallbacks)
  • The Webhook Subscription service is now using the Deveel Repository framework to implement the management functions (backed by MongoDB and EntityFramework Core)
  • Provisioning of the Webhook Receivers ASP.NET Core middleware
  • Opening to single-tenant scenarios of usage
  • Twilio Webhook Receiver (SMS Status Webhooks, Incoming SMS receiver)
  • SendGrid Webhook Receiver (E-mail Status Webhooks, Incoming E-mail receiver)
  • Facebook Webhook Receiver
  • Webhook Delivery Result logging
  • Filter evaluation based on dynamic Webhook constructs

For a more detailed list of the changes, see the list below.

What's Changed

Full Changelog: v1.1.7...v2.1.0