Skip to content

Releases: txpipe/oura

v1.7.3

16 Nov 12:29
Compare
Choose a tag to compare

v1.7.3 (2022-11-16)

Bug Fixes

  • Bump Pallas to fix Plutus data issue (#469)

Continuous Integration

  • Update broken e2e tests (#470)

v1.7.2

19 Oct 01:55
Compare
Choose a tag to compare

v1.7.2 (2022-10-18)

Docks

  • Fix small typo in proposed filename (#448)

Bug Fixes

  • Upgrade Pallas to fix CBOR issue (#460)

Chore

  • deps: bump openssl from 0.10.41 to 0.10.42 (#440)
  • deps: bump murmur3 from 0.5.1 to 0.5.2 (#449)
  • deps: bump reqwest from 0.11.11 to 0.11.12 (#436)
  • deps: bump serde from 1.0.144 to 1.0.145 (#439)
  • deps: bump clap from 3.2.20 to 3.2.22 (#433)
  • deps: bump env_logger from 0.9.0 to 0.9.1 (#434)

v1.7.1

13 Sep 19:12
Compare
Choose a tag to compare

v1.7.1 (2022-09-13)

Bug Fixes

  • Apply missing selection filters at Tx level (#430)
  • terminal: Be aware of UTF-8 chars when truncating output (#431)

v1.7.0

11 Sep 01:55
Compare
Choose a tag to compare

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

  • Add preview and preprod magic values to watch usage (#398)
  • Improve mapper options docs (#400)

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

20 Aug 21:20
Compare
Choose a tag to compare

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

  • Fix formatting issues (#388)
  • Add all features flag in from source docs (#377)
  • deps: bump tokio from 1.18.2 to 1.20.1 (#369)
  • deps: bump openssl-src from 111.17.0+1.1.1m to 111.22.0+1.1.1q (#389)

v1.5.3

08 Aug 22:50
Compare
Choose a tag to compare

v1.5.3 (2022-08-08)

Chore

  • deps: Update Pallas to v0.13.1 (#378)

v1.5.2

02 Aug 02:20
Compare
Choose a tag to compare

v1.5.2 (2022-08-01)

Bug Fixes

  • Fix JSON serialization of genesis key delegation (#372)

v1.5.1

04 Jul 01:57
Compare
Choose a tag to compare

v1.5.1 (2022-07-03)

Bug Fixes

  • Fix n2n babbage header parsing (#355)

v1.5.0

03 Jul 04:18
Compare
Choose a tag to compare

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

  • Fix lint warnings across the board (#310)
  • deps: Update Pallas to v0.11 (#350)
  • deps: Update aws-sdk to 0.12 (#311)
  • deps: bump clap from 3.1.17 to 3.1.18 (#293)
  • deps: bump tokio from 1.18.1 to 1.18.2 (#287)
  • deps: bump bech32 from 0.8.1 to 0.9.0 (#295)

v1.4.3

08 Jun 15:42
Compare
Choose a tag to compare

v1.4.3 (2022-06-08)

Bug Fixes

  • Add missing details in tx record (#321)

Docs

  • Update changelog