Skip to content

2.1.0 - 2026-06-14

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 00:55

Release Notes

πŸš€ Features

  • Add work_stats filter with finalization policy (#928)
  • Bump gasket to 0.11 and derive exit code from StopReason (#930)

πŸ› Bug Fixes

  • Bump pallas + utxorpc to utxorpc-spec 0.19 (#921) (#924)
  • Bump aws-lc-sys/aws-lc-rs for new MSVC compatibility (#926)

βš™οΈ Miscellaneous Tasks

  • Fix legacy lint warnings (#925)
  • Migrate e2e tests from EKS/Kubernetes to GitHub runners (#927)
  • Realign CI/release/publish workflows (#932)
  • Add Docker build/publish workflow on push to main (#933)
  • Build e2e image via the production native-build path (#934)
  • Build e2e image on ubuntu-22.04 to match runtime glibc (#935)
  • Smoke-test the pushed docker image (#936)

Install oura 2.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/oura/releases/download/v2.1.0/oura-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/oura/releases/download/v2.1.0/oura-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install txpipe/tap/oura

Install prebuilt binaries into your npm project

npm install @txpipe/oura@2.1.0

Download oura 2.1.0

File Platform Checksum
oura-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
oura-x86_64-pc-windows-msvc.zip x64 Windows checksum
oura-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
oura-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum