Skip to content

0.13.59

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 08:29
· 4097 commits to 1d14a254ed45e388ce2e1921cf97625f66dbc0d5 since this release

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