@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.45 to 0.29.46
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.29.46](https://github.com/cube-js/cube.js/compare/v0.29.45...v0.29.46) (2022-04-11) | ||
### Bug Fixes | ||
* **cubesql:** Rewrite engine decimal measure support ([8a0fa98](https://github.com/cube-js/cube.js/commit/8a0fa981b87b67281867c6073903fa9bb6826570)) | ||
### Features | ||
* **cubesql:** Support format_type UDF for Postgres ([#4325](https://github.com/cube-js/cube.js/issues/4325)) ([8b972ca](https://github.com/cube-js/cube.js/commit/8b972ca9bfd46cc8d43a93ce04e696624838fbde)) | ||
## [0.29.45](https://github.com/cube-js/cube.js/compare/v0.29.44...v0.29.45) (2022-04-09) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.45", | ||
"version": "0.29.46", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "8d729608dfc5672997d3f123d4fc15c1e8e1bcfc" | ||
"gitHead": "28263751a5b92c984548869bd55f797f5811566f" | ||
} |
15974