Skip to content

Commit d75596e

Browse files
ci(release): Release v0.0.30
1 parent 63a2925 commit d75596e

File tree

3 files changed

+89
-30
lines changed

3 files changed

+89
-30
lines changed

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Changelog
22

3+
## [0.0.30](https://github.com/FuelLabs/data-systems/compare/v0.0.29...v0.0.30) - 2025-07-09
4+
5+
6+
7+
8+
9+
### ⭐ Features
10+
11+
- *(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)
12+
13+
- *(repo)*: Add messages ([#465](https://github.com/FuelLabs/data-systems/pull/465)) ([7a09099](https://github.com/FuelLabs/data-systems/commit/7a09099d2ee49a82c4dad6b1567df0fd373969ce) @pedronauck)
14+
15+
- *(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)
16+
17+
- *(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)
18+
19+
- *(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)
20+
21+
### 🐛 Bug Fixes
22+
23+
- *(repo)*: Dune integration ([f487ceb](https://github.com/FuelLabs/data-systems/commit/f487cebfd873986f7312dd0d72d46cba47b2a9fb) @pedronauck)
24+
25+
- *(fuel-streams-domains)*: Adjust BlockHeaderVersion serialization ([7a421b7](https://github.com/FuelLabs/data-systems/commit/7a421b7dda0915d81cded4d9cb023614106efb89) @pedronauck)
26+
27+
- *(fuel-streams-domains)*: BlockVersion serde configuration ([b99705e](https://github.com/FuelLabs/data-systems/commit/b99705ea324a0cf98d9f02801ef3db6edc9ac199) @pedronauck)
28+
29+
- *(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)
30+
31+
- *(sv-publisher)*: Restore tx_pointer for transactions ([41c4cd8](https://github.com/FuelLabs/data-systems/commit/41c4cd8c56f916dbf8ad5acd379186a196f604d4) @pedronauck)
32+
33+
- *(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)
34+
35+
- *(repo)*: Builder subscriptions count error ([b5a179f](https://github.com/FuelLabs/data-systems/commit/b5a179ffa508af512e129e2312d3b0d3dd91a227) @pedronauck)
36+
37+
### 🔄 Refactor
38+
39+
- *(sv-dune)*: Improve Avro types ([#460](https://github.com/FuelLabs/data-systems/pull/460)) ([10a27dd](https://github.com/FuelLabs/data-systems/commit/10a27dd8dee72adc8e89568c7e0fcefa39246dc4) @pedronauck)
40+
41+
### 📚 Documentation
42+
43+
- *(repo)*: Improve docs on core and data-parser ([2d6401c](https://github.com/FuelLabs/data-systems/commit/2d6401c96ef55c7555cc78ddd1296b1acfd25d81) @pedronauck)
44+
45+
- *(repo)*: Improve project docs ([4ead022](https://github.com/FuelLabs/data-systems/commit/4ead022c1d4c10db4174a512d4b1864b18b0e56d) @pedronauck)
46+
47+
- *(fuel-streams-core)*: Fix code example ([0729afb](https://github.com/FuelLabs/data-systems/commit/0729afbc3c2f3adff3ecd8b9ed7f484d4028008c) @pedronauck)
48+
49+
### 🧪 Testing
50+
51+
- *(repo)*: Fix wrong tests ([a70976a](https://github.com/FuelLabs/data-systems/commit/a70976a710c5273e270e80120dd27a474b7474be) @pedronauck)
52+
53+
### 💪🏼 Contributors
54+
55+
* @pedronauck
56+
* @luizstacio
57+
58+
59+
Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide!
60+
61+
---
362
## [0.0.29](https://github.com/FuelLabs/data-systems/compare/v0.0.28...v0.0.29) - 2025-04-18
463

564
### ⭐ Features

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = ["blockchain", "cryptocurrencies", "data-stream"]
2121
license = "Apache-2.0"
2222
repository = "https://github.com/fuellabs/data-systems"
2323
rust-version = "1.85.1"
24-
version = "0.0.29"
24+
version = "0.0.30"
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.97"
@@ -115,16 +115,16 @@ fuel-core-types = { version = "0.44.0", default-features = false, features = [
115115
] }
116116

117117
# Internal dependencies
118-
fuel-data-parser = { version = "0.0.29", path = "crates/data-parser" }
119-
fuel-message-broker = { version = "0.0.29", path = "crates/message-broker" }
120-
fuel-streams = { version = "0.0.29", path = "crates/fuel-streams" }
121-
fuel-streams-core = { version = "0.0.29", path = "crates/core" }
122-
fuel-streams-domains = { version = "0.0.29", path = "crates/domains" }
123-
fuel-streams-subject = { version = "0.0.29", path = "crates/subject" }
118+
fuel-data-parser = { version = "0.0.30", path = "crates/data-parser" }
119+
fuel-message-broker = { version = "0.0.30", path = "crates/message-broker" }
120+
fuel-streams = { version = "0.0.30", path = "crates/fuel-streams" }
121+
fuel-streams-core = { version = "0.0.30", path = "crates/core" }
122+
fuel-streams-domains = { version = "0.0.30", path = "crates/domains" }
123+
fuel-streams-subject = { version = "0.0.30", path = "crates/subject" }
124124
fuel-streams-test = { version = "0.0.22", path = "crates/test" }
125-
fuel-streams-types = { version = "0.0.29", path = "crates/types" }
126-
fuel-web-utils = { version = "0.0.29", path = "crates/web-utils" }
127-
subject-derive = { version = "0.0.29", path = "crates/subject/subject-derive" }
125+
fuel-streams-types = { version = "0.0.30", path = "crates/types" }
126+
fuel-web-utils = { version = "0.0.30", path = "crates/web-utils" }
127+
subject-derive = { version = "0.0.30", path = "crates/subject/subject-derive" }
128128

129129
# Workspace projects
130130
[workspace.metadata.cargo-machete]

0 commit comments

Comments
 (0)