Skip to content

Commit 822caf0

Browse files
author
GitHub
committed
ci(release): Preparing 0.0.2
1 parent 3f25dba commit 822caf0

File tree

4 files changed

+31
-12
lines changed

4 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 0.0.2 (2024-08-23)
2+
3+
### 🚀 Features
4+
5+
- Add NATS POC version (#12)
6+
- Bootstrap the stream from Fuel nodes storage (#22)
7+
- Add nkey as auth mechanism (#32)
8+
- Add first version of streams-core crate (#61)
9+
- Add nats publishing deduplication logic and tests (#107)
10+
- Add Client (#114)
11+
- Data-parser implementation (#111)
12+
- Add Stream and Filter (#125)
13+
14+
### 🐛 Fixes
15+
16+
- Use u32 for block height to avoid hex outputs in block subjects (#66)
17+
- Publish compact json rather than pretty json (#105)
18+
- Temporary solution for nats storage size (#120)
19+
- Block compress for bincode (#122)

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
homepage = "https://fuel.network/"
1111
license = "Apache-2.0"
1212
repository = "https://github.com/fuellabs/data-systems"
13-
version = "0.0.1"
13+
version = "0.0.2"
1414

1515
[workspace.dependencies]
1616
anyhow = "1.0"

crates/fuel-streams/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
homepage = "https://fuel.network/"
77
license = "Apache-2.0"
88
repository = "https://github.com/fuellabs/data-systems"
9-
version = "0.0.1"
9+
version = "0.0.2"
1010

1111
[dependencies]
1212
async-trait = { workspace = true }

0 commit comments

Comments
 (0)