Oura Versions Save

The tail of Cardano

v1.7.0

1 year ago

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

1 year ago

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

1 year ago

v1.5.3 (2022-08-08)

Chore

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

v1.5.2

1 year ago

v1.5.2 (2022-08-01)

Bug Fixes

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

v1.5.1

1 year ago

v1.5.1 (2022-07-03)

Bug Fixes

  • Fix n2n babbage header parsing (#355)

v1.5.0

1 year ago

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

1 year ago

v1.4.3 (2022-06-08)

Bug Fixes

  • Add missing details in tx record (#321)

Docs

  • Update changelog

v1.4.2

1 year ago

v1.4.2 (2022-06-05)

Bug Fixes

  • Include EBB blocks in E2E tests (#315)
  • Add missing finalize option to N2C (#314)
  • Upgrade Pallas to fix tx hash mismatch (#312)

Continuous Integration

  • Add N2C E2E tests (#313)

v1.4.1

2 years ago

v1.4.1 (2022-05-09)

Bug Fixes

  • Relax CIP15 requirements and log level (#290)

v1.4.0

2 years ago

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

  • missing fields in NativeScript fingerprint (#246)
  • Ensure aws feature builds ok in isolation (#230)

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)