Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# Changelog

## [0.0.30](https://github.com/FuelLabs/data-systems/compare/v0.0.29...v0.0.30) - 2025-08-25

### ⭐ Features

- _(sv-consumer)_: Introduce concurrent tasks configuration ([#483](https://github.com/FuelLabs/data-systems/pull/483)) ([f395620](https://github.com/FuelLabs/data-systems/commit/f395620b3d2aee8b251959dcb07766b5b0ed83be) @luizstacio)

- _(repo)_: Add messages ([#465](https://github.com/FuelLabs/data-systems/pull/465)) ([7a09099](https://github.com/FuelLabs/data-systems/commit/7a09099d2ee49a82c4dad6b1567df0fd373969ce) @pedronauck)

- _(repo)_: Limit queries to a smaller time range and number of items returned ([#495](https://github.com/FuelLabs/data-systems/pull/495)) ([a25fc1e](https://github.com/FuelLabs/data-systems/commit/a25fc1e4e8795b3cc4312a36774817a4a8c9fa72) @luizstacio)

- _(repo)_: Add block_time to predicate_transactions ([#492](https://github.com/FuelLabs/data-systems/pull/492)) ([63a2925](https://github.com/FuelLabs/data-systems/commit/63a2925d7817998f4efd58fe06dd6ca87f4c9965) @luizstacio)

- _(repo)_: Upgrade fuel-core version to 0.44 ([#491](https://github.com/FuelLabs/data-systems/pull/491)) ([a919e1c](https://github.com/FuelLabs/data-systems/commit/a919e1c1d6da8324cebe9ff353fbfefbfa01ed33) @luizstacio)

- _(sv-api)_: Add read-only database configuration ([#485](https://github.com/FuelLabs/data-systems/pull/485)) ([a00641c](https://github.com/FuelLabs/data-systems/commit/a00641c346e316e649a6acc9304f3eba3c18b7a2) @luizstacio)

### 🐛 Bug Fixes

- _(repo)_: Dune integration ([f487ceb](https://github.com/FuelLabs/data-systems/commit/f487cebfd873986f7312dd0d72d46cba47b2a9fb) @pedronauck)

- _(fuel-streams-domains)_: Adjust BlockHeaderVersion serialization ([7a421b7](https://github.com/FuelLabs/data-systems/commit/7a421b7dda0915d81cded4d9cb023614106efb89) @pedronauck)

- _(fuel-streams-domains)_: BlockVersion serde configuration ([b99705e](https://github.com/FuelLabs/data-systems/commit/b99705ea324a0cf98d9f02801ef3db6edc9ac199) @pedronauck)

- _(fuel-streams-domains)_: Improve accounts txs query performance ([#462](https://github.com/FuelLabs/data-systems/pull/462)) ([e2fb66e](https://github.com/FuelLabs/data-systems/commit/e2fb66e0ff6029e06bc9c53552db5ad1ec5039c3) @pedronauck)

- _(sv-publisher)_: Restore tx_pointer for transactions ([41c4cd8](https://github.com/FuelLabs/data-systems/commit/41c4cd8c56f916dbf8ad5acd379186a196f604d4) @pedronauck)

- _(repo)_: Change metrics endpoints to return plain text ([#496](https://github.com/FuelLabs/data-systems/pull/496)) ([ff4d435](https://github.com/FuelLabs/data-systems/commit/ff4d435edab7492d6b50c48ab1c5615d02077690) @luizstacio)

- _(fuel-web-utils)_: Load api-keys on demand from database ([#471](https://github.com/FuelLabs/data-systems/pull/471)) ([554ecd3](https://github.com/FuelLabs/data-systems/commit/554ecd3cd6765ca8ea6528b16c2d9142a30120d6) @luizstacio)

- _(repo)_: Builder subscriptions count error ([b5a179f](https://github.com/FuelLabs/data-systems/commit/b5a179ffa508af512e129e2312d3b0d3dd91a227) @pedronauck)

### 🔄 Refactor

- _(sv-dune)_: Improve Avro types ([#460](https://github.com/FuelLabs/data-systems/pull/460)) ([10a27dd](https://github.com/FuelLabs/data-systems/commit/10a27dd8dee72adc8e89568c7e0fcefa39246dc4) @pedronauck)

### 📚 Documentation

- _(repo)_: Improve docs on core and data-parser ([2d6401c](https://github.com/FuelLabs/data-systems/commit/2d6401c96ef55c7555cc78ddd1296b1acfd25d81) @pedronauck)

- _(repo)_: Improve project docs ([4ead022](https://github.com/FuelLabs/data-systems/commit/4ead022c1d4c10db4174a512d4b1864b18b0e56d) @pedronauck)

- _(fuel-streams-core)_: Fix code example ([0729afb](https://github.com/FuelLabs/data-systems/commit/0729afbc3c2f3adff3ecd8b9ed7f484d4028008c) @pedronauck)

### 🧪 Testing

- _(repo)_: Fix wrong tests ([a70976a](https://github.com/FuelLabs/data-systems/commit/a70976a710c5273e270e80120dd27a474b7474be) @pedronauck)

### 💪🏼 Contributors

- @pedronauck
- @luizstacio

Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide!

---

## [0.0.29](https://github.com/FuelLabs/data-systems/compare/v0.0.28...v0.0.29) - 2025-04-18

### ⭐ Features
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords = ["blockchain", "cryptocurrencies", "data-stream"]
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.85.1"
version = "0.0.29"
version = "0.0.30"

[workspace.dependencies]
anyhow = "1.0.97"
Expand Down Expand Up @@ -115,16 +115,16 @@ fuel-core-types = { version = "0.44.0", default-features = false, features = [
] }

# Internal dependencies
fuel-data-parser = { version = "0.0.29", path = "crates/data-parser" }
fuel-message-broker = { version = "0.0.29", path = "crates/message-broker" }
fuel-streams = { version = "0.0.29", path = "crates/fuel-streams" }
fuel-streams-core = { version = "0.0.29", path = "crates/core" }
fuel-streams-domains = { version = "0.0.29", path = "crates/domains" }
fuel-streams-subject = { version = "0.0.29", path = "crates/subject" }
fuel-data-parser = { version = "0.0.30", path = "crates/data-parser" }
fuel-message-broker = { version = "0.0.30", path = "crates/message-broker" }
fuel-streams = { version = "0.0.30", path = "crates/fuel-streams" }
fuel-streams-core = { version = "0.0.30", path = "crates/core" }
fuel-streams-domains = { version = "0.0.30", path = "crates/domains" }
fuel-streams-subject = { version = "0.0.30", path = "crates/subject" }
fuel-streams-test = { version = "0.0.22", path = "crates/test" }
fuel-streams-types = { version = "0.0.29", path = "crates/types" }
fuel-web-utils = { version = "0.0.29", path = "crates/web-utils" }
subject-derive = { version = "0.0.29", path = "crates/subject/subject-derive" }
fuel-streams-types = { version = "0.0.30", path = "crates/types" }
fuel-web-utils = { version = "0.0.30", path = "crates/web-utils" }
subject-derive = { version = "0.0.30", path = "crates/subject/subject-derive" }

# Workspace projects
[workspace.metadata.cargo-machete]
Expand Down