@clickhouse/client 0.2.7
New features
- (Node.js only)
X-ClickHouse-Summaryresponse header is now parsed when working withinsert/exec/commandmethods. See the related test for more details. NB: it is guaranteed to be correct only for non-streaming scenarios. The web version does not currently support this due to CORS limitations. (#210)
Bug fixes
- Drain insert response stream in Web version - required to properly work with
async_insert, especially in the Cloudflare Workers context.