@cubejs-backend/native 0.30.65 → 0.30.69

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * **base-driver:** Split BaseDriver to @cubejs-backend/base-driver ([#5283](https://github.com/cube-js/cube.js/issues/5283)) ([ca7f9d2](https://github.com/cube-js/cube.js/commit/ca7f9d280c3518e012683c23b82175ec1f96d2a8))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.30.68](https://github.com/cube-js/cube.js/compare/v0.30.67...v0.30.68) (2022-09-09)
18
+
19
+
20
+ ### Features
21
+
22
+ * **cubesql:** Support IN for __user (ThoughtSpot) ([#5269](https://github.com/cube-js/cube.js/issues/5269)) ([d9aaefc](https://github.com/cube-js/cube.js/commit/d9aaefc65c14bffe87a0676a4e6222d08caf538d))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.30.67](https://github.com/cube-js/cube.js/compare/v0.30.66...v0.30.67) (2022-09-09)
29
+
30
+ **Note:** Version bump only for package @cubejs-backend/native
31
+
32
+
33
+
34
+
35
+
6
36
  ## [0.30.65](https://github.com/cube-js/cube.js/compare/v0.30.64...v0.30.65) (2022-09-07)
7
37
 
8
38
  **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.30.65",
3
+ "version": "0.30.69",
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",
@@ -38,7 +38,7 @@
38
38
  "typescript": "~4.1.5"
39
39
  },
40
40
  "dependencies": {
41
- "@cubejs-backend/cubesql": "^0.30.65",
41
+ "@cubejs-backend/cubesql": "^0.30.69",
42
42
  "@mapbox/node-pre-gyp": "^1"
43
43
  },
44
44
  "binary": {
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "439e30d7cbfbe85d8f34a77a5fdbd1e88f5d3d59"
64
+ "gitHead": "f37e23c24d10ea8ae9b5aa8bf3a8823ac299aab4"
65
65
  }