Skip to content

Releases: FuelLabs/data-systems

fuel-streams-v0.0.28

15 Mar 00:02
48a9630
Compare
Choose a tag to compare

🐛 Bug Fixes

💪🏼 Contributors

Want to contribute? Check out our CONTRIBUTING.md guide!

fuel-streams-v0.0.27

13 Mar 19:59
a2a02be
Compare
Choose a tag to compare

⭐ Features

🔄 Refactor

🏗️ Build

💪🏼 Contributors

Want to contribute? Check out our CONTRIBUTING.md guide!

Contributors

fuel-streams-v0.0.25

13 Feb 22:29
b968281
Compare
Choose a tag to compare

⭐ Features

🐛 Bug Fixes

🏗️ Build

💪🏼 Contributors

Want to contribute? Check out our CONTRIBUTING.md guide!

fuel-streams-v0.0.24

05 Feb 01:43
c965e9d
Compare
Choose a tag to compare

⭐ Features

🐛 Bug Fixes

📚 Documentation

💪🏼 Contributors

Want to contribute? Check out our CONTRIBUTING.md guide!

fuel-streams-v0.0.23

29 Jan 00:41
8dcda45
Compare
Choose a tag to compare

⭐ Features

🐛 Bug Fixes

🔄 Refactor

🏗️ Build

💪🏼 Contributors

Want to contribute? Check out our CONTRIBUTING.md guide!

fuel-streams 0.0.18 (2025-01-24)

24 Jan 15:20
825fd5a
Compare
Choose a tag to compare

🐛 Fixes

  • Patched unstable deps (#388)

fuel-streams 0.0.17 (2025-01-24)

24 Jan 05:49
65c1946
Compare
Choose a tag to compare

🚀 Features

  • Added web-utils crate and added telemetry to all svc (#373)
  • Database integration (#374)
  • Added api key auth (#377)
  • Add db transaction for each block insertion (#378)
  • Added load-tester and benchmarks (#379)

🐛 Fixes

  • Publish in order strictly (#372)
  • Never panic when sending wrong data format (#380)
  • Adjust historical streaming to stream block by block
  • Fix find_by_many_subject query slowness
  • Filtering on inputs, receipts and outputs
  • Db connection pool timeout
  • Add retry mechanism for DB transactions
  • Connection opts for specific databases (#384)
  • Adjust int types to fit with Aurora (#385)
  • Parsing user_id in a valid format

fuel-streams 0.0.16 (2024-12-28)

28 Dec 08:32
5cc0c08
Compare
Choose a tag to compare

🚀 Features

  • Add TLS configuration for WebServer (#371)
  • Add subject at response payload

🐛 Fixes

  • Add ack_policy for historical data consumers

fuel-streams 0.0.15 (2024-12-27)

27 Dec 21:09
1ddc51c
Compare
Choose a tag to compare

🐛 Fixes

  • Use JWT on query string instead of header (#367)

fuel-streams 0.0.14 (2024-12-27)

27 Dec 05:13
3dd3c9e
Compare
Choose a tag to compare

🚀 Features

  • Updated crates and npm packages (#341)
  • Add historical data with S3 and Webserver

🐛 Fixes

  • Resolve block publication race conditions and synchronization issues (#329)
  • Fixed telemetry envs and port (#330)
  • Mainnet DNS value for NATS (#339)
  • Rollback NATS_URL for Publisher (#343)
  • Fix last published logic to honor retention policy (#344)
  • Simplify and test BlocksStream for old and new blocks (#346)
  • Rollback fuel-core to v0.40.0
  • Allow healthcheck while awaiting relayer node sync (#347)
  • Update cargo.lock
  • Using fuel-core from branch release/v0.40.2
  • Solving publisher slowness (#352)
  • Adjust DeliverPolicy to receive from WebSocket
  • S3 payload and encoding (#366)