From 79e886cfb9d53cd0d213c5fa95ed0b26e9cd9577 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 12 Feb 2019 18:29:05 +0100 Subject: [PATCH] Update camshaft@0.63.3 --- NEWS.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 326a8a9b..48c61e0a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ **Deprecation warning**: Next major release will drop support for `Node.js 6 LTS`, `npm 3.x` and `yarn`. You'll be able to use the latest ES features as soon as we release 7.0.0. In the meantime, as a developer, you should keep compatibility with Node.js 6 LTS and keep updated both `package-lock.json` and `yarn.lock` files. ## 6.6.0 -Released 2018-mm-dd +Released 2019-mm-dd Announcements: - Update docs: compatible Node.js and npm versions @@ -11,6 +11,7 @@ Announcements: - Adding Authorization to Access-Control-Allow-Headers (https://github.com/CartoDB/CartoDB-SQL-API/issues/534) - Update deps: - windshaft@4.13.1: Upgrade tilelive-mapnik to version 0.6.18-cdb18 + - camshaft@0.63.3: Improve error message for exceeded batch SQL API payload size: add suggestions about what the user can do about it. - Update dev deps: - jshint@2.9.7 - mocha@5.2.0 diff --git a/package.json b/package.json index 6e74e71a..aa270d93 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@carto/fqdn-sync": "0.2.2", "basic-auth": "2.0.0", "body-parser": "1.18.3", - "camshaft": "0.63.1", + "camshaft": "0.63.3", "cartodb-psql": "0.13.1", "cartodb-query-tables": "0.4.0", "cartodb-redis": "2.1.0",