Releases: txpipe/oura
Releases · txpipe/oura
2.0.0 - 2025-09-29
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 | shInstall 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/ouraDownload 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
Version 2.0.0-beta.0
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 | shInstall prebuilt binaries via Homebrew
brew install txpipe/tap/ouraDownload 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
v1.9.2
v1.9.1
v1.9.0
v1.8.6
v1.8.5
v1.8.4
v1.8.4 (2023-12-16)
Features
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