Update 'camshaft' to version 0.67.2
This commit is contained in:
parent
d79f1b41d0
commit
6b61f5e168
2
NEWS.md
2
NEWS.md
@ -6,7 +6,7 @@ Released 2020-mm-dd
|
|||||||
Breaking changes:
|
Breaking changes:
|
||||||
- Log system revamp:
|
- Log system revamp:
|
||||||
- Logs to stdout, disabled while testing
|
- Logs to stdout, disabled while testing
|
||||||
- Upgrade `camshaft` to version [`0.67.1`](https://github.com/CartoDB/camshaft/releases/tag/0.67.1)
|
- Upgrade `camshaft` to version [`0.67.2`](https://github.com/CartoDB/camshaft/releases/tag/0.67.2)
|
||||||
- Use header `X-Request-Id`, or create a new `uuid` when no present, to identyfy log entries
|
- Use header `X-Request-Id`, or create a new `uuid` when no present, to identyfy log entries
|
||||||
- Be able to set log level from env variable `LOG_LEVEL`, useful while testing: `LOG_LEVEL=info npm test`; even more human-readable: `LOG_LEVEL=info npm t | ./node_modules/.bin/pino-pretty`
|
- Be able to set log level from env variable `LOG_LEVEL`, useful while testing: `LOG_LEVEL=info npm test`; even more human-readable: `LOG_LEVEL=info npm t | ./node_modules/.bin/pino-pretty`
|
||||||
- Stop responding with `X-Tiler-Errors` header. Now errors are properly logged and will end up in ELK as usual.
|
- Stop responding with `X-Tiler-Errors` header. Now errors are properly logged and will end up in ELK as usual.
|
||||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -814,9 +814,9 @@
|
|||||||
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
|
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
|
||||||
},
|
},
|
||||||
"camshaft": {
|
"camshaft": {
|
||||||
"version": "0.67.1",
|
"version": "0.67.2",
|
||||||
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.67.1.tgz",
|
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.67.2.tgz",
|
||||||
"integrity": "sha512-2fDiAP3cztN+6xUeEei/nkq1jvwbXrPTIG5zzbMDcEtEpjMnQjfXtM+l90yj1aNpx8qfTXW5r5X4KSnvUqc/6w==",
|
"integrity": "sha512-egTmL1IYsDe0UeGMQ5VyJVo7SNbxpwnTgxzORSYEuRdZWJ1h1saV7ykSPOkxMLipj4GWKHxiBTBCqa26tkfMpg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "^1.5.2",
|
"async": "^1.5.2",
|
||||||
"cartodb-psql": "0.14.0",
|
"cartodb-psql": "0.14.0",
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"assign-deep": "^1.0.1",
|
"assign-deep": "^1.0.1",
|
||||||
"basic-auth": "2.0.0",
|
"basic-auth": "2.0.0",
|
||||||
"body-parser": "1.18.3",
|
"body-parser": "1.18.3",
|
||||||
"camshaft": "^0.67.1",
|
"camshaft": "^0.67.2",
|
||||||
"cartodb-psql": "0.14.0",
|
"cartodb-psql": "0.14.0",
|
||||||
"cartodb-query-tables": "^0.7.0",
|
"cartodb-query-tables": "^0.7.0",
|
||||||
"cartodb-redis": "^3.0.0",
|
"cartodb-redis": "^3.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user