Skip to content

1.4.1 (Node.js, Web)

Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 07 Aug 16:53
· 42 commits to main since this release
2988c50

Improvements

  • ClickHouseClient is now exported as a value from @clickhouse/client and @clickhouse/client-web packages, 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).