Skip to content

Commit 12fce06

Browse files
author
Tihomir Surdilovic
authored
Initial preparations for v0.6 release (#292)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 8f3b8a9 commit 12fce06

File tree

3 files changed

+22
-31
lines changed

3 files changed

+22
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Cloud Native Sandbox level project on July 14, 2020.
3131
| | Latest release | Latest release branch | Working branch |
3232
| --- | :---: | :---: | :---: |
3333
| **Core Specification** | |
34-
| Serverless Workflow | [v0.5](https://github.com/serverlessworkflow/specification/releases) | [0.5.x](https://github.com/serverlessworkflow/specification/tree/0.5.x) | [master](https://github.com/serverlessworkflow/specification) |
34+
| Serverless Workflow | [v0.6](https://github.com/serverlessworkflow/specification/releases) | [0.6.x](https://github.com/serverlessworkflow/specification/tree/0.6.x) | [master](https://github.com/serverlessworkflow/specification) |
3535
| **Additional Components** | |
3636
| Java SDK | [1.0.3.Final](https://github.com/serverlessworkflow/sdk-java/releases) | [1.0.x](https://github.com/serverlessworkflow/sdk-java/tree/1.0.x) | [master](https://github.com/serverlessworkflow/sdk-java) |
3737
| GO SDK | [v1.0.0](https://github.com/serverlessworkflow/sdk-go/releases) | [1.0.x](https://github.com/serverlessworkflow/sdk-go/tree/1.0.x) | [master](https://github.com/serverlessworkflow/sdk-go) |

roadmap/README.md

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

1313
## Releases
1414

15-
- [Roadmap for next planned release](#v06)
15+
- [v0.6 released March 2021](#v06)
1616
- [v0.5 released November 2020](#v05)
1717
- [v0.1 released April 2020](#v01)
1818

19-
## <a name="v06"></a> Next planned release
19+
## <a name="v06"></a> v0.6
2020

2121
| Status | Description | Comments |
2222
| --- | --- | --- |
23-
| ✔️| Adding Workflow Compensation capabilities (cmp [Compensating Transaction](https://docs.microsoft.com/en-us/azure/architecture/patterns/compensating-transaction), [SAGA pattern](https://microservices.io/patterns/data/saga.html)) | [spec doc](../specification.md) |
24-
| ✔️| Adding comparison examples with Google Cloud Workflow language| [comparisons doc](../comparisons/README.md) |
23+
| ✔️| Adding Workflow Compensation capabilities (cmp [Compensating Transaction](https://docs.microsoft.com/en-us/azure/architecture/patterns/compensating-transaction), [SAGA pattern](https://microservices.io/patterns/data/saga.html)) | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
24+
| ✔️| Adding comparison examples with Google Cloud Workflow language| [comparisons doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/comparisons/README.md) |
2525
| ✔️| Updates to retry functionality | [retries: exponential backoff & max backoff](https://github.com/serverlessworkflow/specification/issues/137) [retries: max-attempts & interval](https://github.com/serverlessworkflow/specification/issues/136)|
26-
| ✔️| Update "directInvoke" property type | [spec doc](../specification.md) |
27-
| ✔️| Data schema input/output update | [spec doc](../specification.md) |
28-
| ✔️| Updating start and end state definitions| [spec doc](../specification.md) |
29-
| ✔️| Update cron definition (adding validUntil parameter)| [spec doc](../specification.md) |
30-
| ✔️| Adding comparison examples with Temporal | [comparison doc](../comparisons/README.md) |
31-
| ✔️| Simplified functionRef and transition properties | [spec doc](../specification.md) |
32-
| ✔️| Adding comparison examples with Cadence | [comparison doc](../comparisons/README.md) |
33-
| ✔️| Adding workflow execTimeout and keepActive properties | [spec doc](../specification.md) |
34-
| ✔️| Adding SubFlow state repeat (loop) ability | [spec doc](../specification.md) |
35-
| ✔️| Adding comparison examples with BPMN | [comparison doc](../comparisons/README.md) |
36-
| ✔️| Adding RPC type to function definitions (gRPC) | [spec doc](../specification.md) |
37-
| ✔️| Change function definition 'parameters' to 'arguments' | [spec doc](../specification.md) |
38-
| ✔️| Replace JsonPath with jq | [spec doc](../specification.md) |
39-
| ✔️| Update start definition (move to top-level worklow param) | [spec doc](../specification.md) |
40-
| ✔️| Updated schedule definition | [spec doc](../specification.md) |
41-
| ✔️| Update data filters | [spec doc](../specification.md) |
42-
| 🚩 | Workflow invocation bindings | |
43-
| 🚩 | CE Subscriptions & Discovery | |
44-
| 🚩 | Error types | [issue](https://github.com/serverlessworkflow/specification/issues/200) |
45-
| 🚩 | Uniqueness constraint for workflows | [issue](https://github.com/serverlessworkflow/specification/issues/146) |
46-
| 🚩 | OpenAPI endpoint selection | |
47-
| 🚩 | Data triggers | |
48-
| 🚩 | JSON schema checks | |
49-
| 🚩 | Start discussions on Serverless Workflow Technology Compatibility Kit (TCK) | |
50-
| ✏️ | Specification primer | [google doc](https://docs.google.com/document/d/11rD3Azj63G2Si0VpokSpr-1ib3mFRFHSwN6tJb-0LQM/edit#heading=h.paewfy83tetm) continued in [wiki](https://github.com/serverlessworkflow/specification/wiki) |
26+
| ✔️| Update "directInvoke" property type | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
27+
| ✔️| Data schema input/output update | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
28+
| ✔️| Updating start and end state definitions| [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
29+
| ✔️| Update cron definition (adding validUntil parameter)| [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
30+
| ✔️| Adding comparison examples with Temporal | [comparison doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/comparisons/README.md) |
31+
| ✔️| Simplified functionRef and transition properties | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
32+
| ✔️| Adding comparison examples with Cadence | [comparison doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/comparisons/README.md) |
33+
| ✔️| Adding workflow execTimeout and keepActive properties | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
34+
| ✔️| Adding SubFlow state repeat (loop) ability | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
35+
| ✔️| Adding comparison examples with BPMN | [comparison doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/comparisons/README.md) |
36+
| ✔️| Adding RPC type to function definitions (gRPC) | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
37+
| ✔️| Change function definition 'parameters' to 'arguments' | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
38+
| ✔️| Replace JsonPath with jq | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
39+
| ✔️| Update start definition (move to top-level worklow param) | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
40+
| ✔️| Updated schedule definition | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
41+
| ✔️| Update data filters | [spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md) |
5142

5243
## <a name="v05"></a> v0.5
5344

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serverless Workflow
1+
# Serverless Workflow - Version 0.6
22

33
## Abstract
44

0 commit comments

Comments
 (0)