@clickhouse/client 1.4.1
Improvements
ClickHouseClientis now exported as a value from@clickhouse/clientand@clickhouse/client-webpackages, allowing for better integration in dependency injection frameworks that rely on IoC (e.g., Nest.js, tsyringe) (@mathieu-bour, #292).
Bug fixes
- Fixed a potential socket hang-up issue that could happen under 100% CPU load (#294).