@cubejs-backend/hive-driver 0.29.51 → 0.30.1

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,30 @@
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.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/hive-driver
9
+
10
+
11
+
12
+
13
+
14
+ # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/hive-driver
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
23
+
24
+ **Note:** Version bump only for package @cubejs-backend/hive-driver
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
7
31
 
8
32
  **Note:** Version bump only for package @cubejs-backend/hive-driver
package/README.md CHANGED
@@ -9,7 +9,11 @@
9
9
 
10
10
  Pure Javascript Thrift HiveServer 2 driver.
11
11
 
12
- [Learn more](https://github.com/cube-js/cube.js#getting-started)
12
+ ## Support
13
+
14
+ This package is **community supported** and should be used at your own risk.
15
+
16
+ While the Cube Dev team is happy to review and accept future community contributions, we don't have active plans for further development. This includes bug fixes unless they affect different parts of Cube.js. **We're looking for maintainers for this package.** If you'd like to become a maintainer, please contact us in Cube.js Slack.
13
17
 
14
18
  ## Contributing Missing Hive Protocol
15
19
 
@@ -26,6 +30,6 @@ Pure Javascript Thrift HiveServer 2 driver.
26
30
  2. Run `docker run -v "$PWD:/data" thrift thrift -o /data --gen js:node /data/TCLIService.thrift`
27
31
  3. Copy generated files to the idl directory of this repository.
28
32
 
29
- ### License
33
+ ## License
30
34
 
31
35
  Cube.js Hive Database Driver is [Apache 2.0 licensed](./LICENSE).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/hive-driver",
3
3
  "description": "Cube.js Hive database driver",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.29.51",
5
+ "version": "0.30.1",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "main": "driver/HiveDriver.js",
15
15
  "dependencies": {
16
- "@cubejs-backend/query-orchestrator": "^0.29.51",
16
+ "@cubejs-backend/query-orchestrator": "^0.30.1",
17
17
  "generic-pool": "^3.6.0",
18
18
  "jshs2": "^0.4.4",
19
19
  "sasl-plain": "^0.1.0",
@@ -25,5 +25,5 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "44469b8ce956df50c2288194b550407bdb70c22d"
28
+ "gitHead": "e4757337c26890369df40ec1d7a8ae633ca1fafe"
29
29
  }