@cubejs-backend/native 0.29.48 → 0.29.53

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 +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,37 @@
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.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **cubesql:** Projection aggregate split to support Tableau casts ([#4435](https://github.com/cube-js/cube.js/issues/4435)) ([1550774](https://github.com/cube-js/cube.js/commit/1550774acf2dd208d7222bb7b4742dcc64ca4b89))
12
+ * **cubesql:** Support generate_subscripts UDTF ([a29551a](https://github.com/cube-js/cube.js/commit/a29551a402f323541a1b10523f3478f9ae284989))
13
+
14
+
15
+
16
+
17
+
18
+ ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
19
+
20
+
21
+ ### Features
22
+
23
+ * **cubesql:** Implement rewrites for SELECT * FROM WHERE 1=0 ([#4427](https://github.com/cube-js/cube.js/issues/4427)) ([0c9abd1](https://github.com/cube-js/cube.js/commit/0c9abd1bde7c5492c42340f75e020dc09228908b))
24
+
25
+
26
+
27
+
28
+
29
+ ## [0.29.50](https://github.com/cube-js/cube.js/compare/v0.29.49...v0.29.50) (2022-04-18)
30
+
31
+ **Note:** Version bump only for package @cubejs-backend/native
32
+
33
+
34
+
35
+
36
+
6
37
  ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
7
38
 
8
39
  **Note:** Version bump only for package @cubejs-backend/native
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.29.48",
3
+ "version": "0.29.53",
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",
@@ -37,7 +37,7 @@
37
37
  "typescript": "~4.1.5"
38
38
  },
39
39
  "dependencies": {
40
- "@cubejs-backend/cubesql": "^0.29.48",
40
+ "@cubejs-backend/cubesql": "^0.29.53",
41
41
  "@mapbox/node-pre-gyp": "^1"
42
42
  },
43
43
  "binary": {
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "1fa9b5fe1c15ae2e790c101381d127d691c944ac"
63
+ "gitHead": "b2815b43b973199420267695877b57eb6d744978"
64
64
  }