@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.48 to 0.29.50
@@ -6,2 +6,15 @@ # Change Log | ||
## [0.29.50](https://github.com/cube-js/cube.js/compare/v0.29.49...v0.29.50) (2022-04-18) | ||
### Features | ||
* **cubesql:** Initial support for Binary format in pg-wire ([a36845c](https://github.com/cube-js/cube.js/commit/a36845c5edcb6bd77172de2cebcd67a700df5224)) | ||
* **cubesql:** Support Describe(Portal) for pg-wire ([34cf111](https://github.com/cube-js/cube.js/commit/34cf111249c3fede986c3633fe8d5f0cade3ed91)) | ||
* **cubesql:** Support pg_depend postgres table ([ceb35d4](https://github.com/cube-js/cube.js/commit/ceb35d4825cd2ac76ad191eef950ab3be126c3de)) | ||
## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.48", | ||
"version": "0.29.50", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "1fa9b5fe1c15ae2e790c101381d127d691c944ac" | ||
"gitHead": "23b2f8d057c6190563522090207e89376e3229d6" | ||
} |
17839