Skip to content

2.2.0 - 2026-06-15

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 00:58

Release Notes

πŸ“š Documentation

  • Align v2 docs with actual implementation (#937)
  • Add Examples showcase, and make the examples runnable (#939)
  • Replace dead mainnet relay in v2 docs and CONTRIBUTING (#940)
  • Add per-example READMEs and slim the examples showcase (#943)
  • Correct opt-in build notes for kafka and mithril (#945)
  • Make cloud-sink examples runnable standalone via docker-compose (#947)

βš™οΈ Miscellaneous Tasks

  • Remove the broken pool_metadata example (#941)
  • Slim dependencies and ship a batteries-included default binary (#944)
  • Update cargo-dist, drop self-updater and PR release dry-run (#946)

Install oura 2.2.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/oura/releases/download/v2.2.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.2.0

Download oura 2.2.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