Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 5 additions & 16 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,29 @@
- Tutorial
- Documentation
- See JmxExporter
- Synchronization of BeanRegistry
- Move YAML Parsing to core?
- Core isn't visible.

# 7.0.4

- Discuss renaming the WebSocketInterceptor.flow to something else to avoid confusion with flowParser
- YAML parsing:
- When the reason for a parse error is clear. Shorten error message.

- BalancerHealthMonitor:
- @PostConstruct instead of InitializingBean, DisposableBean
- Scripting: expose beanRegistry
- IfInterceptor:
- Add "else"


# 7.1.0

- reverseDNS
- Now it is in transport
- 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...
Expand All @@ -63,7 +52,7 @@
- Fix `YAMLParsingTest.errorInListItemUniqueness()`
- Check 404 in AdminConsole => Client Requests
- API to get client requests returns 404, if called without admin console access


## (Breaking) Interface Changes
- JMX: Name changes to "io.membrane-api:00=routers, name="
Expand Down
Loading