@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.44 to 0.30.45
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05) | ||
### Features | ||
* **cubesql:** Support binary bitwise operators (>>, <<) ([7363879](https://github.com/cube-js/cube.js/commit/7363879184395b3c499f9b678da7152362226ea0)) | ||
* **cubesql:** Support svv_tables table (Redshift) ([#5060](https://github.com/cube-js/cube.js/issues/5060)) ([d3ed3ac](https://github.com/cube-js/cube.js/commit/d3ed3aca798d41fe4e1919c9fde2f7610435168c)) | ||
## [0.30.44](https://github.com/cube-js/cube.js/compare/v0.30.43...v0.30.44) (2022-08-01) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.44", | ||
"version": "0.30.45", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "b6188933972d9466828c85c1b14501f635d7e730" | ||
"gitHead": "103090c637da2a13d82a1dd44a45e9ad98553401" | ||
} |
50689