Skip to content

Releases: txpipe/oura

v1.9.1

27 Aug 19:09
2fb369d
Compare
Choose a tag to compare

v1.9.1 (2024-08-27)

Chore

  • bump Pallas to v0.30.1 (#811)

v1.9.0

04 Aug 12:51
e408e06
Compare
Choose a tag to compare

v1.9.0 (2024-08-04)

Features

  • make v1 compatible with Conway era (#807)
  • add support for GCP pubsub emulator (#803)

v1.8.6

06 Jul 00:58
d940685
Compare
Choose a tag to compare

v1.8.6 (2024-07-05)

Bug Fixes

  • use atomic operation to write cursor (#798)

v1.8.5

05 Feb 11:41
ef40ed1
Compare
Choose a tag to compare

v1.8.5 (2024-02-05)

Bug Fixes

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

v1.8.4

16 Dec 20:19
9c688b9
Compare
Choose a tag to compare

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

24 Aug 01:41
27fb7e8
Compare
Choose a tag to compare

v1.8.3 (2023-08-23)

Chore

  • deps: update Pallas to v0.18.2

v1.8.2

23 Aug 07:40
4496fac
Compare
Choose a tag to compare

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

13 Apr 18:18
9c05f59
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

04 Feb 20:29
18bb879
Compare
Choose a tag to compare

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

30 Jan 16:22
827698d
Compare
Choose a tag to compare

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)