@cubejs-backend/api-gateway
Advanced tools
Comparing version 0.13.7 to 0.13.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.13.8](https://github.com/cube-js/cube.js/compare/v0.13.7...v0.13.8) (2019-12-31) | ||
### Bug Fixes | ||
* UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON ([44c5065](https://github.com/cube-js/cube.js/commit/44c5065)) | ||
## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31) | ||
@@ -8,0 +19,0 @@ |
@@ -530,3 +530,7 @@ const jwt = require('jsonwebtoken'); | ||
const { type, ...restParams } = event; | ||
this.logger(type, { ...restParams, ...context }); | ||
this.logger(type, { | ||
...restParams, | ||
authInfo: context.authInfo, | ||
requestId: context.requestId | ||
}); | ||
} | ||
@@ -533,0 +537,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.13.7", | ||
"version": "0.13.8", | ||
"repository": { | ||
@@ -38,3 +38,3 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"gitHead": "167f2bb16920a1278b8a06e30f6494f36158ada5" | ||
"gitHead": "4453757b212505b815c0eaba0289e089e5675b7c" | ||
} |
52188
804