Skip to content

Releases: FuelLabs/data-systems

fuel-streams 0.0.12 (2024-11-21)

21 Nov 18:11
4234066
Compare
Choose a tag to compare

🚀 Features

  • Add initial indexer project with SurrealDB (#244)
  • Republish last block to ensure no missing data (#281)
  • Added publisher logging (#280)
  • Upgraded to latest nightly rust version (#304)
  • Introduce Telemetry (#299)
  • Added entries max retention time (#309)
  • Restructured publisher into smaller modules (#310)
  • Added local websocket for nats (#315)

🐛 Fixes

  • Rollback fuel-core version to 0.38
  • Added panic hooks and reworked graceful shutdown (#278)
  • Missing by id subjects (#282)
  • Enable publish multi ById subjects (#294)
  • Fixed profiling script (#311)

fuel-streams 0.0.11 (2024-10-15)

15 Oct 22:45
b2c2887
Compare
Choose a tag to compare

🚀 Features

  • Parallel publishing of multiple streams (optimization) (#240)
  • Publish predicates (#243)
  • Updated fuel-core and other deps (#247)
  • Add an example of streaming contract events. DS-64 (#224)
  • Publish scripts (#255)
  • Upgraded fuel-core to v0.38 (#258)
  • Upgraded fuel-core version to 0.40.0 (#262)

fuel-streams 0.0.10 (2024-09-26)

27 Sep 00:05
a5b5cc7
Compare
Choose a tag to compare

🚀 Features

  • Add Inputs subjects and publisher logic (#202)
  • Publish receipts (#208)
  • Added prometheus and grafana & other implementations (#175)
  • Added nextest and upgraded crates (#218)
  • Publish outputs (#211)
  • Publish logs (#220)
  • Added examples folder with sample Rust projects (#219)
  • Added streaming utxos (#223)

fuel-streams 0.0.9 (2024-09-09)

09 Sep 03:39
39fd00f
Compare
Choose a tag to compare

🐛 Fixes

  • Adjust information for release

fuel-streams 0.0.8 (2024-09-06)

07 Sep 00:00
5da96dc
Compare
Choose a tag to compare

🐛 Fixes

  • Avoid using cached tx id (#200)
  • Inline public info (#201)

fuel-streams 0.0.6 (2024-08-29)

29 Aug 22:55
ea8833b
Compare
Choose a tag to compare

🐛 Fixes

Documentation Update Release

This is a version bump to create a new release that includes updated documentation. No functional changes have been made to the codebase; this release is solely to publish the latest documentation updates.

fuel-streams 0.0.4 (2024-08-24)

24 Aug 15:27
bc001ab
Compare
Choose a tag to compare

🚀 Features

  • Add NATS POC version (#12)
  • Bootstrap the stream from Fuel nodes storage (#22)
  • Add nkey as auth mechanism (#32)
  • Add first version of streams-core crate (#61)
  • Add nats publishing deduplication logic and tests (#107)
  • Add Client (#114)
  • Data-parser implementation (#111)
  • Add Stream and Filter (#125)

🐛 Fixes

  • Use u32 for block height to avoid hex outputs in block subjects (#66)
  • Publish compact json rather than pretty json (#105)
  • Temporary solution for nats storage size (#120)
  • Block compress for bincode (#122)