Skip to content

Commit 4eaa0a8

Browse files
authored
0.7 version updates (1) (#438)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 0ce53df commit 4eaa0a8

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Check out our project DevStats [here](https://serverlessworkflow.devstats.cncf.i
5151
| | Latest release | Latest release branch | Working branch |
5252
| --- | :---: | :---: | :---: |
5353
| **Core Specification** | |
54-
| [Serverless Workflow](https://github.com/serverlessworkflow/specification) | [v0.6](https://github.com/serverlessworkflow/specification/releases) | [0.6.x](https://github.com/serverlessworkflow/specification/tree/0.6.x) | [main](https://github.com/serverlessworkflow/specification) |
54+
| [Serverless Workflow](https://github.com/serverlessworkflow/specification) | [v0.7](https://github.com/serverlessworkflow/specification/releases) | [0.7.x](https://github.com/serverlessworkflow/specification/tree/0.7.x) | [main](https://github.com/serverlessworkflow/specification) |
5555
| **Additional Components** | |
5656
| [Synapse](https://github.com/serverlessworkflow/synapse) | [0.1.0-alpha1](https://github.com/serverlessworkflow/synapse/releases) | | [main](https://github.com/serverlessworkflow/synapse) |
5757
| [GO SDK](https://github.com/serverlessworkflow/sdk-go) | [v1.0.0](https://github.com/serverlessworkflow/sdk-go/releases) | [1.0.x](https://github.com/serverlessworkflow/sdk-go/tree/1.0.x) | [main](https://github.com/serverlessworkflow/sdk-go) |

roadmap/README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ _Status description:_
1212

1313
## Releases
1414

15-
- [Roadmap for next planned release](#v07)
16-
- [v0.6 released March 2021](#v06)
17-
- [v0.5 released November 2020](#v05)
18-
- [v0.1 released April 2020](#v01)
15+
- [v0.7 released August 2021](#release-version-07)
16+
- [v0.6 released March 2021](#release-version-06)
17+
- [v0.5 released November 2020](#release-version-05)
18+
- [v0.1 released April 2020](#release-version-01)
1919

20-
## <a name="v07"></a> Next planned release
20+
## Release Version 0.7
2121

2222
| Status | Description | Comments |
2323
| --- | --- | --- |
@@ -40,12 +40,8 @@ _Status description:_
4040
| ✔️| Temporarily removed `waitForCompletion` for subflows | [spec doc](../specification.md) |
4141
| ✔️| Added function definition support for OData | [spec doc](../specification.md) |
4242
| ✔️| Added function definition support for AsyncAPI | [spec doc](../specification.md) |
43-
| ✏️ | AsyncAPI operation support | |
44-
| ✏️ | OData function definition support | |
45-
| ✏️ | Update to retries - state specific rather than error specific | |
46-
| ✏️ | Add batching and sync option for Foreach state | |
4743

48-
## <a name="v06"></a> v0.6
44+
## Release Version 0.6
4945

5046
| Status | Description | Comments |
5147
| --- | --- | --- |
@@ -69,7 +65,7 @@ _Status description:_
6965
| ✔️| Updated schedule definition | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
7066
| ✔️| Update data filters | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
7167

72-
## <a name="v05"></a> v0.5
68+
## Release Version 0.5
7369

7470
| Status | Description | Comments |
7571
| --- | --- | --- |
@@ -102,7 +98,7 @@ _Status description:_
10298
| ✔️| Enforce use of OpenAPI specification in function definitions for portability | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.5.x/specification.md) |
10399
| ✔️| Update workflow Error Handling | [spec doc](../specification.md) |
104100

105-
## <a name="v01"></a> v0.1
101+
## Release Version 0.1
106102

107103
| Status | Description | Comments |
108104
| :--: | --- | --- |

specification.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serverless Workflow Specification
1+
# Serverless Workflow Specification - Version 0.7
22

33
## Table of Contents
44

@@ -102,9 +102,7 @@ targeting the Serverless computing technology domain.
102102

103103
## Status of this document
104104

105-
This document represents the current state of the specification.
106-
It includes all features so far released
107-
as well as all features planned to be added in the next release.
105+
This document represents the 0.7 release of the Serverless Workflow specification.
108106

109107
You can find all specification releases [here](https://github.com/serverlessworkflow/specification/releases).
110108
You can find the specification roadmap [here](roadmap/README.md).
@@ -1906,8 +1904,8 @@ The `start` property defines the workflow starting information. For more informa
19061904
The `specVersion` property is used to set the Serverless Workflow specification release version
19071905
the workflow markup adheres to.
19081906
It has to follow the specification release versions (excluding the leading "v"), meaning that for
1909-
the [release version v0.6](https://github.com/serverlessworkflow/specification/releases/tag/v0.6)
1910-
its value should be set to `"0.6"`.
1907+
the [release version v0.7](https://github.com/serverlessworkflow/specification/releases/tag/v0.7)
1908+
its value should be set to `"0.7"`.
19111909

19121910
The `expressionLang` property can be used to identify the expression language used for all expressions in
19131911
the workflow definition. The default value of this property is ["jq"](https://stedolan.github.io/jq/).

0 commit comments

Comments
 (0)