Skip to content

Commit

Permalink
ci(release): Release v0.0.26 (#438)
Browse files Browse the repository at this point in the history
* ci(release): Release v0.0.26

* ci(repo): Format files in the release PR

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 11, 2025
1 parent 42a77ef commit 7f8c7cb
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 32 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.0.26](https://github.com/FuelLabs/data-systems/compare/v0.0.25...v0.0.26) - 2025-03-11

### ⭐ Features

- _(repo)_: Add timestamps to all database entities ([#422](https://github.com/FuelLabs/data-systems/pull/422)) ([fac3af6](https://github.com/FuelLabs/data-systems/commit/fac3af66f2a95da16be0a5865743cabffb88066a) @pedronauck)

- _(repo)_: Added open-api documentation ([#428](https://github.com/FuelLabs/data-systems/pull/428)) ([9883a75](https://github.com/FuelLabs/data-systems/commit/9883a755c51027b6faeb33d76b8d4dc683f25ae6) @0xterminator)

- _(repo)_: Add historical limit on API keys ([#423](https://github.com/FuelLabs/data-systems/pull/423)) ([2695bd4](https://github.com/FuelLabs/data-systems/commit/2695bd4ee90dbd134f910b32483ecbf7b1c3f7ac) @pedronauck)

- _(repo)_: Add more granularity within API key rules ([#420](https://github.com/FuelLabs/data-systems/pull/420)) ([d94183d](https://github.com/FuelLabs/data-systems/commit/d94183d107b9b71cbcdd48dc90a61687980de7f0) @pedronauck)

- _(repo)_: Updated fuel-core version ([#417](https://github.com/FuelLabs/data-systems/pull/417)) ([a524a41](https://github.com/FuelLabs/data-systems/commit/a524a41a40edc9705b39e4b9a25de52d21ef541d) @0xterminator)

- _(repo)_: Add pointers inside the StreamResponse ([#404](https://github.com/FuelLabs/data-systems/pull/404)) ([efd339c](https://github.com/FuelLabs/data-systems/commit/efd339cb89dbd82bb42689c62fadb8ab2f3c8f82) @pedronauck)

### 🐛 Bug Fixes

- _(repo)_: Create wrapped int types to fix serialization ([#407](https://github.com/FuelLabs/data-systems/pull/407)) ([a5ad221](https://github.com/FuelLabs/data-systems/commit/a5ad2210aeb9b4fc91902b2b7205863b71b2ded0) @pedronauck)

### 💪🏼 Contributors

- @pedronauck
- @0xterminator

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

---

## [0.0.25](https://github.com/FuelLabs/data-systems/compare/v0.0.24...v0.0.25) - 2025-02-12

### ⭐ Features
Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

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

22 changes: 11 additions & 11 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.84.0"
version = "0.0.25"
version = "0.0.26"

[workspace.dependencies]
actix-cors = "0.7.0"
Expand Down Expand Up @@ -104,17 +104,17 @@ fuel-tx = { version = "0.60.0" }
fuel-vm = { version = "0.60.0" }

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

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

0 comments on commit 7f8c7cb

Please sign in to comment.