Skip to content

v2.0.1-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsutomi tsutomi released this 25 Apr 18:39
· 147 commits to main since this release

This release brings a rewrite of the design used to build and run services, simplifying the APIs, extending the capabilities of sender and notifier services, and rewriting the webhook management model

  • Sender, notifier and receiver are not bound anymore to the ‘IWebhook’ contract for webhooks
  • New destination object to describe receivers, separated by the webhook
  • Simplified service building of services
  • Support for XML format
  • Multi-Tenancy support in webhook subscriptions implemented by using Finbuckle and MongoFramework

What's Changed

Full Changelog: v1.1.7...v2.0.1-preview1