You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ What's next for prefixd.
4
4
5
5
---
6
6
7
-
## Current Status: v0.13.0
7
+
## Current Status: v0.14.0
8
8
9
9
Core functionality is stable:
10
10
@@ -22,7 +22,7 @@ See [CHANGELOG](CHANGELOG.md) for version history.
22
22
23
23
## Ship Blockers (Before v1.0)
24
24
25
-
These blockers map directly to the `v1.0` release gates below. Keep both sections in sync when statuses change.
25
+
These blockers map directly to the "Production Ready" release gates below. Keep both sections in sync when statuses change.
26
26
27
27
### Real Router Testing
28
28
@@ -141,7 +141,7 @@ These blockers map directly to the `v1.0` release gates below. Keep both section
141
141
142
142
---
143
143
144
-
## v1.0: Production Ready (Interop + Stability)
144
+
## Production Ready (Interop + Stability)
145
145
146
146
Target: Validated with real routers, stable API, production-proven. Operators trust prefixd before we build new features.
147
147
@@ -206,7 +206,7 @@ Target: Validated with real routers, stable API, production-proven. Operators tr
206
206
207
207
---
208
208
209
-
## v1.1: Operator Ergonomics
209
+
## Operator Ergonomics (shipped in v0.12.0)
210
210
211
211
Target: Quality-of-life for operators during active incidents. These are the features that reduce time-to-action during attack waves.
212
212
@@ -233,7 +233,7 @@ Target: Quality-of-life for operators during active incidents. These are the fea
233
233
234
234
---
235
235
236
-
## v1.2: Native BGP Speaker (rustbgpd)
236
+
## Native BGP Speaker (rustbgpd)
237
237
238
238
Replace the GoBGP container dependency with [rustbgpd](https://github.com/lance0/rustbgpd) crates embedded directly into the prefixd binary. Eliminates the separate process, gRPC client overhead, proto compilation, and container orchestration. prefixd becomes a single binary that speaks BGP natively.
239
239
@@ -268,7 +268,7 @@ Replace the GoBGP container dependency with [rustbgpd](https://github.com/lance0
268
268
269
269
---
270
270
271
-
## v1.3: Multi-Signal Correlation
271
+
## Multi-Signal Correlation (shipped in v0.14.0)
272
272
273
273
**The killer feature.** Combine weak signals from multiple detectors into high-confidence decisions. Start with one high-value adapter.
274
274
@@ -296,7 +296,7 @@ Example: FastNetMon says UDP flood at 0.6 confidence + router CPU spiking + host
296
296
297
297
---
298
298
299
-
## v1.5+: Integrations + Advanced FlowSpec
299
+
## Integrations + Advanced FlowSpec
300
300
301
301
Broader ecosystem integration and advanced capabilities for large-scale deployments.
302
302
@@ -308,7 +308,7 @@ Broader ecosystem integration and advanced capabilities for large-scale deployme
308
308
-[ ] LDAP/AD auth backend (group-to-role mapping)
309
309
-[ ] RADIUS/ISE auth backend (attribute mapping to roles)
310
310
-[ ] Customer self-service portal (per-customer dashboards for MSSPs)
311
-
-~~Native BGP speaker~~ — moved to v1.2 (rustbgpd integration)
311
+
-~~Native BGP speaker~~ — moved to its own milestone (rustbgpd integration)
0 commit comments