0.15.2
版本发布时间: 2024-03-19 08:54:12
tigerbeetle/tigerbeetle最新发布版本:0.16.0(2024-09-03 04:34:45)
0.15.2
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.15.2
- Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.15.2-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.15.2
- Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.15.2
- Java: Update the version of
com.tigerbeetle.tigerbeetle-java
inpom.xml
to0.15.2
. - Node.js:
npm install tigerbeetle-node@0.15.2
Changelog
Safety And Performance
-
Implement compaction pacing: traditionally LSM databases run compaction on a background thread. In contrast compaction in tigerbeetle is deterministically interleaved with normal execution process, to get predictable latencies and to guarantee that ingress can never outrun compaction.
In this PR, this "deterministic scheduling" is greatly improved, slicing compaction work into smaller bites which are more evenly distributed across a bar of batched requests.
-
Include information about tigerbeetle version into the VSR protocol and the data file.
-
#1732, #1743, #1742, #1720, #1719, #1705, #1708, #1707, #1723, #1706, #1700, #1696, #1686.
Many availability issues found by the simulator fixed!
-
Fix a buffer leak when
get_account_balances
is called on an invalid account.
Features
-
#1671, #1713, #1709, #1688, #1691, #1690.
Many improvements to the documentation!
-
Rename
get_account_history
toget_account_balances
. -
Automatically expire pending transfers.
-
Implement in-place upgrades, so that the version of tigerbeetle binary can be updated without recreating the data file from scratch.
-
Consistently use
MiB
rather thanMB
in the CLI interface. -
Mark
--standby
andbenchmark
CLI arguments as experimental.
Internals
-
Unify PostedGroove and the index pending_status.
-
Include an entire header into checkpoint state to ease recovery after state sync.
TigerTracks 🎧
1、 tigerbeetle-aarch64-linux-debug.zip 3.37MB
2、 tigerbeetle-aarch64-linux.zip 644.79KB
3、 tigerbeetle-universal-macos-debug.zip 3.99MB
4、 tigerbeetle-universal-macos.zip 1.37MB
5、 tigerbeetle-x86_64-linux-debug.zip 3.39MB
6、 tigerbeetle-x86_64-linux.zip 670.03KB
7、 tigerbeetle-x86_64-windows-debug.zip 1.72MB
8、 tigerbeetle-x86_64-windows.zip 738.54KB