Skip to content

v1.0.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cdavernas cdavernas released this 11 Sep 15:02
· 90 commits to main since this release
761bc43

What's Changed

  • Fixed WorkflowCompletedEventV1 by adding a new output property by @cdavernas in #398
  • Fixed the AuthorizationInfo to resolve referenced authentication policies by @cdavernas in #399
  • Fixed TaskExecutor implementations to not dispose of child executors
  • Fixed the TaskExecutor to catch uncaught initialization and execution exceptions, thus enabling faulting the processed task
  • Misc. dashboard improvements by @JBBianchi in #401
  • Fixed the TaskExecutor to evaluate export.as against the task transformed output instead of context data by @cdavernas in #402
  • Fixed the operator to use IOptionsMonitor instead of IOptions to access the OperatorOptions by @cdavernas in #403
  • Fixed the OpenApiCallProcessorto interpolate and evaluate the document endpoint URI by @cdavernas in #404
  • Fixed the WorkflowExecutor and DoTaskExecutor to ignore the flow directive of skipped tasks by @cdavernas in #406

Full Changelog: v1.0.0-alpha1...v1.0.0-alpha2