@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.0 to 0.30.1
@@ -6,2 +6,15 @@ # Change Log | ||
## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14) | ||
### Features | ||
* **cubesql:** Add CUBEJS_PG_SQL_PORT env support and SQL API reference docs ([#4531](https://github.com/cube-js/cube.js/issues/4531)) ([de60d71](https://github.com/cube-js/cube.js/commit/de60d71c360be47e3231e7eafa349b9a0fddd244)) | ||
* **cubesql:** Provide specific error messages for not matched expressions ([e035780](https://github.com/cube-js/cube.js/commit/e0357801bd39269585dd31d6ad932b32287a05af)) | ||
* **cubesql:** Support `quarter` field in `date_part` SQL function ([7fdf4ac](https://github.com/cube-js/cube.js/commit/7fdf4acf6ce60387d3fa716c572e1611a77c205b)) | ||
# [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.0", | ||
"version": "0.30.1", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "bc4774e0945cdf0141e344657406115e8a4597f7" | ||
"gitHead": "e4757337c26890369df40ec1d7a8ae633ca1fafe" | ||
} |
27627