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