File tree Expand file tree Collapse file tree 10 files changed +71
-16
lines changed Expand file tree Collapse file tree 10 files changed +71
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "." : " 0.0.0" ,
3- "tap_aggregator" : " 0.4.1 " ,
4- "tap_core" : " 3 .0.1 " ,
5- "tap_integration_tests" : " 0.1.14 " ,
3+ "tap_aggregator" : " 0.5.0 " ,
4+ "tap_core" : " 4 .0.0 " ,
5+ "tap_integration_tests" : " 0.1.15 " ,
66 "tap_eip712_message" : " 0.1.0" ,
7- "tap_graph" : " 0.2.0 " ,
8- "tap_receipt" : " 0.1 .0"
7+ "tap_graph" : " 0.2.1 " ,
8+ "tap_receipt" : " 1.0 .0"
99}
Original file line number Diff line number Diff line change 2525 * tap_core bumped from 3.0.0 to 3.0.1
2626 * tap_graph bumped from 0.1.0 to 0.2.0
2727
28+ ## [ 0.5.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.4.1...tap_aggregator-v0.5.0 ) (2025-03-20)
29+
30+
31+ ### ⚠ BREAKING CHANGES
32+
33+ * aggregate v2 receipts into v2 rav ([ #274 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/274 ) )
34+
35+ ### Features
36+
37+ * aggregate v2 receipts into v2 rav ([ #274 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/274 ) ) ([ df70b82] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/df70b82f9c1b39698817c164e177aca1a5c0df84 ) )
38+ * aggregator: add kafka producer support ([ de27ec2] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/de27ec218f2d4f282a85e1f587a36bda40bb64fc ) )
39+ * eip712domain_info API Endpoint ([ 5f0bcce] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/5f0bcce9d77b0e25c31032eb820e4fc4ab467cc6 ) )
40+
41+
42+ ### Dependencies
43+
44+ * The following workspace dependencies were updated
45+ * dependencies
46+ * tap_core bumped from 3.0.1 to 4.0.0
47+ * tap_graph bumped from 0.2.0 to 0.2.1
48+
2849## [ 0.4.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.3.3...tap_aggregator-v0.4.0 ) (2025-01-28)
2950
3051
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_aggregator"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
@@ -33,13 +33,13 @@ rayon = "1.10.0"
3333serde.workspace = true
3434serde_json.workspace = true
3535strum = { version = " 0.26.3" , features = [" derive" ] }
36- tap_core = { path = " ../tap_core" , version = " 3 .0.1 " }
36+ tap_core = { path = " ../tap_core" , version = " 4 .0.0 " }
3737thegraph-core = { workspace = true , features = [" alloy-eip712" ] }
3838tokio.workspace = true
3939tonic = { version = " 0.12.3" , features = [" transport" , " zstd" ] }
4040tower = { version = " 0.5.2" , features = [" util" , " steer" ] }
4141tracing-subscriber = " 0.3.17"
42- tap_graph = { version = " 0.2.0 " , path = " ../tap_graph" , features = [" v2" ] }
42+ tap_graph = { version = " 0.2.1 " , path = " ../tap_graph" , features = [" v2" ] }
4343rdkafka = { version = " 0.37.0" , features = [" tokio" , " sasl" ] }
4444
4545[build-dependencies ]
Original file line number Diff line number Diff line change 44 * dependencies
55 * tap_graph bumped from 0.1.0 to 0.2.0
66
7+ ## [ 4.0.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v3.0.1...tap_core-v4.0.0 ) (2025-03-20)
8+
9+
10+ ### ⚠ BREAKING CHANGES
11+
12+ * relax manager constraints for ravs ([ #275 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/275 ) )
13+
14+ ### Code Refactoring
15+
16+ * relax manager constraints for ravs ([ #275 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/275 ) ) ([ 9fd4beb] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/9fd4beb4a8c55114a4e33b851b86d80b71d42a00 ) )
17+
18+
19+ ### Dependencies
20+
21+ * The following workspace dependencies were updated
22+ * dependencies
23+ * tap_graph bumped from 0.2.0 to 0.2.1
24+ * tap_receipt bumped from 0.1.0 to 1.0.0
25+
726## [ 3.0.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v2.0.0...tap_core-v3.0.0 ) (2025-01-28)
827
928
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_core"
3- version = " 3 .0.1 "
3+ version = " 4 .0.0 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
@@ -12,8 +12,8 @@ anyhow.workspace = true
1212async-trait = " 0.1.85"
1313rand.workspace = true
1414tap_eip712_message = { version = " 0.1.0" , path = " ../tap_eip712_message" }
15- tap_graph = { version = " 0.2.0 " , path = " ../tap_graph" , optional = true }
16- tap_receipt = { version = " 0.1 .0" , path = " ../tap_receipt" }
15+ tap_graph = { version = " 0.2.1 " , path = " ../tap_graph" , optional = true }
16+ tap_receipt = { version = " 1.0 .0" , path = " ../tap_receipt" }
1717thegraph-core.workspace = true
1818thiserror.workspace = true
1919tokio.workspace = true
Original file line number Diff line number Diff line change 11# Changelog
22
3+ * The following workspace dependencies were updated
4+ * dependencies
5+ * tap_receipt bumped from 0.1.0 to 1.0.0
6+
37## [ 0.2.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.1.0...tap_graph-v0.2.0 ) (2025-01-29)
48
59
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_graph"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
@@ -10,7 +10,7 @@ description = "The Graph TAP receipt structs"
1010rand.workspace = true
1111serde.workspace = true
1212tap_eip712_message = { version = " 0.1.0" , path = " ../tap_eip712_message" }
13- tap_receipt = { version = " 0.1 .0" , path = " ../tap_receipt" }
13+ tap_receipt = { version = " 1.0 .0" , path = " ../tap_receipt" }
1414thegraph-core.workspace = true
1515
1616
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_integration_tests"
3- version = " 0.1.14 "
3+ version = " 0.1.15 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
@@ -10,7 +10,7 @@ publish = false
1010
1111[dependencies ]
1212tap_aggregator = { path = " ../tap_aggregator" }
13- tap_core = { path = " ../tap_core" , version = " 3 .0.1 " }
13+ tap_core = { path = " ../tap_core" , version = " 4 .0.0 " }
1414rand.workspace = true
1515anyhow.workspace = true
1616thegraph-core.workspace = true
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_receipt-v0.1.0...tap_receipt-v1.0.0 ) (2025-03-20)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * relax manager constraints for ravs ([ #275 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/275 ) )
9+
10+ ### Code Refactoring
11+
12+ * relax manager constraints for ravs ([ #275 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/275 ) ) ([ 9fd4beb] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/9fd4beb4a8c55114a4e33b851b86d80b71d42a00 ) )
13+
314## 0.1.0 (2025-01-28)
415
516
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_receipt"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
You can’t perform that action at this time.
0 commit comments