Skip to content

Releases: FuelLabs/data-systems

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)