Oura Versions Save

The tail of Cardano

v1.8.5

3 months ago

v1.8.5 (2024-02-05)

Bug Fixes

  • add missing collateral in pre-babbage mapper (#746)

v1.8.4

5 months ago

v1.8.4 (2023-12-16)

Features

  • add attributes field to GCP pubsub (#719)
  • gcp: add ordering key for pubsub (#716)

Bug Fixes

  • fix compile issues in gpc sink
  • incorrect epoch length in preview (#717)
  • json deserialization from payload fails with i128 is not supported (#712)

Continuous Integration

  • improve v1 validate workflow (#722)

Chore

  • update Kafka dep
  • update cargo deps
  • fix lint warnings

v1.8.3

8 months ago

v1.8.3 (2023-08-23)

Chore

  • deps: update Pallas to v0.18.2

v1.8.2

8 months ago

v1.8.2 (2023-08-23)

Bug Fixes

  • enable transaction details without enabling block details (#657)
  • rabbitmq: exit process if connection closes unexpectedly

Docs

  • improve docs across the board (#553)

Chore

  • update pallas dependency (#679)
  • deps: bump actions/setup-go from 3 to 4 in /.github/workflows (#556)

v2.0.0-alpha.1

1 year ago

Warning this is an alpha pre-release for tech-preview. Don't use in production!

v2.0.0-alpha.1 (2023-03-23)

Features

  • Introduce Deno mapper stage (#560)
  • Include noop sink
  • Implement legacy v1 mapper (#554)
  • Introduce RabbitMQ sink (#550)
  • Add filtering by witnesses (#544)
  • Migrate to new SEDA-based sources (#481)

Docs

  • Add execution steps to cip68 example

Chore

  • Add CIP68 Deno example (#562)
  • Merge filters and mappers into a single stage (#561)
  • Unify ops count metric
  • Connect full v2 pipeline (#557)
  • Connect minimal v2 pipeline
  • Migrate blockfetch stage to new SEDA version (#502)
  • Migrate to new SEDA-based chainsync stage (#501)
  • Migrate new gasket plexer (#500)
  • Start migration to gasket framework (#493)
  • Refactor bin entry point (#483)
  • Re-organize mapper module structure (#482)

v1.8.1

1 year ago

v1.8.1 (2023-02-04)

Features

  • Send inline datum as new events (#539)

Bug Fixes

  • Use correct bytes for Byron addresses (#537)
  • Use original cbor to define inline datum hash (#538)

Docs

  • Add missing GCP PubSub item to index (#534)

Chore

  • Fix build badge (#533)

v1.8.0

1 year ago

v1.8.0 (2023-01-30)

Features

  • Add vrf_key to block event data (#489)
  • Expose collateral data (#495)

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

1 year ago

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

1 year ago

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

1 year ago

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)