Skip to content

0.14.184: Merge pull request #1677 from tigerbeetle/release-2024-03-11

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 22:21
1e0daf1

0.14.184

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.184
  • Docker (debug image): docker pull ghcr.io/tigerbeetle/tigerbeetle:0.14.184-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.184
  • Go: go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.14.184
  • Java: Update the version of com.tigerbeetle.tigerbeetle-java in pom.xml to 0.14.184.
  • Node.js: npm install tigerbeetle-node@0.14.184

Changelog

Safety And Performance

  • #1663

    Fetching account history and transfers now has unit tests, helping detect and fix a reported bug
    with posting and voiding transfers.

Internals

Features

TigerTracks 🎧