@cubejs-backend/athena-driver
Advanced tools
Comparing version 0.18.3 to 0.18.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.18.4](https://github.com/cube-js/cube.js/compare/v0.18.3...v0.18.4) (2020-03-09) | ||
### Bug Fixes | ||
* Request span for WebSocketTransport is incorrectly set ([54ba5da](https://github.com/cube-js/cube.js/commit/54ba5da)) | ||
## [0.18.3](https://github.com/cube-js/cube.js/compare/v0.18.2...v0.18.3) (2020-03-02) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"repository": { | ||
@@ -17,3 +17,3 @@ "type": "git", | ||
"dependencies": { | ||
"@cubejs-backend/query-orchestrator": "^0.18.3", | ||
"@cubejs-backend/query-orchestrator": "^0.18.4", | ||
"aws-sdk": "^2.403.0", | ||
@@ -23,3 +23,3 @@ "sqlstring": "^2.3.1" | ||
"license": "Apache-2.0", | ||
"gitHead": "05839b836c4b01db61cc5c8b8cbb070978ef5ef2" | ||
"gitHead": "7815151e45678ed5d7aed33c334e96108589fcb3" | ||
} |
24422