v.21.11New Features
Add CORS Support for Serverless Requests in Grafana
Add CORS (Cross Origin Resource Sharing) support with HTTP OPTIONS request. It means, now Grafana will work with serverless requests without a kludges. Closes #18693. #29155 (Filatenkov Artur).Why it matters
This feature solves the issue of cross-origin HTTP requests being blocked by browsers when using ClickHouse with serverless frontends such as Grafana. By supporting CORS andOPTIONS preflight requests, it removes the need for workarounds, improving security and user experience.