Skip to content

Commit 4c5cdff

Browse files
committed
Prepare 1.11.0, update CHANGELOG
1 parent 3c75b32 commit 4c5cdff

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## New features
44

55
- It is now possible to provide custom HTTP headers when calling the `query`/`insert`/`command`/`exec` methods using the `http_headers` option. NB: `http_headers` specified this way will override `http_headers` set on the client instance level. ([#394](https://github.com/ClickHouse/clickhouse-js/issues/374), [@DylanRJohnston](https://github.com/DylanRJohnston))
6+
- (Web only) It is now possible to provide a custom `fetch` implementation to the client. ([#315](https://github.com/ClickHouse/clickhouse-js/issues/315), [@lucacasonato](https://github.com/lucacasonato))
67

78
# 1.10.1 (Common, Node.js, Web)
89

Diff for: packages/client-common/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.10.1'
1+
export default '1.11.0'

Diff for: packages/client-node/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.10.1'
1+
export default '1.11.0'

Diff for: packages/client-web/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.10.1'
1+
export default '1.11.0'

0 commit comments

Comments
 (0)