0.14.165
版本发布时间: 2023-11-20 21:40:09
tigerbeetle/tigerbeetle最新发布版本:0.16.0(2024-09-03 04:34:45)
0.14.165
Automated build. Do not use in production.
NOTE: You must run the same version of server and client. We do not yet follow semantic versioning where all patch releases are interchangeable.
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.14.165
- Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.14.165-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.
- .NET:
dotnet add package tigerbeetle --version 0.14.165
- Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.14.165
- Java: Update the version of
com.tigerbeetle.tigerbeetle-java
inpom.xml
to0.14.165
. - Node.js:
npm install tigerbeetle-node@0.14.165
Changelog
Safety And Performance
-
Implement last-mile release artifact verification in CI.
-
Bump the simulator's safety phase max-ticks to avoid false positives from the liveness check.
-
Fix a crash caused by a race between a commit and a repair acquiring a client-reply
Write
. -
Fix a crash caused by a race between state (table) sync and a move-table compaction.
Both bugs didn't stand a chance in the Line of Fire of our deterministic simulator!
Internals
-
Specify which CPU features are supported in builds.
-
Improve
shell.zig
's directory handling, to guard against mistakes with respect to the current working directory. -
Interpret a git hash as a VOPR seed, to enable reproducible simulator smoke tests in CI.
-
Explicitly target glibc 2.7 when building client libraries, to make sure TigerBeetle clients are compatible with older distributions.
1、 tigerbeetle-aarch64-linux-debug.zip 2.74MB
2、 tigerbeetle-aarch64-linux.zip 2.32MB
3、 tigerbeetle-universal-macos-debug.zip 3.25MB
4、 tigerbeetle-universal-macos.zip 1.23MB
5、 tigerbeetle-x86_64-linux-debug.zip 2.74MB
6、 tigerbeetle-x86_64-linux.zip 2.36MB
7、 tigerbeetle-x86_64-windows-debug.zip 1.4MB
8、 tigerbeetle-x86_64-windows.zip 671.96KB