Releases: serverlessworkflow/sdk-net
Releases · serverlessworkflow/sdk-net
v1.0.0-alpha5.1
What's Changed
- Added a new
await
property toProcessTypeDefinition
by @cdavernas in #66
Full Changelog: v1.0.0-alpha5...v1.0.0-alpha5.1
v1.0.0-alpha5
What's Changed
- Added a new
CatalogDefinition
model by @cdavernas in #65
Full Changelog: v1.0.0-alpha4.1...v1.0.0-alpha5
v1.0.0-alpha4.1
What's Changed
- Fixed the
ComponentDefinitionCollectionValidator
to validateAuthenticationPolicyDefinitions
by @cdavernas in #64
Full Changelog: v1.0.0-alpha4...v1.0.0-alpha4.1
v1.0.0-alpha4
What's Changed
- Fixes the condition under which the CallTaskDefinitionValidator validates called functions
Full Changelog: v1.0.0-alpha3.1...v1.0.0-alpha4
v1.0.0-alpha3.1
What's Changed
- Fixed the
CallTaskDefinitionValidator
to not check the inline definition of cataloged functions (which contain an '@' character) by @cdavernas in #63
Full Changelog: v1.0.0-alpha3...v1.0.0-alpha3.1
v1.0.0-alpha3
What's Changed
- Fix the OAuth2AuthenticationSchemeDefinitionBase to make request optional
Full Changelog: v1.0.0-alpha2.16...v1.0.0-alpha3
v1.0.0-alpha2.16
What's Changed
- Removed the extensions property from the
ComponentDefinition
model by @cdavernas in #62
Full Changelog: v1.0.0-alpha2.15...v1.0.0-alpha2.16
v1.0.0-alpha2.15
What's Changed
- Update all solution packages by @cdavernas in #60
Full Changelog: v1.0.0-alpha2.14...v1.0.0-alpha2.15
v1.0.0-alpha2.14
What's changed
- Made all authentication schemes properties nullable, enabling proper ASP.NET validation when using secret-based authentication
Full Changelog: v1.0.0-alpha2.13...v1.0.0-alpha2.14
v1.0.0-alpha2.13
What's changed
- Fixed AuthenticationSchemeDefinitions by removing required properties, which was resulting in ASP.NET Core incorrectly invalidating posted resources
Full Changelog: v1.0.0-alpha2.12...v1.0.0-alpha2.13