| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tigerbeetle-x86_64-linux.zip | < 11 hours ago | 7.3 MB | |
| tigerbeetle-x86_64-windows-debug.zip | < 11 hours ago | 6.1 MB | |
| tigerbeetle-x86_64-windows.zip | < 11 hours ago | 8.0 MB | |
| vortex-driver-zig-aarch64-linux.zip | < 11 hours ago | 2.2 MB | |
| vortex-driver-zig-x86_64-linux.zip | < 11 hours ago | 2.2 MB | |
| tigerbeetle-aarch64-linux-debug.zip | < 11 hours ago | 13.0 MB | |
| tigerbeetle-aarch64-linux.zip | < 11 hours ago | 7.0 MB | |
| tigerbeetle-universal-macos-debug.zip | < 11 hours ago | 14.7 MB | |
| tigerbeetle-universal-macos.zip | < 11 hours ago | 15.0 MB | |
| tigerbeetle-x86_64-linux-debug.zip | < 11 hours ago | 12.9 MB | |
| 0.17.8 source code.tar.gz | < 11 hours ago | 2.0 MB | |
| 0.17.8 source code.zip | < 11 hours ago | 2.3 MB | |
| README.md | < 11 hours ago | 3.4 kB | |
| Totals: 13 Items | 92.9 MB | 0 | |
0.17.8
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.17.4
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.17.8 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.17.8-debug
Clients
NOTE: Because of package manager caching, it may take a few minutes after the release for this version to appear in the package manager.
You cannot run a newer client against an older cluster: clients are only compatible
with replicas from their own release or newer, subject to the newer release's
Oldest supported client version.
- .NET:
dotnet add package tigerbeetle --version 0.17.8 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.17.8 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.17.8. - Node.js:
npm install --save-exact tigerbeetle-node@0.17.8 - Python:
pip install tigerbeetle==0.17.8
Changelog
This release fixes a schema change bug introduced in 0.17.5, that would cause crashes when attempting to upgrade to 0.17.5 - 0.17.7 from 0.17.4 and below if pending transfers were present on the cluster. See #3808.
If you are upgrading from 0.17.4, or attempting to upgrade from a currently crashed cluster on 0.17.5 - 0.17.7, no special consideration is needed, and you may upgrade directly to 0.17.8.
If you are upgrading from either a fresh or upgraded cluster on 0.17.5 - 0.17.7, and have used pending transfers, you can run the script here to check if you have any blocks that are on the incorrect schema. If you do, please file an issue on GitHub, otherwise it's safe to upgrade to 0.17.8.
Safety And Performance
Fix the headline compatibility bug.
Fix a bug in which the stash would overflow due to excess tombstones.
Fuzz scans over mutable secondary indexes, and fix an assertion.
Fix commit stall injection for clusters with 8 or more active clients.
Features
Prepare Ruby client for publishing.
Add gauge metric to record replica start time.
Internals
Add case conversion helpers to stdx.
Add stdx.net with IP address implementation.
Add FuzzIterations abstraction to control fuzzer smoke test duration.