Releases: txpipe/oura
Releases · txpipe/oura
v1.5.0
v1.5.0 (2022-07-03)
Features
- Implement Babbage compatibility (#351)
- Add metadata hash to pool registration event (#336)
- Add a nix flake (#335)
- Retry whole chainsync operation when possible (#332)
- Introduce Redis Streams sink (#253)
Bug Fixes
- Decode block wrappers correctly (#353)
- Add default values for retry policies (#352)
- Accommodate partial features build (#333)
- Allow integer values in magic args (#320)
Docs
- Add guide on connecting to custom networks (#306)
- Improve "data dictionary" section (#297)
- Fix typo in daemon example (#294)
Code Refactoring
- Unify retry mechanism across sinks (#302)
Chore
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0 (2022-05-09)
Features
- Emit witness events (#262)
- Introduce GCP PubSub sink (#237)
- Add native scripts (#241)
- Add custom terminal format for ADA Handle assets (#232)
- Add option to include tx details in block events (#231)
- CIP15: Add CIP-0015 parser (#124)
Doc
- Add [source.finalize] doc and example (#258)
Bug Fixes
Docs
- Add automated changelog (#286)
- Fix typo in CONTRIBUTING.md (#259)
- Fix typo in README (#239)
- Fixed typos (#226)
Continuous Integration
- Fix github / kubectl / eks compatibility issue
Chore
- Add min-depth to e2e tests (#272)
- Fix linting issues (#244)
- deps: bump log from 0.4.16 to 0.4.17 (#285)
- deps: bump serde from 1.0.136 to 1.0.137 (#275)
- deps: bump tokio from 1.18.0 to 1.18.1 (#278)
- deps: bump openssl from 0.10.38 to 0.10.40 (#282)
- deps: bump clap from 3.1.13 to 3.1.16 (#283)
- deps: bump serde_json from 1.0.79 to 1.0.81 (#281)
- deps: Update all aws sdk libs to 0.11 (#271)
- deps: bump clap from 3.1.12 to 3.1.13 (#270)
- deps: bump pallas from 0.9.0-alpha.0 to 0.9.0-alpha.1 (#269)
- deps: bump tokio from 1.17.0 to 1.18.0 (#266)
- deps: Remove unused TUI dependency (#268)
- deps: bump clap from 3.1.11 to 3.1.12 (#261)
- deps: bump config from 0.13.0 to 0.13.1 (#248)
- deps: bump clap from 3.1.8 to 3.1.11 (#257)
- deps: bump crossterm from 0.23.1 to 0.23.2 (#235)
- deps: bump clap from 3.1.16 to 3.1.17 (#284)
- deps: Update Pallas to version 0.8.0 (#242)
- deps: bump config from 0.12.0 to 0.13.0 (#236)
- deps: bump clap from 3.1.7 to 3.1.8 (#234)
- deps: bump clap from 3.1.6 to 3.1.7 (#229)
- deps: bump log from 0.4.14 to 0.4.16 (#217)
v1.3.2
v1.3.2 (2022-04-26)
Bug Fixes
- Upgrade Pallas version to deal with hashes of Txs that don't follow CBOR preferred encoding, see: txpipe/pallas#92
v1.3.1
v1.3.0
v1.3.0 (2022-03-25)
Features
- Add epoch and epoch slot values to Block record (#195)
- Introduce AWS S3 sink (#221)
- Graceful shutdown options (#216)
- Add connection-retry logic with exponential backoff (#213)
- CLI option to override configured cursor in daemon mode (#212)
- Introduce AWS Lambda sink (#208)
- Introduce AWS SQS Sink (#207)
Bug Fixes
- Hotfix release by skipping arm64 container build
- Implement missing S3 object naming conventions (#223)
- Hide SQS sink under correct feature flag (#214)
Docs
Code Refactoring
- Move sub-command definition to corresponding module (#209)
Continuous Integration
Chore
- deps: bump aws-sdk-sqs from 0.8.0 to 0.9.0 (#211)