-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Jezz Santos edited this page Dec 3, 2017
·
16 revisions
- Most components that use
IAppSettingsnow do it every use. (to support for example, multi-tenancy scenarios)
- Fixed
CloudSettingsto load different values from configuration (i.e. Integer values)
We now produce both signed and unsigned assemblies to different packages: ServiceStack.Webhooks.Azure and ServiceStack.Webhooks.Azure.Signed.
Upgrade to ServiceStack.Webhooks v1.6.0 and strong-named signed all assemblies.
Significant upgrade to ServiceStack.Webhooks 1.5.1, which refactored a bunch of core classes and interfaces, and supports delivery results.
- Now reports deliver results back to
SubscriptionService
- Renamed some configuration strings in Cloud configuration.
Marks the first release after splitting 'ServiceStack.Webhooks.Azure' package from the core package ServiceStack.Webhooks, as two independent github repos.
(Project began: 04/03/2017 @ version 1.3.0 after splitting from ServiceStack.Webhooks)