github restatedev/restate v1.3.1

latest releases: v1.5.0, v1.5.0-rc.2, v1.5.0-rc.1...
5 months ago

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 validation and thereby better protection against file corruptions.
  • Improved protection against accidentally starting Restate from the wrong working directory. If restate-data contains multiple directories, then it is now required to specify the node name via --node-name or in the config via node-name, to select the right node working directory.

Fixes 🔨

  • Use the proper default configuration values when specifying the deprecated config option metadata-store. Before, it could happen that a local metadata server configured via this option would disable the WAL and thereby have weaker durability guarantees.

Install

Pull the Docker images

docker pull docker.restate.dev/restatedev/restate:1.3.1
docker pull docker.restate.dev/restatedev/restate-cli:1.3.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/restate-server@1.3.1
npm install @restatedev/restate@1.3.1
npm install @restatedev/restatectl@1.3.1

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.3.0...v1.3.1

Don't miss a new restate release

NewReleases is sending notifications on new releases.