Socket
Socket
Sign inDemoInstall

@clickhouse/client

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clickhouse/client - npm Package Versions

1235

0.0.14

Diff

Changelog

Source

0.0.14

New features

  • Added support for JSONStrings, JSONCompact, JSONCompactStrings, JSONColumnsWithMetadata formats (@andrewzolotukhin).
serge.klochkov
published 0.0.13 •

Changelog

Source

0.0.13

New features

  • query_id can be now overridden for all main client's methods: query, exec, insert.
serge.klochkov
published 0.0.12 •

Changelog

Source

0.0.12

New features

  • ResultSet.query_id contains a unique query identifier that might be useful for retrieving query metrics from system.query_log
  • User-Agent HTTP header is set according to the language client spec. For example, for client version 0.0.12 and Node.js runtime v19.0.4 on Linux platform, it will be clickhouse-js/0.0.12 (lv:nodejs/19.0.4; os:linux). If ClickHouseClientConfigOptions.application is set, it will be prepended to the generated User-Agent.

Breaking changes

  • client.insert now returns { query_id: string } instead of void
  • client.exec now returns { stream: Stream.Readable, query_id: string } instead of just Stream.Readable
serge.klochkov
published 0.0.11 •

Changelog

Source

0.0.11, 2022-12-08

Breaking changes

  • log.enabled flag was removed from the client configuration.
  • Use CLICKHOUSE_LOG_LEVEL environment variable instead. Possible values: OFF, TRACE, DEBUG, INFO, WARN, ERROR. Currently, there are only debug messages, but we will log more in the future.

For more details, see PR #110

serge.klochkov
published 0.0.10 •

Changelog

Source

0.0.10, 2022-11-14

New features

  • Remove request listeners synchronously. #123
serge.klochkov
published 0.0.9 •

Changelog

Source

0.0.9, 2022-10-25

New features

  • Added ClickHouse session_id support. #121
serge.klochkov
published 0.0.8 •

Changelog

Source

0.0.8, 2022-10-18

New features

  • Added SSL/TLS support (basic and mutual). #52
serge.klochkov
published 0.0.7 •

Changelog

Source

0.0.7, 2022-10-18

Bug fixes

  • Allow semicolons in select clause. #116
serge.klochkov
published 0.0.6 •

Changelog

Source

0.0.6, 2022-10-07

New features

  • Add JSONObjectEachRow input/output and JSON input formats. #113
serge.klochkov
published 0.0.5 •

Changelog

Source

0.0.5, 2022-10-04

Breaking changes

  • Rows abstraction was renamed to ResultSet.
  • now, every iteration over ResultSet.stream() yields Row[] instead of a single Row. Please check out an example and this PR for more details. These changes allowed us to significantly reduce overhead on select result set streaming.

New features

  • split2 is no longer a package dependency.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc