Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 10:58
8809b79

Restate v1.2.1

Release highlights 🌟

Patching state from the UI 🖌️

The UI now supports patching state.

Fixes

  • RESTATE_ADMIN_URL takes now precedence of RESTATE_HOST when using restate #2766
  • Make the psql endpoint properly work #2768
  • Prevent runtime from panicking when timeout duration overflows #2797

Install

Pull the Docker images

docker pull docker.restate.dev/restatedev/restate:1.2.1
docker pull docker.restate.dev/restatedev/restate-cli:1.2.1

Install prebuilt binaries via Homebrew

brew install restatedev/tap/restate-server
brew install restatedev/tap/restate
brew install restatedev/tap/restatectl

Install prebuilt binaries into your npm project

npm install @restatedev/[email protected]
npm install @restatedev/[email protected]
npm install @restatedev/[email protected]

Download binary archives

File Platform Checksum
restate-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
restate-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
restate-server-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
restate-server-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
restate-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
restate-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
restate-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
restate-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
restatectl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
restatectl-x86_64-apple-darwin.tar.xz Intel macOS checksum
restatectl-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
restatectl-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

What's Changed

Full Changelog: v1.2.0...v1.2.1