v1.7.6
Restate 1.7.6
Restate 1.7.6 is a small patch release that speeds up RocksDB disk-space reclamation and bundles Restate UI 1.0.19.
💾 Faster RocksDB Space Reclamation
Bottom-most RocksDB compactions for partition stores and log servers now run on the normal low-priority compaction pool instead of a dedicated single-thread pool.
Space reclamation mostly happens at the bottom-most levels, and the dedicated pool — which RocksDB never auto-expands — was limiting how quickly that space could be returned. Sharing the low-priority pool lets disk space be reclaimed faster while staying within the existing background-compaction budget.
No configuration or migration changes are required.
🖥️ Restate UI 1.0.19
The bundled Restate UI has been updated to v1.0.19 with:
- A query inspector for diagnosing the SQL issued by UI pages
- Refined page layouts
- Fixes for race conditions in query and filter controls
📖 Full Release Notes → https://github.com/restatedev/restate/blob/main/release-notes/v1.7.6.md
Install
Pull the Docker images
docker pull docker.restate.dev/restatedev/restate:1.7.6
docker pull docker.restate.dev/restatedev/restate-cli:1.7.6Install prebuilt binaries via Homebrew
brew install restatedev/tap/restate-server
brew install restatedev/tap/restate
brew install restatedev/tap/restatectlInstall prebuilt binaries into your npm project
npm install @restatedev/restate-server@1.7.6
npm install @restatedev/restate@1.7.6
npm install @restatedev/restatectl@1.7.6Download 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 |