11.0.331
lingodotdev/lingo.dev11.0.331Aug 25, 2026by adubovikov
AI Summary
FlightSQL server implementation completion including Grafana handshake support.
Key Highlights
- Completed Grafana handshake and listen config support
- Implemented GetCatalogs, GetDBSchemas, and GetTables
New Features
- FlightSQL RPC authentication support
- coordinator.flightsql_port listen alias
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