Releases: serverlessworkflow/sdk-net
Releases · serverlessworkflow/sdk-net
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
v1.0.0-alpha2.12
What's changed
- Added a new Metadata property to both WorkflowDefinition and TaskDefinition, addressing serverlessworkflow/specification#996
- Added a
Certificate
,Digest
andOIDC
authentication schemes, and updated the OAuth2AuthenticationSchemeDefinition, addressing serverlessworkflow/specification#973 - Added fluent builders for the newly added authentications
- Added services to fluently validate the DSL
- Added referenceable timeouts and retries, thus addressing serverlessworkflow/specification#1002
- Added validation unit tests
Full Changelog: v1.0.0-alpha2.11...v1.0.0-alpha2.12
v1.0.0-alpha2.9
What's changed
- Adds a new IOneOf abstraction and implementation
- Adds JSON and YAML serializers for the new OneOf type
- Transforms endpoints into OneOf
Full Changelog: v1.0.0-alpha2.8...v1.0.0-alpha2.9