Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tigerbeetle-x86_64-linux.zip | 2025-07-07 | 6.9 MB | |
tigerbeetle-x86_64-windows-debug.zip | 2025-07-07 | 5.4 MB | |
tigerbeetle-x86_64-windows.zip | 2025-07-07 | 7.4 MB | |
tigerbeetle-x86_64-linux-debug.zip | 2025-07-07 | 11.4 MB | |
tigerbeetle-aarch64-linux-debug.zip | 2025-07-07 | 11.4 MB | |
tigerbeetle-aarch64-linux.zip | 2025-07-07 | 6.5 MB | |
tigerbeetle-universal-macos-debug.zip | 2025-07-07 | 13.2 MB | |
tigerbeetle-universal-macos.zip | 2025-07-07 | 14.0 MB | |
0.16.49 source code.tar.gz | 2025-07-06 | 1.8 MB | |
0.16.49 source code.zip | 2025-07-06 | 2.1 MB | |
README.md | 2025-07-06 | 1.8 kB | |
Totals: 11 Items | 80.2 MB | 0 |
0.16.49
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.45
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.49
- Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.49-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.16.49
- Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.49
- Java: Update the version of
com.tigerbeetle.tigerbeetle-java
inpom.xml
to0.16.49
. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.49
- Python:
pip install tigerbeetle==0.16.49
Changelog
Safety And Performance
Fix a division by zero when logging CDC metrics, and increase resolution to nanoseconds.
Apply backpressure at primary to mitigate an issue with lagging backups.
Internals
Upgrade to Zig 0.14.1.
Fix a typo that caused probabilities to be parsed as hexadecimal.