Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

106 lines (72 loc) · 2.83 KB

0.0.13 (2024-11-28)

🚀 Features

  • Introduce FuelStreams Types (#320)
  • Ensure types are compatible with TS interfaces (#323)

🐛 Fixes

  • Include transaction_ids in blocks (#324)
  • Adjust types for better TS SDK compatibility (#325)

0.0.12 (2024-11-21)

🚀 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)

0.0.11 (2024-10-15)

🚀 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)

0.0.10 (2024-09-26)

🚀 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)

0.0.9 (2024-09-09)

🐛 Fixes

  • Adjust information for release

0.0.8 (2024-09-06)

🐛 Fixes

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

0.0.6 (2024-08-29)

🐛 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.

0.0.5 (2024-08-29)

🐛 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.

0.0.4 (2024-08-24)

🚀 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)