@cubejs-backend/native 0.29.4 → 0.29.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,49 @@
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.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **cubesql/native:** Return errors to the client (missing field ) ([82b22e4](https://github.com/cube-js/cube.js/commit/82b22e48c6fc4d61f62bf43795d5b50ba8a3fd67))
12
+
13
+
14
+ ### Features
15
+
16
+ * **cubesql:** Ignore KILL statement without error ([20590f3](https://github.com/cube-js/cube.js/commit/20590f39bc1931f5b23b14d81aa48562e373c95b))
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.29.11](https://github.com/cube-js/cube.js/compare/v0.29.10...v0.29.11) (2021-12-24)
23
+
24
+ **Note:** Version bump only for package @cubejs-backend/native
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.29.10](https://github.com/cube-js/cube.js/compare/v0.29.9...v0.29.10) (2021-12-22)
31
+
32
+ **Note:** Version bump only for package @cubejs-backend/native
33
+
34
+
35
+
36
+
37
+
38
+ ## [0.29.5](https://github.com/cube-js/cube.js/compare/v0.29.4...v0.29.5) (2021-12-17)
39
+
40
+
41
+ ### Features
42
+
43
+ * **cubesql:** Support DATE with compound identifier ([fa959d8](https://github.com/cube-js/cube.js/commit/fa959d89406ab84d6764e0cc035b819b2f7dae21))
44
+
45
+
46
+
47
+
48
+
6
49
  ## [0.29.4](https://github.com/cube-js/cube.js/compare/v0.29.3...v0.29.4) (2021-12-16)
7
50
 
8
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.29.4",
3
+ "version": "0.29.12",
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": "6d425670e14b353f6930a7d64fb9006d73247c5b"
61
+ "gitHead": "4b7c9154c9533a7a4ae17164742060a34a040515"
61
62
  }