0.16.66
0.16.66
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.62
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.66 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.66-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.66 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.66 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.16.66. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.66 - Python:
pip install tigerbeetle==0.16.66
Changelog
Safety And Performance
-
Fix non-monotonic ID generation in the Python client. Thank you for spotting this, @rbino!
Internals
-
Introduce
op_checkpoint_syncto simplify assertions during state sync. -
Run Vörtex in CFO (Continuous Fuzzing Orchestrator).
-
Various fixes for Vörtex in CFO.