From 1678543128bf7c18149f8ec68222b61a96676445 Mon Sep 17 00:00:00 2001 From: Thomas Bayer Date: Tue, 6 Jan 2026 09:03:18 +0100 Subject: [PATCH] update: add roadmap entry for renaming `WebSocketInterceptor.flow` to avoid confusion with `flowParser` --- docs/ROADMAP.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 5f6c298787..f8907fd8e7 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -21,7 +21,11 @@ - Tutorial - Documentation - See JmxExporter -- Synchronization of BeanRegistry + + +# 7.0.4 + +- Discuss renaming the WebSocketInterceptor.flow to something else to avoid confusion with flowParser # 7.1.0 @@ -30,20 +34,10 @@ - Maybe move it to configuration - Register JSON Schema for YAML at: https://www.schemastore.org - Grafana Dashboard: Complete Dashboard for Membrane with documentation in examples/monitoring/grafana -- Remove GroovyTemplateInterceptor (Not Template Interceptor) - - Old an unused - -# 7.0.4 - -- Discuss renaming the WebSocketInterceptor.flow to something else to avoid confusion with flowParser -- do not pass a `Router` reference into all sorts of beans: Access to global functionality should happen only on a very limited basis. # 7.0.1 -- Adding a configuration flag to enable/disable colorized output -- Constant or methods to centralize color formatting: ANSIColors -- Detecting terminal support before applying colors (e.g., check if System.console() is available) - Central description of Membrane Languages, Cheat Sheets, links to their docs. - Central desciption of MEMBRANE_* environment variables - Like MEMBRANE_HOME...