Releases: txpipe/oura
Releases · txpipe/oura
v1.8.0
v1.8.0 (2023-01-30)
Features
Bug Fixes
- Fix byron address string representation (#530)
- Compute datum hash for inline values (#529)
- Fix time calculation for preview / preprod (#528)
- Evaluate CIP25 policy / asset in selection filter (#498)
- gcp: Switch to pubsub lib that handles token refresh (#512)
Docs
- Fix typos across the board (#523)
- Fix Transaction ID typo in data dictionary
Code Refactoring
- Switch to Pallas v0.17 (huge change) (#527)
Chore
- Upgrade Debian base image in Dockerfile (#520)
- Fix remaining lint warnings (#531)
- deps: bump tokio from 1.21.0 to 1.24.2 (#510)
- deps: bump docker/login-action from 1 to 2 in /.github/workflows (#516)
- deps: bump actions/setup-go from 2 to 3 in /.github/workflows (#477)
- deps: bump actions/cache in /.github/workflows (#514)
- deps: bump env_logger from 0.9.1 to 0.10.0 (#518)
- deps: bump actions/upload-artifact in /.github/workflows (#517)
- deps: bump docker/setup-buildx-action in /.github/workflows (#515)
- deps: bump openssl from 0.10.42 to 0.10.45 (#513)
- deps: bump actions/checkout from 2 to 3 in /.github/workflows (#479)
- deps: bump docker/metadata-action in /.github/workflows (#476)
- deps: bump serde from 1.0.145 to 1.0.152 (#503)
- deps: bump docker/build-push-action in /.github/workflows (#480)
- deps: bump azure/setup-kubectl in /.github/workflows (#508)
- deps: bump actions/download-artifact in /.github/workflows (#478)
- deps: bump file-rotate from 0.7.0 to 0.7.1 (#458)
- deps: bump serde_json from 1.0.85 to 1.0.89 (#475)
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.7.0 (2022-09-10)
Features
- Add transaction size value to TransactionRecord (#403)
- Add cardano2dgraph testdrive example (#395)
- Implement selection filter by Address (#396)
- terminal: Allow user-defined terminal width (#393)
Doc
- Fix typos and improve grammar in
selection
docs (#399)
Bug Fixes
- Fix lint warning across the board (#410)
- Fix incorrect error message in N2C stage (#402)
- Fix typo in try_from_magic error output (#405)
- Evaluate Tx records for metadata filters (#406)
- logs: Fix log sink for non-unix targets (#425)
Docs
Chore
- deps: bump openssl from 0.10.40 to 0.10.41 (#394)
- deps: bump file-rotate from 0.6.0 to 0.7.0 (#420)
- deps: bump bech32 from 0.9.0 to 0.9.1 (#424)
- deps: bump strum_macros from 0.24.0 to 0.24.3 (#413)
- deps: bump crossterm from 0.23.2 to 0.25.0 (#422)
- deps: bump serde from 1.0.137 to 1.0.144 (#423)
- deps: bump strum from 0.24.0 to 0.24.1 (#418)
- deps: bump reqwest from 0.11.10 to 0.11.11 (#421)
- deps: bump prometheus_exporter from 0.8.4 to 0.8.5 (#419)
- deps: bump tokio from 1.20.1 to 1.21.0 (#416)
- deps: bump serde_json from 1.0.81 to 1.0.85 (#417)
- deps: bump clap from 3.1.18 to 3.2.20 (#415)
- deps: bump redis from 0.21.5 to 0.21.6 (#411)
- deps: bump config from 0.13.1 to 0.13.2 (#414)
- deps: bump pallas from 0.13.1 to 0.13.2 (#408)
- deps: Upgrade aws-sdk to 0.14 (#409)
- terminal: Use 'wrap' semantics for terminal width (#426)
v1.6.0
v1.6.0 (2022-08-20)
Features
- Add shortcuts for 'preview' and 'pre-prod' networks (#385)
- Remove e1 prefix from reward account (#379)
- Allow json & yaml as configuration file formats (#347)
- webhook: Allow self-signed certificates (#390)
Bug Fixes
- Move cursor only after side-effect (#364)
- Honor config field that toggles compression (#358)
- elastic: Don't panic on ID conflicts (#391)
Docs
- Describe 'retry policy' mechanism (#392)
- Update metadata-based selection predicates (#380)
- Expand Redis sink section (#366)
- Add redis streams documentation to book index (#363)
- Add custom network config instructions (#362)
Chore
v1.5.3
v1.5.2
v1.5.1
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)