Skip to content

Commit a2a02be

Browse files
ci(release): Release v0.0.27 (#439)
* ci(release): Release v0.0.27 * ci(repo): Format files in the release PR --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90e5425 commit a2a02be

File tree

3 files changed

+59
-32
lines changed

3 files changed

+59
-32
lines changed

CHANGELOG.md

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

3+
## [0.0.27](https://github.com/FuelLabs/data-systems/compare/v0.0.26...v0.0.27) - 2025-03-13
4+
5+
### ⭐ Features
6+
7+
- _(repo)_: Added open-api documentation ([#428](https://github.com/FuelLabs/data-systems/pull/428)) ([9883a75](https://github.com/FuelLabs/data-systems/commit/9883a755c51027b6faeb33d76b8d4dc683f25ae6) @0xterminator)
8+
9+
### 🔄 Refactor
10+
11+
- _(fuel-streams-store)_: Improve historical data query performance ([bd81409](https://github.com/FuelLabs/data-systems/commit/bd814098c6c02ef9cb8c42bcc871b5b22cfcc9ab) @pedronauck)
12+
13+
- _(sv-webserver)_: Improve performance on subscribing ([#435](https://github.com/FuelLabs/data-systems/pull/435)) ([2a35a17](https://github.com/FuelLabs/data-systems/commit/2a35a17eb55660efd1f80a59311edda3e150274d) @pedronauck)
14+
15+
### 🏗️ Build
16+
17+
- _(repo)_: Update rust to v1.85.0 ([90e5425](https://github.com/FuelLabs/data-systems/commit/90e5425d851460b25a92b8fb9b3cee0ab41c20c4) @pedronauck)
18+
19+
- _(repo)_: Adjust Cargo.toml dependencies ([54b7c86](https://github.com/FuelLabs/data-systems/commit/54b7c863d1bb5dd4c48c04603e5ef795b86eabcd) @pedronauck)
20+
21+
### 💪🏼 Contributors
22+
23+
- @pedronauck
24+
- @0xterminator
25+
26+
Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide!
27+
28+
---
29+
330
## [0.0.26](https://github.com/FuelLabs/data-systems/compare/v0.0.25...v0.0.26) - 2025-03-11
431

532
### ⭐ Features

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 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.0"
24-
version = "0.0.26"
24+
version = "0.0.27"
2525

2626
[workspace.dependencies]
2727
actix = "0.13.5"
@@ -107,17 +107,17 @@ fuel-tx = { version = "0.60.0" }
107107
fuel-vm = { version = "0.60.0" }
108108

109109
# Internal dependencies
110-
fuel-data-parser = { version = "0.0.26", path = "crates/data-parser" }
111-
fuel-message-broker = { version = "0.0.26", path = "crates/message-broker" }
112-
fuel-streams = { version = "0.0.26", path = "crates/fuel-streams" }
113-
fuel-streams-core = { version = "0.0.26", path = "crates/core" }
114-
fuel-streams-domains = { version = "0.0.26", path = "crates/domains" }
115-
fuel-streams-store = { version = "0.0.26", path = "crates/store" }
116-
fuel-streams-subject = { version = "0.0.26", path = "crates/subject" }
110+
fuel-data-parser = { version = "0.0.27", path = "crates/data-parser" }
111+
fuel-message-broker = { version = "0.0.27", path = "crates/message-broker" }
112+
fuel-streams = { version = "0.0.27", path = "crates/fuel-streams" }
113+
fuel-streams-core = { version = "0.0.27", path = "crates/core" }
114+
fuel-streams-domains = { version = "0.0.27", path = "crates/domains" }
115+
fuel-streams-store = { version = "0.0.27", path = "crates/store" }
116+
fuel-streams-subject = { version = "0.0.27", path = "crates/subject" }
117117
fuel-streams-test = { version = "0.0.22", path = "crates/test" }
118-
fuel-streams-types = { version = "0.0.26", path = "crates/types" }
119-
fuel-web-utils = { version = "0.0.26", path = "crates/web-utils" }
120-
subject-derive = { version = "0.0.26", path = "crates/subject/subject-derive" }
118+
fuel-streams-types = { version = "0.0.27", path = "crates/types" }
119+
fuel-web-utils = { version = "0.0.27", path = "crates/web-utils" }
120+
subject-derive = { version = "0.0.27", path = "crates/subject/subject-derive" }
121121

122122
# Workspace projects
123123
[workspace.metadata.cargo-machete]

0 commit comments

Comments
 (0)