Skip to content

Releases: txpipe/oura

v1.9.2

23 Oct 21:03
c6bfc5a
Compare
Choose a tag to compare

v1.9.2 (2024-10-23)

Bug Fixes

  • use newer handshake via Pallas update (#826)
  • add plutus v2 witnesses missing in babbage txs (#813)

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)