@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.58 to 0.30.59
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.59](https://github.com/cube-js/cube.js/compare/v0.30.58...v0.30.59) (2022-08-26) | ||
### Bug Fixes | ||
* **cubesql:** Persist dbname from connection for pg-wire ([#5165](https://github.com/cube-js/cube.js/issues/5165)) ([6bdf5df](https://github.com/cube-js/cube.js/commit/6bdf5df270d00840b1c49e0733c1a5cf8bbc18e3)) | ||
## [0.30.58](https://github.com/cube-js/cube.js/compare/v0.30.57...v0.30.58) (2022-08-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.58", | ||
"version": "0.30.59", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "ff59e95cbb877fd301091bbe43438f3c41557aea" | ||
"gitHead": "719c6c487752d473795c3bac7a8037e1716f01a0" | ||
} |
55763