Skip to content

Commit a2f0779

Browse files
committed
chore: save session state [skip ci]
1 parent 691457b commit a2f0779

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

TODO.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
## Current Tasks
1010

11-
### v2.0.0 Release `[NEXT]`
11+
### v1.20.0 Release `[NEXT]`
1212

1313
All core pillar work is done. Need to:
14-
- [ ] Release-merge to release branch (feat!: breaking change → v2.0.0)
14+
- [ ] Release-merge to release branch (feat!: breaking change → v1.20.0)
1515
- [ ] Verify crates.io publication
1616
- [ ] Docs consolidation (TRANSPORT.md, CORE-PILLARS.md, per-feature docs)
1717
- [ ] Add Redis vs Kafka comparison table to transport docs
@@ -33,14 +33,15 @@ All core pillar work is done. Need to:
3333
**Rule:** Fix any bugs or issues encountered in each project during migration.
3434
Do not skip past problems — if you find it, fix it.
3535

36-
1. [ ] Migrate dfe-receiver to v2.0.0 (RoutedSender, transport factory, 20 Transport refs)
37-
2. [ ] Migrate dfe-loader to v2.0.0 (transport factory, 81 Transport refs, DLQ, most complex)
38-
3. [ ] Migrate dfe-archiver to v2.0.0
39-
4. [ ] Migrate dfe-fetcher to v2.0.0 (data originator, possible RoutedSender)
40-
5. [ ] Migrate dfe-transform-vector to v2.0.0
41-
6. [ ] Migrate dfe-transform-vrl to v2.0.0
42-
7. [ ] Migrate dfe-transform-elastic to v2.0.0
43-
8. [ ] Migrate dfe-transform-splack to v2.0.0
36+
1. [x] Migrate dfe-receiver to v1.20.0 (328 tests pass, Transport import fix)
37+
2. [x] Migrate dfe-loader to v1.20.0 (391 tests pass, Transport import fix)
38+
3. [ ] Migrate dfe-archiver to v1.20.0 `[IN PROGRESS]`
39+
- Version bump done, needs commit + push
40+
4. [ ] Migrate dfe-fetcher to v1.20.0 (Transport import fix needed)
41+
5. [ ] Migrate dfe-transform-vector to v1.20.0 (version bump only)
42+
6. [ ] Migrate dfe-transform-vrl to v1.20.0 (compiles clean with version bump)
43+
7. [ ] Migrate dfe-transform-elastic to v1.20.0
44+
8. [ ] Migrate dfe-transform-splack to v1.20.0
4445
9. [ ] Audit hyperi-pylib and write alignment plan
4546

4647
---
@@ -94,4 +95,4 @@ Do not skip past problems — if you find it, fix it.
9495
- Core pillars plan: `docs/superpowers/plans/2026-03-26-core-pillars.md`
9596
- Two deployment modes: Kafka-mediated (persistence) vs direct gRPC (low latency)
9697
- Routed transport is receiver/fetcher only — all other stages are 1:1
97-
- Breaking change: `feat!:` commit triggers v2.0.0 via semantic-release
98+
- Breaking change: `feat!:` commit triggers v1.20.0 via semantic-release

0 commit comments

Comments
 (0)