File tree Expand file tree Collapse file tree 5 files changed +42
-9
lines changed
Expand file tree Collapse file tree 5 files changed +42
-9
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.2 (2024-08-02)
2+
3+ ### Features
4+
5+ - basic project structure and tooling (#4 )
6+ - add fuel-core-nats V2 (#12 )
7+ - bootstrap the stream from Fuel node's storage (#22 )
8+ - include nats server config in docker-compose (#34 )
9+ - add nkey auth (#32 )
10+ - Publish Docker image (#37 )
11+ - add helm chart (#38 )
12+ - simple connection test (#39 )
13+ - add helmchart statefulset (#47 )
14+ - update working directory in dockerfile (#50 )
15+ - add init container to statefulset (#51 )
16+ - bump chart version (#53 )
17+ - init containers from helm release (#55 )
18+ - add publishing tests (#48 )
19+ - disable pod health checks (#57 )
20+ - bump app version (#58 )
21+ - add first version of streams-core crate (#61 )
22+ - added nats publishing deduplication logic and tests (#107 )
23+ - bump chart version (#117 )
24+ - add Client (#114 )
25+
26+ ### Fixes
27+
28+ - misplaced end in helm chart (#52 )
29+ - init containers volume mounts (#54 )
30+ - use u32 for block height to avoid hex outputs in block subjects (#66 )
31+ - publish compact json rather than pretty json (#105 )
32+ - template for service (#115 )
33+ - service template (#116 )
Original file line number Diff line number Diff line change 11[package ]
22name = " fuel-data-systems"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44edition = " 2021"
55
66[workspace ]
@@ -14,7 +14,7 @@ edition = "2021"
1414homepage = " https://fuel.network/"
1515license = " Apache-2.0"
1616repository = " https://github.com/fuellabs/data-systems"
17- version = " 0.0.1 "
17+ version = " 0.0.2 "
1818
1919[workspace .dependencies ]
2020anyhow = " 1.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = { workspace = true }
77license = { workspace = true }
88repository = { workspace = true }
99publish = false
10- version = " 0.0.0 "
10+ version = " 0.0.2 "
1111
1212[dependencies ]
1313anyhow = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = { workspace = true }
77license = { workspace = true }
88repository = { workspace = true }
99publish = false
10- version = " 0.0.0 "
10+ version = " 0.0.2 "
1111autobenches = false
1212autotests = false
1313
You can’t perform that action at this time.
0 commit comments