Releases: depyronick/clickhouse-client
Releases · depyronick/clickhouse-client
1.0.10
- expose rxjs from
/internal
- add rxjs & axios to
peerDependencies
1.0.9
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
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
features
- Expose
httpAgent
&httpsAgent
options
This allows options to be added likekeepAlive
that are not enabled by default.
1.0.6
features
- added
queryPromise
method
1.0.5
features
- added
ping
method
1.0.4
What's Changed
- Create CODE_OF_CONDUCT.md by @depyronick in #1
New Contributors
- @depyronick made their first contribution in #1
Full Changelog: https://github.com/depyronick/clickhouse-client/commits/1.0.4