Skip to content

Releases: ClickHouse/clickhouse-js

Added SSL/TLS support

19 Oct 21:42
Compare
Choose a tag to compare

Added SSL/TLS support (basic and mutual), resolving #52

Allow semicolons in select clauses

18 Oct 20:52
Compare
Choose a tag to compare

Add JSONObjectEachRow input/output and JSON input formats

07 Oct 17:59
Compare
Choose a tag to compare

Streaming optimizations

04 Oct 18:41
Compare
Choose a tag to compare
  • Breaking changes: Rows abstraction was renamed to ResultSet.
  • Breaking changes: 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.
  • Updated README and examples to cover the changes.
  • split2 is no longer a package dependency.

Remove package.json dependency

15 Sep 10:09
Compare
Choose a tag to compare

Remove package.json dependency

Add homepage to NPM package

15 Sep 09:27
Compare
Choose a tag to compare
  • Add homepage to NPM package
  • Fixed failing build due to .npmrc

Initial release

15 Sep 09:17
Compare
Choose a tag to compare