File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
packages/clickhouse-adapter Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.5.0] ( https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/clickhouse-adapter@0.4.2...@microfleet/clickhouse-adapter@0.5.0 ) (2021-08-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade clickhouse adapter ([ 50912fc] ( https://github.com/microfleet/clickhouse-adapter/commit/50912fcddc180089a7c2a336ee8ec26c53e09aa7 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * requires issuing .close() as internally uses a pool to connect to CH, multiple other changes, which arent breaking
17
+
18
+
19
+
20
+
21
+
6
22
## [ 0.4.2] ( https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/clickhouse-adapter@0.4.1...@microfleet/clickhouse-adapter@0.4.2 ) (2021-08-24)
7
23
8
24
Original file line number Diff line number Diff line change 9
9
" dist" ,
10
10
" types"
11
11
],
12
- "version" : " 0.4.2 " ,
12
+ "version" : " 0.5.0 " ,
13
13
"scripts" : {
14
14
"compile" : " tsc -p tsconfig.build.json" ,
15
15
"test" : " yarn test:unit && yarn test:e2e" ,
You can’t perform that action at this time.
0 commit comments