Skip to content

Add a new post announcing the initial release of the Serverless Workflow Rust SDK #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions src/content/blog/releases/release-sdk-rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: Announcing the Serverless Workflow Rust SDK v1.0.0-alpha6
author: Charles d'Avernas
date: 2025-01-14
description: >
Introducing the first alpha release of the Serverless Workflow Rust SDK, version v1.0.0-alpha1.
---

# Announcing the Serverless Workflow Rust SDK v1.0.0-alpha1

Hello, Serverless Workflow community!

We are thrilled to announce the release of the very first alpha version of the **Serverless Workflow Rust SDK**! Version `v1.0.0-alpha6` marks an exciting milestone as we bring the power of the Serverless Workflow specification to the Rust ecosystem.

## Installation Instructions

To start using the Rust SDK, simply add it to your project’s dependencies in `Cargo.toml`:

```toml
[dependencies]
serverless-workflow-sdk = "1.0.0-alpha6"
```

Alternatively, you can add it directly via Cargo:

```bash
cargo add [email protected]
```

For more information and examples, check out the [GitHub repository](https://github.com/serverlessworkflow/sdk-rust).

## What’s Included?

This initial alpha release includes:

- **Core Models**: Full support for the Serverless Workflow DSL, enabling you to define workflows in compliance with the specification.
- **Builders**: Programmatic workflow creation using builder patterns for ease and type safety.

## What’s Next?

As we move toward the full `v1.0.0` release, our focus will be on:

- Expanding the SDK with additional utilities and helpers.
- Ensuring compatibility with the latest Serverless Workflow specification.
- Incorporating community feedback to improve the developer experience.

Your input is crucial to making the Rust SDK robust and production-ready. Please share your feedback, report issues, or contribute by visiting our [GitHub repository](https://github.com/serverlessworkflow/sdk-rust).

## Join the Conversation

Thank you for being a part of the Serverless Workflow community. With your help, we’re building a powerful ecosystem for serverless workflows, one step at a time.

Give the Rust SDK a try today, and let us know how it works for you!

Happy coding! 🚀