11.0.331

wavekat/wavekat-turn11.0.331Aug 25, 2026by adubovikov

AI Summary

This release completes the FlightSQL integration with Grafana, removing authentication requirements for the initial handshake and implementing schema listing capabilities.

Key Highlights

  • Completed Grafana handshake for FlightSQL
  • Implemented GetCatalogs, GetDBSchemas, and GetTables
  • Docker Compose no longer forces FlightSQL server to be disabled

New Features

  • Complete Grafana handshake and honor listen config
  • Implemented GetCatalogs, GetDBSchemas, and GetTables
  • Docker Compose changes for FlightSQL

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