@cubejs-backend/questdb-driver 0.29.53 → 0.30.0

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.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/questdb-driver
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/questdb-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/questdb-driver
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
7
31
 
8
32
  **Note:** Version bump only for package @cubejs-backend/questdb-driver
package/README.md CHANGED
@@ -9,8 +9,12 @@
9
9
 
10
10
  Pure Javascript QuestDB driver. Based on pg driver for PostgreSQL.
11
11
 
12
- [Learn more](https://github.com/cube-js/cube.js#getting-started)
12
+ ## Support
13
13
 
14
- ### License
14
+ This driver has been contributed by [Andrey Pechkurov](https://github.com/puzpuzpuz). 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.
17
+
18
+ ## License
15
19
 
16
20
  Cube.js QuestDB driver is [Apache 2.0 licensed](./LICENSE).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/questdb-driver",
3
3
  "description": "Cube.js QuestDB database driver",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.29.53",
5
+ "version": "0.30.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
@@ -27,9 +27,9 @@
27
27
  "lint:fix": "eslint --fix src/* --ext .ts"
28
28
  },
29
29
  "dependencies": {
30
- "@cubejs-backend/query-orchestrator": "^0.29.51",
31
- "@cubejs-backend/schema-compiler": "^0.29.53",
32
- "@cubejs-backend/shared": "^0.29.51",
30
+ "@cubejs-backend/query-orchestrator": "^0.30.0",
31
+ "@cubejs-backend/schema-compiler": "^0.30.0",
32
+ "@cubejs-backend/shared": "^0.30.0",
33
33
  "@types/pg": "^8.6.0",
34
34
  "moment": "^2.24.0",
35
35
  "pg": "^8.7.0",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "license": "Apache-2.0",
39
39
  "devDependencies": {
40
- "@cubejs-backend/linter": "^0.29.23",
41
- "@cubejs-backend/testing-shared": "^0.29.53",
40
+ "@cubejs-backend/linter": "^0.30.0",
41
+ "@cubejs-backend/testing-shared": "^0.30.0",
42
42
  "testcontainers": "^8.4.0",
43
43
  "typescript": "~4.1.5"
44
44
  },
@@ -48,5 +48,5 @@
48
48
  "eslintConfig": {
49
49
  "extends": "../cubejs-linter"
50
50
  },
51
- "gitHead": "b2815b43b973199420267695877b57eb6d744978"
51
+ "gitHead": "bc4774e0945cdf0141e344657406115e8a4597f7"
52
52
  }