From be4d610de113cc7837b4d6c73138a1d0f6329d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 21 Oct 2019 16:14:07 +0200 Subject: [PATCH] Use released version of cartodb-query-tables 0.7.0 --- NEWS.md | 3 +++ package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 058c65bc..5212f51b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,9 @@ Announcements: - Added mechanism to inject custom middlewares through configuration. - Stop requiring unused config properties: "base_url", "base_url_mapconfig", and "base_url_templated". +- Upgraded cartodb-query-tables to version [0.7.0](https://github.com/CartoDB/node-cartodb-query-tables/blob/0.7.0/NEWS.md#version-0.7.0). +- Be able to set a coherent TTL in Cache-Control header to expire all resources belonging a map simultaneously. +- When `cache buster` in request path is `0` set header `Last-Modified` to now, it avoids stalled content in 3rd party cache providers when they add `If-Modified-Since` header into the request. ## 7.2.0 Released 2019-09-30 diff --git a/package-lock.json b/package-lock.json index 13eb1e2b..f7ab113e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -427,8 +427,9 @@ } }, "cartodb-query-tables": { - "version": "github:cartodb/node-cartodb-query-tables#760aa889197da49626018c2a54b45894fdcb6c71", - "from": "github:cartodb/node-cartodb-query-tables#coherent-ttl", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.7.0.tgz", + "integrity": "sha512-DNLP14IR9xp/nlyM2ivGG8ml1VLu1WWzNqGFUIAkEG8oTehAm8aHbfaUKkDVCOSzhcN4jqAr4YCUKdG7FuqQaA==", "requires": { "decimal.js": "10.2.0" } diff --git a/package.json b/package.json index bdeab731..8db23c86 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "body-parser": "1.18.3", "camshaft": "^0.64.2", "cartodb-psql": "0.14.0", - "cartodb-query-tables": "github:cartodb/node-cartodb-query-tables#coherent-ttl", + "cartodb-query-tables": "^0.7.0", "cartodb-redis": "2.1.0", "debug": "3.1.0", "dot": "1.1.2",