@cubejs-backend/native 0.29.5 → 0.29.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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.29.14](https://github.com/cube-js/cube.js/compare/v0.29.12-1...v0.29.14) (2021-12-29)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/native
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **cubesql/native:** Return errors to the client (missing field ) ([82b22e4](https://github.com/cube-js/cube.js/commit/82b22e48c6fc4d61f62bf43795d5b50ba8a3fd67))
20
+
21
+
22
+ ### Features
23
+
24
+ * **cubesql:** Ignore KILL statement without error ([20590f3](https://github.com/cube-js/cube.js/commit/20590f39bc1931f5b23b14d81aa48562e373c95b))
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.29.11](https://github.com/cube-js/cube.js/compare/v0.29.10...v0.29.11) (2021-12-24)
31
+
32
+ **Note:** Version bump only for package @cubejs-backend/native
33
+
34
+
35
+
36
+
37
+
38
+ ## [0.29.10](https://github.com/cube-js/cube.js/compare/v0.29.9...v0.29.10) (2021-12-22)
39
+
40
+ **Note:** Version bump only for package @cubejs-backend/native
41
+
42
+
43
+
44
+
45
+
6
46
  ## [0.29.5](https://github.com/cube-js/cube.js/compare/v0.29.4...v0.29.5) (2021-12-17)
7
47
 
8
48
 
package/README.md CHANGED
@@ -14,3 +14,4 @@ Native module for Cube.js (binding to Rust codebase).
14
14
  ### License
15
15
 
16
16
  Cube.js Native is [Apache 2.0 licensed](./LICENSE).
17
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.29.5",
3
+ "version": "0.29.14",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "description": "Native module for Cube.js (binding to Rust codebase)",
6
6
  "main": "dist/js/index.js",
@@ -39,6 +39,7 @@
39
39
  "typescript": "~4.1.5"
40
40
  },
41
41
  "dependencies": {
42
+ "@cubejs-backend/cubesql": "^0.29.12",
42
43
  "@mapbox/node-pre-gyp": "^1"
43
44
  },
44
45
  "binary": {
@@ -57,5 +58,5 @@
57
58
  "publishConfig": {
58
59
  "access": "public"
59
60
  },
60
- "gitHead": "518281dea6e0c511813df4502f3aa97038f9be23"
61
+ "gitHead": "fd2726b5236be8724e80eea4fd92226c9b2f3542"
61
62
  }