@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.47 to 0.29.48
@@ -6,2 +6,19 @@ # Change Log | ||
## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14) | ||
### Bug Fixes | ||
* **cubesql:** Support pg_catalog.format_type through fully qualified name ([9eafae0](https://github.com/cube-js/cube.js/commit/9eafae0c4eafc2ad1d8517be9dbf292c1650c64a)) | ||
### Features | ||
* **cubesql:** Initial support for prepared statements in pg-wire ([#4244](https://github.com/cube-js/cube.js/issues/4244)) ([912b52a](https://github.com/cube-js/cube.js/commit/912b52a5cb8d72820c68843e15a2ef83233b952f)) | ||
* **cubesql:** Postgres Apache Superset connection flow support ([ab256d9](https://github.com/cube-js/cube.js/commit/ab256d9fc31fd4d2bc08c969b374cec449e34bae)) | ||
## [0.29.47](https://github.com/cube-js/cube.js/compare/v0.29.46...v0.29.47) (2022-04-12) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.47", | ||
"version": "0.29.48", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "a561ec1054d5aac4184aec9ee02253e9d93f975c" | ||
"gitHead": "1fa9b5fe1c15ae2e790c101381d127d691c944ac" | ||
} |
17280