From 360b98254b46669b769b7b5d8b9e06950b6ed906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 22 Jun 2020 17:01:29 +0200 Subject: [PATCH] Upgrade camshaft to version 0.66.0 --- NEWS.md | 2 +- package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index dc732cba..5a31df25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,7 @@ Released 2020-mm-dd Breaking changes: - Log system revamp: - Logs to stdout, disabled while testing - - Upgrade `camshaft` to version [`0.x.0`](https://github.com/CartoDB/camshaft/releases/tag/0.x.0) + - Upgrade `camshaft` to version [`0.66.0`](https://github.com/CartoDB/camshaft/releases/tag/0.66.0) - 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` - Stop responding with `X-Tiler-Errors` header. Now errors are properly logged and will end up in ELK as usual. diff --git a/package-lock.json b/package-lock.json index e14dbd48..bfc05c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -814,8 +814,9 @@ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" }, "camshaft": { - "version": "github:cartodb/camshaft#633d3b85869d894d52ac5c9970462f326d2f42cc", - "from": "github:cartodb/camshaft#dgaubert/ch78389/camshaft-replace-logger-from-bunyan-to-pino", + "version": "0.66.0", + "resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.66.0.tgz", + "integrity": "sha512-25WFuUEiPD9Tw0XWSno/m7qJ7QqaEy9t/WbcXt+j+zMTOxvQ4RqpvCAhmUEbLgTLRyTCTvY8nqPtu4PaVJuIyw==", "requires": { "async": "^1.5.2", "cartodb-psql": "0.14.0", diff --git a/package.json b/package.json index 0cdeb510..dbe54e23 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "assign-deep": "^1.0.1", "basic-auth": "2.0.0", "body-parser": "1.18.3", - "camshaft": "github:cartodb/camshaft#dgaubert/ch78389/camshaft-replace-logger-from-bunyan-to-pino", + "camshaft": "^0.66.0", "cartodb-psql": "0.14.0", "cartodb-query-tables": "^0.7.0", "cartodb-redis": "^3.0.0",