Skip to content

Releases: txpipe/oura

2.0.0 - 2025-09-29

29 Sep 18:02
382ba23

Choose a tag to compare

Release Notes

🚀 Features

  • Support all record types in terminal sink (#839)
  • Support env filters for tracing output (#877)
  • Introduce ZeroMQ sink (#872)
  • Update mithril-client and aws dependencies (#897)

🐛 Bug Fixes

  • Make select filter artifacs public for library mode (#892)
  • Support reset events in rollback buffer (#894)

🚜 Refactor

  • Make config struct fields public (#899)

📚 Documentation

  • Improve utxorpc source section (#867)

⚙️ Miscellaneous Tasks

  • Update Pallas to v0.33.0 (#875)
  • Update readme for v2 release (#880)
  • Update readme badges (#881)
  • Tidy up release procedure

Install oura 2.0.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install txpipe/tap/oura

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

v1.9.4

23 Jun 17:11
0ea4519

Choose a tag to compare

v1.9.4 (2025-06-23)

Chore

  • update Pallas to v0.18.5 (#869)

Version 2.0.0-beta.0

18 Apr 04:19
c0b0b9c

Choose a tag to compare

Version 2.0.0-beta.0 Pre-release
Pre-release

Release Notes

Install oura 2.0.0-beta.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install txpipe/tap/oura

Download oura 2.0.0-beta.0

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

v1.9.3

10 Mar 13:26
69efa6a

Choose a tag to compare

v1.9.3 (2025-03-10)

Bug Fixes

  • updated github workflow actions (#849)
  • use newer handshake via Pallas update

v1.9.2

23 Oct 21:03
c6bfc5a

Choose a tag to compare

v1.9.2 (2024-10-23)

Bug Fixes

  • use newer handshake via Pallas update (#826)
  • add plutus v2 witnesses missing in babbage txs (#813)

v1.9.1

27 Aug 19:09
2fb369d

Choose a tag to compare

v1.9.1 (2024-08-27)

Chore

  • bump Pallas to v0.30.1 (#811)

v1.9.0

04 Aug 12:51
e408e06

Choose a tag to compare

v1.9.0 (2024-08-04)

Features

  • make v1 compatible with Conway era (#807)
  • add support for GCP pubsub emulator (#803)

v1.8.6

06 Jul 00:58
d940685

Choose a tag to compare

v1.8.6 (2024-07-05)

Bug Fixes

  • use atomic operation to write cursor (#798)

v1.8.5

05 Feb 11:41
ef40ed1

Choose a tag to compare

v1.8.5 (2024-02-05)

Bug Fixes

  • add missing collateral in pre-babbage mapper (#746)

v1.8.4

16 Dec 20:19
9c688b9

Choose a tag to compare

v1.8.4 (2023-12-16)

Features

  • add attributes field to GCP pubsub (#719)
  • gcp: add ordering key for pubsub (#716)

Bug Fixes

  • fix compile issues in gpc sink
  • incorrect epoch length in preview (#717)
  • json deserialization from payload fails with i128 is not supported (#712)

Continuous Integration

  • improve v1 validate workflow (#722)

Chore

  • update Kafka dep
  • update cargo deps
  • fix lint warnings