@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.35 to 0.29.36
@@ -6,2 +6,16 @@ # Change Log | ||
## [0.29.36](https://github.com/cube-js/cube.js/compare/v0.29.35...v0.29.36) (2022-03-27) | ||
### Features | ||
* **cubesql:** Improve Postgres, MySQL meta layer ([#4228](https://github.com/cube-js/cube.js/issues/4228)) ([5c8d002](https://github.com/cube-js/cube.js/commit/5c8d002d1efc8cb6a57849389b87e7cb4ec187f0)) | ||
* **cubesql:** Rewrite engine first steps ([#4132](https://github.com/cube-js/cube.js/issues/4132)) ([84c51ed](https://github.com/cube-js/cube.js/commit/84c51eda4bf989a46f95fe683ea2732814dde28f)) | ||
* **cubesql:** Support pg_catalog.pg_namespace table ([66e41da](https://github.com/cube-js/cube.js/commit/66e41dacdaf3d0dc24f866c3d29ddb76b79a292a)) | ||
* **cubesql:** Support pg_catalog.pg_type table ([d792bb9](https://github.com/cube-js/cube.js/commit/d792bb9949b48e0dceb3aa5d02500258533cfb66)) | ||
## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.35", | ||
"version": "0.29.36", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "15911bbb428a3a4dcc509edb84587f718b2ccdfd" | ||
"gitHead": "211e02361089af4734c43d7ca70d072de5c071dc" | ||
} |
9418