Skip to content

Commit a5e55d9

Browse files
authored
add-sdk-python-release (#615)
Signed-off-by: Antonio Mendoza Pérez <[email protected]>
1 parent 62356ec commit a5e55d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Check out our project DevStats [here](https://serverlessworkflow.devstats.cncf.i
5858
| [Java SDK](https://github.com/serverlessworkflow/sdk-java) | [4.0.2.Final](https://github.com/serverlessworkflow/sdk-java/releases) | [4.0.x](https://github.com/serverlessworkflow/sdk-java/tree/4.0.x) | [main](https://github.com/serverlessworkflow/sdk-java) |
5959
| [.NET SDK](https://github.com/serverlessworkflow/sdk-net) | [v0.7.4.4](https://github.com/serverlessworkflow/sdk-net/releases) | | [main](https://github.com/serverlessworkflow/sdk-net) |
6060
| [TypeScript SDK](https://github.com/serverlessworkflow/sdk-typescript) | [v3.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases) | [3.0.x](https://github.com/serverlessworkflow/sdk-typescript/tree/3.0.x) | [main](https://github.com/serverlessworkflow/sdk-typescript) |
61+
| [Python SDK](https://github.com/serverlessworkflow/sdk-python) | [v1.0.0](https://github.com/serverlessworkflow/sdk-python/releases) | [1.0.x](https://github.com/serverlessworkflow/sdk-python/tree/1.0.x) | [main](https://github.com/serverlessworkflow/sdk-python) |
6162
| [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) |
6263

6364
## Runtimes
@@ -76,7 +77,7 @@ Workflow eco-system.
7677
- [Java](https://github.com/serverlessworkflow/sdk-java)
7778
- [.NET](https://github.com/serverlessworkflow/sdk-net)
7879
- [TypeScript](https://github.com/serverlessworkflow/sdk-typescript)
79-
- [Python](https://github.com/serverlessworkflow/sdk-python) (Work in progress)
80+
- [Python](https://github.com/serverlessworkflow/sdk-python)
8081

8182
Serverless Workflow encourages development of SDKs dedicated to help developers with
8283
consuming, parsing, validating and testing their workflows that use the Serverless Workflow DSL.

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The specification has multiple components:
169169

170170
* Definitions of the workflow language. This is defined via the [Workflow JSON Schema](schema/workflow.json). You can use both
171171
[JSON](https://www.json.org/json-en.html) and [YAML](https://yaml.org/) formats to model your workflows.
172-
* Software Development Kits (SDKs) for [Go](https://github.com/serverlessworkflow/sdk-go), [Java](https://github.com/serverlessworkflow/sdk-java), [.NET](https://github.com/serverlessworkflow/sdk-net) and [Typescript](https://github.com/serverlessworkflow/sdk-typescript), and we plan to add them for more languages in the future.
172+
* Software Development Kits (SDKs) for [Go](https://github.com/serverlessworkflow/sdk-go), [Java](https://github.com/serverlessworkflow/sdk-java), [.NET](https://github.com/serverlessworkflow/sdk-net), [Typescript](https://github.com/serverlessworkflow/sdk-typescript) and [Python](https://github.com/serverlessworkflow/sdk-python), and we plan to add them for more languages in the future.
173173
* Set of [Workflow Extensions](extensions/README.md) which
174174
allow users to define additional, non-execution-related workflow information. This information can be used to improve
175175
workflow performance.

0 commit comments

Comments
 (0)