@cubejs-backend/native 0.29.10 → 0.29.15

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.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/native
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.14](https://github.com/cube-js/cube.js/compare/v0.29.12-1...v0.29.14) (2021-12-29)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/native
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **cubesql/native:** Return errors to the client (missing field ) ([82b22e4](https://github.com/cube-js/cube.js/commit/82b22e48c6fc4d61f62bf43795d5b50ba8a3fd67))
28
+
29
+
30
+ ### Features
31
+
32
+ * **cubesql:** Ignore KILL statement without error ([20590f3](https://github.com/cube-js/cube.js/commit/20590f39bc1931f5b23b14d81aa48562e373c95b))
33
+
34
+
35
+
36
+
37
+
38
+ ## [0.29.11](https://github.com/cube-js/cube.js/compare/v0.29.10...v0.29.11) (2021-12-24)
39
+
40
+ **Note:** Version bump only for package @cubejs-backend/native
41
+
42
+
43
+
44
+
45
+
6
46
  ## [0.29.10](https://github.com/cube-js/cube.js/compare/v0.29.9...v0.29.10) (2021-12-22)
7
47
 
8
48
  **Note:** Version bump only for package @cubejs-backend/native
package/README.md CHANGED
@@ -9,8 +9,14 @@
9
9
 
10
10
  Native module for Cube.js (binding to Rust codebase).
11
11
 
12
+ ## Supported architectures and platforms
13
+
14
+ > If your platform/architecture is not supported, you can launch Cube
15
+ > using Docker.
16
+
12
17
  [Learn more](https://github.com/cube-js/cube.js#getting-started)
13
18
 
14
19
  ### License
15
20
 
16
21
  Cube.js Native is [Apache 2.0 licensed](./LICENSE).
22
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.29.10",
3
+ "version": "0.29.15",
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",
@@ -30,7 +30,7 @@
30
30
  "@mapbox/node-pre-gyp"
31
31
  ],
32
32
  "devDependencies": {
33
- "@cubejs-infra/node-pre-gyp-github": "^1",
33
+ "@cubejs-infra/node-pre-gyp-github": "^1.0.3",
34
34
  "@types/jest": "^26",
35
35
  "@types/node": "^10",
36
36
  "cargo-cp-artifact": "^0.1",
@@ -39,7 +39,7 @@
39
39
  "typescript": "~4.1.5"
40
40
  },
41
41
  "dependencies": {
42
- "@cubejs-backend/cubesql": "^0.29.10",
42
+ "@cubejs-backend/cubesql": "^0.29.15",
43
43
  "@mapbox/node-pre-gyp": "^1"
44
44
  },
45
45
  "binary": {
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "5172422f7005adb6235f12ae9859842213f7bc1f"
61
+ "gitHead": "e16fd68d785eff5bcf6e0846fabcb7b47b7a6f3b"
62
62
  }