8000 Releases · depyronick/clickhouse-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: depyronick/clickhouse-client

1.0.10

17 Jan 08:53
Compare
Choose a tag to compare
  • expose rxjs from /internal
  • add rxjs & axios to peerDependencies

1.0.9

11 Jan 06:44
Compare
Choose a tag to compare

fixes

  • After updating query request method to POST to allow queries that modifies the data, json parser was unable to handle empty responses for them. This is now fixed. Thanks to @David-Mueller.

1.0.8

09 Jan 18:01
Compare
Choose a tag to compare

features

  • Implement insertPromise method

refactors

  • Update query request method to post to handle modification type queries. This will be an option in the future.
    Clickhouse on this: When using the GET method, ‘readonly’ is set. In other words, for queries that modify data, you can only use the POST method. You can send the query itself either in the POST body or in the URL parameter.

1.0.7

30 Dec 12:09
Compare
Choose a tag to compare

features

  • Expose httpAgent & httpsAgent options
    This allows options to be added like keepAlive that are not enabled by default.

1.0.6

28 Dec 15:06
38de153
Compare
Choose a tag to compare

features

  • added queryPromise method

1.0.5

19 Nov 08:38
Compare
Choose a tag to compare

features

  • added ping method

1.0.4

19 Nov 07:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/depyronick/clickhouse-client/commits/1.0.4

0