Release v1.4.3 ยท restatedev/restate
๐ Restate v1.4.3: Multi-region Restate cluster and improved developer experience
We are pleased to announce the release of Restate v1.4.3! This release brings several improvements, new features, bu...
๐ Restate v1.4.3 is here!
โจ New features:
๐ง Shell completions for CLI tools
โต Enhanced Helm charts
๐ OTLP+HTTP tracing support
Seamless upgrade, no migration needed! ๐
๐ฆ Download: github.com/restatedev/r...
๐ Get started: docs.restate.dev/get_started/...
29.07.2025 12:43 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
YouTube video by Restate
Durable AI Agents with Restate - Community Meeting July 2025
Why Durable Execution matters:
๐ Automatic retries & recovery
โณ Long-running workflows
๐ง Resilient human-in-the-loop
๐น๏ธ Agent orchestration
๐ Built-in observability
โถ๏ธ Watch the full session: www.youtube.com/watch?v=Bawf...
29.07.2025 10:29 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
๐ฅ Build Durable AI Agents with Restate + Vercel AI SDK
Here are the highlights from our recent community meeting on building resilient AI agents using Restate with your favorite Agent SDK (like Vercel AI or OpenAI).
29.07.2025 10:29 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Join the community meeting next week to learn how combining Restate with your agent SDK (Vercel AI, OpenAI, ...) gives your agents a set of powerful features.
18.07.2025 14:27 โ ๐ 2 ๐ 1 ๐ฌ 1 ๐ 0
Restate 1.4: We've Got Your Resiliency Covered
Restate 1.4 improves cluster resiliency and workload balancing significantly. Experience less unavailability and achieve more with fewer resources.
๐ Restate 1.4 just dropped! 10x faster failure detection, automatic workload rebalancing, and 2.5x quicker startup. Your distributed applications just got more resilient with less downtime and better resource utilization. Build more, worry less. #Restate #Resilience restate.dev/blog/announc...
03.07.2025 21:08 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0
Hey everyone, Iโll be in New York on June 24/25. If you want to talk about @restate.dev, durable execution, challenges in how to productionize agentic workflows or just grab a coffee, then let me know. Happy to meet you in NY ๐
09.06.2025 16:47 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
Sagas | Restate documentation
Implementing undo operations in case of failures, to keep your system consistent
Restate lets you write resilient sagas in clean, readable code that handles failures gracefully.
Check out the updated sagas guide: docs.restate.dev/guides/sagas/
#DistributedSystems #Microservices #Sagas
10.06.2025 16:11 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
When to use Sagas:
- Business logic failures ("hotel full", "product not available") where retrying won't help
- Cancelling ongoing requests, and letting them roll back
Your system never ends up in a half-finished state!
10.06.2025 16:11 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
With Restate, implementing sagas is easy:
โ
Record compensating (undo) actions in a list as your workflow progresses
โ
If a terminal error occurs, ๐ฅ๐ฒ๐๐๐ฎ๐๐ฒ ๐ด๐๐ฎ๐ฟ๐ฎ๐ป๐๐ฒ๐ฒ๐ ๐ฎ๐น๐น ๐ฐ๐ผ๐บ๐ฝ๐ฒ๐ป๐๐ฎ๐๐ถ๐ผ๐ป๐ ๐ฒ๐
๐ฒ๐ฐ๐๐๐ฒ
10.06.2025 16:11 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Restate auto-retries temporary issues like network glitches. But for business logic failures ("Hotel fully booked"), retrying won't help. Instead, Restate helps you gracefully undo previous steps using sagas - each action has a matching "undo" step that runs when needed.
10.06.2025 16:11 โ ๐ 1 ๐ 1 ๐ฌ 1 ๐ 0
In the post, we show:
โ
How to run your Restate services on Knative
โ
How you can use Restateโs embedded K/V store
โ
An example of a signup flow in Go
03.06.2025 12:38 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
๐ฅRestate and Knative are a great match!
- Knative gives you the scale-to-zero magic of serverless, on your own infra.
- Restate lets you write state machines, orchestration logic, and sagas and run them resiliently on any serverless platform. No external orchestrators needed.
03.06.2025 12:38 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Serverless platforms donโt work well for stateful orchestration logic. You are forced to push state out to a database or glue everything with queues and retries.
Thatโs brittle, complex, and hard to debug.
03.06.2025 12:38 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Serverless is great, until you need to manage state. This is where Restate comes in!
Learn how to combine Knative with Restate to build serverless applications on Kubernetes that are not only scalable, but also stateful and resilient. ๐งต
03.06.2025 12:38 โ ๐ 1 ๐ 1 ๐ฌ 1 ๐ 0
YouTube video by Restate
Restate 1.3 - Resilient Concurrency - Community Meeting May 2025
Watch the community meeting on Restate 1.3 here:
26.05.2025 09:32 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
We recently did a community meeting on Restate 1.3 and its new features. Have a look to learn more about how the Restate SDKs work, and how you can use them to implement resilient concurrent tasks.
๐ YouTube link below
26.05.2025 09:32 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The community meeting of Thursday May 8 will include demos of all the new features of Restate 1.3! Join to learn how the SDKs work under-the-hood and how to implement resilient concurrent applications with Restate.
05.05.2025 13:21 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Release v1.3.1 ยท restatedev/restate
Restate v1.3.1
Release highlights ๐
Improved Admin API OpenAPI specification for better integrations with external tools.
Use latest RocksDB table format which provides stricter checksum validatio...
There is a new Restate 1.3.1 release ๐
It contains various fixes and quality of life improvements:
* Improved Admin API OpenAPI spec
* Improved file corruption protection
* Protection against accidentally starting Restate from a wrong working dir
Get it while it's ๐ฅ
github.com/restatedev/r...
16.04.2025 08:24 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
๐ Big news! @restate.dev 1.3 is here โ and it makes handling concurrency a breeze. Complex flows? Restate journals them, making everything replayable and fault-tolerant so you can sleep easy.
Dive in ๐ restate.dev/blog/announc... to see whatโs new!
10.04.2025 19:23 โ ๐ 8 ๐ 3 ๐ฌ 0 ๐ 0
Restate service handler written in Kotlin, showing how to implement a scatter/gather use case with few lines of code in a resilient way.
Coming up in @restate.dev 1.3: Implement scatter/gather scenarios with ease, while keeping your application resilient to failures! Those sub tasks can fail, the orchestrator itself can fail, and yet this code will run to completion thanks to Restate "run to completion" semantics.
07.04.2025 19:10 โ ๐ 5 ๐ 3 ๐ฌ 0 ๐ 0
Quickstart | Restate documentation
Follow the quickstart to run your first Restate handler and check out the UI on port 9070:
docs.restate.dev/get_started/...
19.03.2025 15:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Restate
Restate 1.2 - Introduction to the Restate UI - Community Meeting February 2025
Watch the recording of the community meeting here: www.youtube.com/watch?v=ybfl...
19.03.2025 15:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
In our last community meeting, we got an introduction to the brand-new Restate UI. The UI lets you manage, configure, understand, and debug applications. Have you tried it out already? Let us know how you like it and what you want to see next! ๐
19.03.2025 15:05 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Prepping my @rustikon.dev talk about @restate.dev... I'll show some use cases where you need to handle concurrent events, while keeping the application resilient from failures! #rust
18.03.2025 08:54 โ ๐ 6 ๐ 3 ๐ฌ 0 ๐ 0