Skip to content

Commit 43ecdb1

Browse files
authored
updating main readme (#379)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent b111ab1 commit 43ecdb1

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,38 +45,40 @@ Check out our project DevStats [here](https://serverlessworkflow.devstats.cncf.i
4545
| | Latest release | Latest release branch | Working branch |
4646
| --- | :---: | :---: | :---: |
4747
| **Core Specification** | |
48-
| Serverless Workflow | [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) |
48+
| [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) |
4949
| **Additional Components** | |
50-
| Java SDK | [2.0.0.Final](https://github.com/serverlessworkflow/sdk-java/releases) | [2.0.x](https://github.com/serverlessworkflow/sdk-java/tree/1.0.x) | [main](https://github.com/serverlessworkflow/sdk-java) |
51-
| 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) | [main](https://github.com/serverlessworkflow/sdk-go) |
52-
| VSCode Extension | [1.6.0](https://marketplace.visualstudio.com/items?itemName=serverlessworkflow.serverless-workflow-vscode-extension) | | [main](https://github.com/serverlessworkflow/vscode-extension) |
50+
| [Synapse](https://github.com/serverlessworkflow/synapse) | [0.1.0-alpha1](https://github.com/serverlessworkflow/synapse/releases) | | [main](https://github.com/serverlessworkflow/synapse) |
51+
| [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) |
52+
| [Java SDK](https://github.com/serverlessworkflow/sdk-java) | [2.0.0.Final](https://github.com/serverlessworkflow/sdk-java/releases) | [2.0.x](https://github.com/serverlessworkflow/sdk-java/tree/1.0.x) | [main](https://github.com/serverlessworkflow/sdk-java) |
53+
| [.NET SDK](https://github.com/serverlessworkflow/sdk-net) | [v0.6.1](https://github.com/serverlessworkflow/sdk-net/releases) | | [main](https://github.com/serverlessworkflow/sdk-net) |
54+
| [TypeScript SDK](https://github.com/serverlessworkflow/sdk-typescript) | | | [main](https://github.com/serverlessworkflow/sdk-typescript) |
55+
| [VSCode Extension](https://github.com/serverlessworkflow/vscode-extension) | [1.6.0](https://marketplace.visualstudio.com/items?itemName=serverlessworkflow.serverless-workflow-vscode-extension) | | [main](https://github.com/serverlessworkflow/vscode-extension) |
5356

5457
## SDKs
5558

56-
In addition to the documentation mentioned above, there is also a set of SDKs being developed and are part of the specification:
57-
5859
- [Go](https://github.com/serverlessworkflow/sdk-go)
5960
- [Java](https://github.com/serverlessworkflow/sdk-java)
6061
- [.NET](https://github.com/serverlessworkflow/sdk-net)
6162
- [TypeScript](https://github.com/serverlessworkflow/sdk-typescript)
6263

63-
Being an open source community the Serverless Workflow team is open for new members as well open to their contributions.
64-
In order to ensure that an SDK is going to be supported and maintained, the Serverless Workflow community would like to ensure that:
64+
Serverless Workflow encourages development of SDKs dedicated to help developers with
65+
consuming, parsing, validating and testing their workflows that use the Serverless Workflow DSL.
66+
67+
## Runtime
6568

66-
* Each SDK has active points of contact.
67-
* Each SDK supports the latest(N), and N-1, major releases of the specification.
68-
* Within the scope of a major release, only support for the latest minor version is needed.
69+
- [Synapse](https://github.com/serverlessworkflow/synapse)
6970

70-
Support for release candidates is not required, but strongly encouraged.
71+
Serverless Workflow is open to host open-source runtime implementations that would like to
72+
be part and grow alongside the core specification.
73+
74+
[Synapse](https://github.com/serverlessworkflow/synapse) is a Kubernetes-native workflow runtime which supports and is part of the Serverless
75+
Workflow eco-system.
7176

7277
## Tooling
7378

7479
In order to enhance developer experience with the specification, we also provide a [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=serverlessworkflow.serverless-workflow-vscode-extension).
7580
The sources of the extension are found [here](https://github.com/serverlessworkflow/vscode-extension).
7681

77-
In order to ensure that the VSCode Extension is going to be supported and maintained, the Serverless Workflow community
78-
would like to ensure that is has a dedicated point of contact.
79-
8082
## Community
8183

8284
We have a growing community working together to build a community-driven and vendor-neutral

0 commit comments

Comments
 (0)