11.0.331

spider-rs/spider11.0.331Aug 25, 2026by adubovikov

AI Summary

Completes the FlightSQL integration with Grafana by fixing handshake requirements and implementing catalog retrieval methods.

Key Highlights

  • Complete Grafana FlightSQL handshake and honor listen config
  • Implement GetCatalogs, GetDBSchemas, and GetTables

New Features

  • Grafana FlightSQL catalog and schema retrieval

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