-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Jezz Santos edited this page Feb 29, 2020
·
16 revisions
- Added Stateless Service relay worker for Service fabric projects
- Upgraded to .NET 4.7.2 and .NetStandard 2.0
- Upgraded to ServiceStack 5.5.0.
- Upgraded to .NET 4.6.2
- Upgraded to ServiceStack 5.4.0.
- Removed signed and unsigned assemblies, and replaces with a single signed version, following signing conventions from ServiceStack.
- Upgraded to ServiceStack.Webhooks version 1.11.0.
- Upgraded to ServiceStack.Webhooks version 1.10.5.
- Included
EventIdin stored delivery results
- 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)