@cubejs-backend/druid-driver 0.29.52 → 0.29.57

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.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/druid-driver
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/druid-driver
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
23
+
24
+ **Note:** Version bump only for package @cubejs-backend/druid-driver
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.29.52](https://github.com/cube-js/cube.js/compare/v0.29.51...v0.29.52) (2022-04-23)
7
31
 
8
32
  **Note:** Version bump only for package @cubejs-backend/druid-driver
package/README.md CHANGED
@@ -9,17 +9,12 @@
9
9
 
10
10
  Pure Javascript Druid driver.
11
11
 
12
- [Learn more](https://github.com/cube-js/cube.js#getting-started)
12
+ ## Support
13
13
 
14
- ### Testing
14
+ This package is **community supported** and should be used at your own risk.
15
15
 
16
- To test follow the following steps
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.
17
17
 
18
- ```
19
- $ yarn
20
- $ yarn test
21
- ```
22
-
23
- ### License
18
+ ## License
24
19
 
25
20
  Cube.js Druid Database Driver is [Apache 2.0 licensed](./LICENSE).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/druid-driver",
3
3
  "description": "Cube.js Druid database driver",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.29.52",
5
+ "version": "0.29.57",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@cubejs-backend/query-orchestrator": "^0.29.51",
32
- "@cubejs-backend/schema-compiler": "^0.29.52",
32
+ "@cubejs-backend/schema-compiler": "^0.29.57",
33
33
  "@cubejs-backend/shared": "^0.29.51",
34
34
  "axios": "^0.21.1",
35
35
  "moment-timezone": "^0.5.31"
@@ -52,5 +52,5 @@
52
52
  "jest": {
53
53
  "testEnvironment": "node"
54
54
  },
55
- "gitHead": "45c758086e8f3c1a29b707b2910b3ed7426186b9"
55
+ "gitHead": "bc71f1b4632c0362a4b833a5331d99a4426716fa"
56
56
  }