v1.0.0-alpha3
What's Changed
- Adding titles to oneOf and repeating names by @fjtirado in #901
- a few typo from DSL by @yzhao244 in #902
- Changes the way authentication policies can be referenced by @cdavernas in #908
- Fixes the schema to allow
input.from
,output.as
andexport.as
to be either a runtime expression string or object by @cdavernas in #907 - Adding title to switch by @fjtirado in #905
- Expel member for breaching Code of Conduct by @cdavernas in #918
- Fix port schema by @matthias-pichler in #924
- Fix switch schema by @matthias-pichler in #922
- Add titles to tasks by @matthias-pichler in #919
- Fix
run
task documentation by @yzhao244 in #920 - Add Yuri Zhao and Francisco Javier Tirado Sarti as contributors by @cdavernas in #935
- Fix typo RunWokflow by @zolero in #925
- Fix CTK link by @cdavernas in #941
- Fix output examples from dsl reference and ctk feature by @yzhao244 in #936
- Allow runtime-expressions for formatted strings by @matthias-pichler in #938
- Adding missing titles for better pojo generation by @fjtirado in #944
- Restrict extra props by @matthias-pichler in #928
- Create SECURITY.md by @cdavernas in #947
- Fix README.md Badges by @cdavernas in #946
- Remove duplicate uri scheme from error types by @matthias-pichler in #957
- Specify task and workflow arguments by @matthias-pichler in #953
- Document limited uri-template support by @matthias-pichler in #955
- Allow query parameters in call http by @matthias-pichler in #956
- Specify runtime argument by @matthias-pichler in #952
- Fixed inconsistencies between
listen
andemit
by @JBBianchi in #963 - Add a new
arguments
property to thescript
process by @cdavernas in #960 - Document Data Flow and expression context more clearly by @matthias-pichler in #958
- Add priority of constituencies by @matthias-pichler in #948
- Add
reference
property to theTaskDescriptor
object by @cdavernas in #965 - Added titles and descriptions to the DSL JSON Schema by @JBBianchi in #968
- Fix custom function documentation by @cdavernas in #969
- Consolidate
endpoint
andexternalResource
definitions by @JBBianchi in #975 - Extract datetime descriptor by @matthias-pichler in #974
- Fixed
call
,raise
andtry
features by @cdavernas in #984 - Refactor OAuth2 and add OIDC authentication policy by @cdavernas in #973
- [NO-ISSUE] Fix: Change CI to always kick validation by @ricardozanini in #986
- Document the difference between an event-driven schedule and a startup listen task by @cdavernas in #987
- Add use cases and examples by @cdavernas in #988
- Add a new
metadata
property to the workflow document and to tasks by @cdavernas in #996 - Document schema validation order by @matthias-pichler in #982
- Fixed
DigestAuthenticationProperties
title in schema by @JBBianchi in #1000 - Added new reusable components and fixed unreferenceable errors and retries by @cdavernas in #1002
- Add a new property used to determine whether or not to await the execution of a process by @cdavernas in #995
- Document context of
task.if
by @matthias-pichler in #1005 - Added unevaluatedProperties false to oauth2AuthenticationProperties by @JBBianchi in #1008
- Updated schema version to 1.0.0 by @JBBianchi in #1010
- Fix #983 - Add CTK workflow features to CI/CD validation by @ricardozanini in #1014
New Contributors
Full Changelog: v1.0.0-alpha2...v1.0.0-alpha3