11.0.331
sipcapture/homer11.0.331Aug 25, 2026by adubovikov
AI Summary
Completes the Grafana FlightSQL integration by implementing handshake requirements and exposing catalog/table metadata.
Key Highlights
- Complete Grafana handshake and honor listen configuration.
- Implement GetCatalogs, GetDBSchemas, and GetTables RPCs.
- Treat coordinator.flightsql_port as a listen-port alias.
New Features
- Grafana FlightSQL support (GetCatalogs, GetDBSchemas, GetTables)
Full Release Notes
## What's Changed * fix(flightsql): complete Grafana handshake and honor listen config. Handshake no longer requires `Authorization`; later RPCs accept Bearer, HTTP Basic, raw token, and `auth-token-bin`. `GetCatalogs` / `GetDBSchemas` / `GetTables` implemented. `coordinator.flightsql_port` is treated as a listen-port alias. Docker Compose no longer forces `HOMER_*_FLIGHTSQL_SERVER_ENABLE=false`. Addresses [#977](https://github.com/sipcapture/homer/issues/977) via https://github.com/sipcapture/homer/pull/978 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.330...11.0.331