@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.45 to 0.30.46
@@ -6,2 +6,16 @@ # Change Log | ||
## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10) | ||
### Features | ||
* **cubesql:** Datastudio - aggr by month and day support ([#5025](https://github.com/cube-js/cube.js/issues/5025)) ([da3ed59](https://github.com/cube-js/cube.js/commit/da3ed59910b968cf0523f49eea7758f33d427b3e)) | ||
* **cubesql:** Datastudio - between dates filter support ([#5022](https://github.com/cube-js/cube.js/issues/5022)) ([20f7d64](https://github.com/cube-js/cube.js/commit/20f7d649574a522c380bfd069667f929855bd6d1)) | ||
* **cubesql:** Datastudio - Min/Max datetime aggregation support ([#5021](https://github.com/cube-js/cube.js/issues/5021)) ([7cf1f75](https://github.com/cube-js/cube.js/commit/7cf1f7520956304a74e79b7acc54b61f907d0706)) | ||
* **cubesql:** Support DEALLOCATE in pg-wire ([06b6476](https://github.com/cube-js/cube.js/commit/06b647687afa37fcca075e018910049ad0ac0883)) | ||
## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.45", | ||
"version": "0.30.46", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "103090c637da2a13d82a1dd44a45e9ad98553401" | ||
"gitHead": "c29f3e26e595a96f140c55049131b764e852876e" | ||
} |
51583