| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.yaml | 2026-05-28 | 2.3 MB | |
| namespace-install.yaml | 2026-05-28 | 2.3 MB | |
| numaflow-checksums.sig | 2026-05-28 | 97 Bytes | |
| numaflow-checksums.txt | 2026-05-28 | 450 Bytes | |
| numaflow-cosign.pub | 2026-05-28 | 178 Bytes | |
| numaflow-linux-amd64.gz | 2026-05-28 | 37.9 MB | |
| numaflow-linux-arm64.gz | 2026-05-28 | 34.7 MB | |
| numaflow-linux-arm.gz | 2026-05-28 | 35.3 MB | |
| numaflow-linux-ppc64le.gz | 2026-05-28 | 35.0 MB | |
| numaflow-linux-s390x.gz | 2026-05-28 | 37.2 MB | |
| sbom.tar.gz | 2026-05-28 | 27.3 kB | |
| sbom.tar.gz.sig | 2026-05-28 | 97 Bytes | |
| validating-webhook-install.yaml | 2026-05-28 | 2.9 kB | |
| README.md | 2026-05-28 | 28.2 kB | |
| v1.8.0 source code.tar.gz | 2026-05-28 | 20.0 MB | |
| v1.8.0 source code.zip | 2026-05-28 | 21.0 MB | |
| Totals: 16 Items | 225.6 MB | 1 | |
Major Features 🔥
- Distributed Tracing: Numaflow can now export platform traces using OpenTelemetry Protocol (OTLP)
- Ordered Processing (input-order preservation): A new opt-in ordered processing mode provides partitioned FIFO semantics
- OnSuccess Sink: A new OnSuccess sink allows users to write a follow-up message to a secondary sink after the primary sink has successfully accepted the original message.
- MonoVertex Bypass Routing: Mvtx now supports bypass / short-circuit routing, letting users skip the UDF and/or primary sink and send messages directly to a fallback sink or onSuccess sink based on user-defined tags.
- Dark mode theme
Installation
kubectl create namespace numaflow-system
# Install numaflow controller and UI
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.8.0/install.yaml
# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.8.0/validating-webhook-install.yaml
New Contributors
- @juniemariam made their first contribution in https://github.com/numaproj/numaflow/pull/3086
- @txmxthy made their first contribution in https://github.com/numaproj/numaflow/pull/3169
- @bobo made their first contribution in https://github.com/numaproj/numaflow/pull/3187
- @JagjotB made their first contribution in https://github.com/numaproj/numaflow/pull/3376
- @suryapratap-01 made their first contribution in https://github.com/numaproj/numaflow/pull/3407
- @DattoDarragh made their first contribution in https://github.com/numaproj/numaflow/pull/3430