@cubejs-backend/native 0.30.27 → 0.30.30

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 +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **cubesql:** Support for metabase literal queries ([#4843](https://github.com/cube-js/cube.js/issues/4843)) ([6d45d55](https://github.com/cube-js/cube.js/commit/6d45d558e0c58c37c515d07cae367eed5624cb3a))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.30.29](https://github.com/cube-js/cube.js/compare/v0.30.28...v0.30.29) (2022-07-01)
18
+
19
+
20
+ ### Features
21
+
22
+ * **cubesql:** Support Date type in pg-wire (Date32, Date64) ([d0d08cf](https://github.com/cube-js/cube.js/commit/d0d08cf8ee848903a3b49849cace34046371a90f))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.30.28](https://github.com/cube-js/cube.js/compare/v0.30.27...v0.30.28) (2022-06-27)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **cubesql:** Correct sync behaviour for extended query in pg-wire ([#4815](https://github.com/cube-js/cube.js/issues/4815)) ([ee1362f](https://github.com/cube-js/cube.js/commit/ee1362f19fe1c36569109fc474c86f7ac9292ee5))
34
+
35
+
36
+
37
+
38
+
6
39
  ## [0.30.27](https://github.com/cube-js/cube.js/compare/v0.30.26...v0.30.27) (2022-06-24)
7
40
 
8
41
  **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.27",
3
+ "version": "0.30.30",
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.30.27",
40
+ "@cubejs-backend/cubesql": "^0.30.30",
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": "326863ef5dccf93b126ef8ccae05aa7bffa6893f"
63
+ "gitHead": "21d664e571c93dc4bde75ee744f0cdd20a590bff"
64
64
  }