Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 01:55
· 196 commits to main since this release

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)