Skip to content

Commit 893ae0d

Browse files
committed
Prepare 1.9.0
1 parent 9594c18 commit 893ae0d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.9.0 (Common, Node.js, Web)
2+
3+
## New features
4+
5+
- Added `input_format_json_throw_on_bad_escape_sequence` to the `ClickhouseSettings` type. ([#355](https://github.com/ClickHouse/clickhouse-js/pull/355), [@emmanuel-bonin](https://github.com/emmanuel-bonin))
6+
- The client now exports `TupleParam` wrapper class, allowing tuples to be properly used as query parameters. Added support for JS Map as a query parameter. ([#359](https://github.com/ClickHouse/clickhouse-js/pull/359))
7+
8+
## Improvements
9+
10+
- The client will throw a more informative error if the buffered response is larger than the max allowed string length in V8, which is `2**29 - 24` bytes. ([#357](https://github.com/ClickHouse/clickhouse-js/pull/357))
11+
112
# 1.8.1 (Node.js)
213

314
## Bug fixes

packages/client-common/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.8.1'
1+
export default '1.9.0'

packages/client-node/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.8.1'
1+
export default '1.9.0'

packages/client-web/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.8.1'
1+
export default '1.9.0'

0 commit comments

Comments
 (0)