@cubejs-backend/ksql-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/ksql-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/ksql-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/ksql-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/ksql-driver
package/README.md CHANGED
@@ -7,8 +7,14 @@
7
7
 
8
8
  # Cube.js ksql Database Driver
9
9
 
10
- [Learn more](https://github.com/cube-js/cube.js#getting-started)
10
+ ksql driver
11
11
 
12
- ### License
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.
17
+
18
+ ## License
13
19
 
14
20
  Cube.js ksql Database Driver is [Apache 2.0 licensed](./LICENSE).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/ksql-driver",
3
3
  "description": "Cube.js ksql database driver",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.29.52",
5
+ "version": "0.29.57",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@cubejs-backend/query-orchestrator": "^0.29.51",
29
- "@cubejs-backend/schema-compiler": "^0.29.52",
29
+ "@cubejs-backend/schema-compiler": "^0.29.57",
30
30
  "@cubejs-backend/shared": "^0.29.51",
31
31
  "async-mutex": "0.3.2",
32
32
  "axios": "^0.21.1",
@@ -43,5 +43,5 @@
43
43
  "@cubejs-backend/linter": "^0.29.23",
44
44
  "typescript": "~4.1.5"
45
45
  },
46
- "gitHead": "45c758086e8f3c1a29b707b2910b3ed7426186b9"
46
+ "gitHead": "bc71f1b4632c0362a4b833a5331d99a4426716fa"
47
47
  }