From 316efe1521f9a33c719dcc68925bffef5ef09b42 Mon Sep 17 00:00:00 2001 From: HamzaAmir1470 Date: Tue, 12 May 2026 17:49:45 +0500 Subject: [PATCH 1/2] Added roadmap entries or columns for 2025.H1/H2 --- docs/architecture/roadmap.md | 52 +++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/docs/architecture/roadmap.md b/docs/architecture/roadmap.md index 7b937887f..3c169163c 100644 --- a/docs/architecture/roadmap.md +++ b/docs/architecture/roadmap.md @@ -1,31 +1,33 @@ +```md --- title: Roadmap description: "" sidebar_position: 2 --- -| Feature Domain | Feature | 2023.H1 | 2023.H2 | 2024.H1 | 2024.H2 | -| --------------------------------- | -------------------------------------- | :-----: | :-----: | :-----: | :-----: | -| **Traffic Management** | Sidecarless mesh | ✓ | | | | -| | Sockmap | | ✓ | | | -| | Programmable governance based on eBPF | ✓ | | | | -| | HTTP1.1 protocol | ✓ | | | | -| | HTTP2 protocol | | | | ✓ | -| | gRPC protocol | | | | ✓ | -| | QUIC protocol | | | | ✓ | -| | TCP protocol | | ✓ | | | -| | Retry | | | ✓ | | -| | Routing | ✓ | | | | -| | Load balancing | ✓ | | | | -| | Fault injection | | | | ✓ | -| | Gray release | ✓ | | | | -| | Circuit Breaker | | | ✓ | | -| | Rate Limits | | | ✓ | | -| **Service Security** | SSL-based two-way authentication | | | | ✓ | -| | L7 authorization | | | | ✓ | -| | Cgroup-level isolation | ✓ | | | | -| **Traffic Monitoring** | Governance indicator monitoring | | ✓ | | | -| | End-to-end observability | | | | ✓ | -| **Programmable** | Plug-in expansion capability | | | | ✓ | -| **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | -| **Operating Environment Support** | Container | ✓ | | | | +| Feature Domain | Feature | 2023.H1 | 2023.H2 | 2024.H1 | 2024.H2 | 2025.H1 | 2025.H2 | +| --------------------------------- | -------------------------------------- | :-----: | :-----: | :-----: | :-----: | :-----: | :-----: | +| **Traffic Management** | Sidecarless mesh | ✓ | | | | | | +| | Sockmap | | ✓ | | | | | +| | Programmable governance based on eBPF | ✓ | | | | | | +| | HTTP1.1 protocol | ✓ | | | | | | +| | HTTP2 protocol | | | | ✓ | | | +| | gRPC protocol | | | | ✓ | | | +| | QUIC protocol | | | | ✓ | | | +| | TCP protocol | | ✓ | | | | | +| | Retry | | | ✓ | | | | +| | Routing | ✓ | | | | | | +| | Load balancing | ✓ | | | | | | +| | Fault injection | | | | ✓ | | | +| | Gray release | ✓ | | | | | | +| | Circuit Breaker | | | ✓ | | | | +| | Rate Limits | | | ✓ | | | | +| **Service Security** | SSL-based two-way authentication | | | | ✓ | | | +| | L7 authorization | | | | ✓ | | | +| | Cgroup-level isolation | ✓ | | | | | | +| **Traffic Monitoring** | Governance indicator monitoring | | ✓ | | | | | +| | End-to-end observability | | | | ✓ | | | +| **Programmable** | Plug-in expansion capability | | | | ✓ | | | +| **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | | +| **Operating Environment Support** | Container | ✓ | | | | | | +``` From 334bd899dafdddf73ec0a3c8092aa3ee32fdb41e Mon Sep 17 00:00:00 2001 From: HamzaAmir1470 Date: Tue, 12 May 2026 18:38:59 +0500 Subject: [PATCH 2/2] Fixed the yaml formate. Finalized --- docs/architecture/roadmap.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/architecture/roadmap.md b/docs/architecture/roadmap.md index 3c169163c..f7abf27e9 100644 --- a/docs/architecture/roadmap.md +++ b/docs/architecture/roadmap.md @@ -1,4 +1,3 @@ -```md --- title: Roadmap description: "" @@ -30,4 +29,3 @@ sidebar_position: 2 | **Programmable** | Plug-in expansion capability | | | | ✓ | | | | **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | | | **Operating Environment Support** | Container | ✓ | | | | | | -```