Skip to content

Commit 3dc58b7

Browse files
authored
1.14.0 (#484)
1 parent 46b7e2a commit 3dc58b7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
## New features
44

5-
- Added an `ignore_error_response` key to `client.exec`, which allows callers to manually handle errors. ([#483])
5+
- It is now possible to specify custom `parse` and `stringify` functions that will be used instead of the standard `JSON.parse` and `JSON.stringify` methods for JSON serialization/deserialization when working with `JSON*` family formats. See `ClickHouseClientConfigOptions.json`, and a new [custom_json_handling] example for more details. ([#481], [looskie])
6+
- (Node.js only) Added an `ignore_error_response` param to `ClickHouseClient.exec`, which allows callers to manually handle request errors on the application side. ([#483], [Kinzeng])
7+
8+
[#481]: https://github.com/ClickHouse/clickhouse-js/pull/481
9+
[#483]: https://github.com/ClickHouse/clickhouse-js/pull/483
10+
[looskie]: https://github.com/looskie
11+
[Kinzeng]: https://github.com/Kinzeng
12+
[custom_json_handling]: https://github.com/ClickHouse/clickhouse-js/blob/1.14.0/examples/custom_json_handling.ts
613

714
# 1.13.0
815

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.13.0'
1+
export default '1.14.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.13.0'
1+
export default '1.14.0'

packages/client-web/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.13.0'
1+
export default '1.14.0'

0 commit comments

Comments
 (0)