File tree Expand file tree Collapse file tree 4 files changed +31
-12
lines changed Expand file tree Collapse file tree 4 files changed +31
-12
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
10
10
homepage = " https://fuel.network/"
11
11
license = " Apache-2.0"
12
12
repository = " https://github.com/fuellabs/data-systems"
13
- version = " 0.0.1 "
13
+ version = " 0.0.2 "
14
14
15
15
[workspace .dependencies ]
16
16
anyhow = " 1.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
homepage = " https://fuel.network/"
7
7
license = " Apache-2.0"
8
8
repository = " https://github.com/fuellabs/data-systems"
9
- version = " 0.0.1 "
9
+ version = " 0.0.2 "
10
10
11
11
[dependencies ]
12
12
async-trait = { workspace = true }
You can’t perform that action at this time.
0 commit comments