Use released version of cartodb-query-tables 0.7.0
This commit is contained in:
parent
736d3460d9
commit
be4d610de1
3
NEWS.md
3
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
|
||||
|
5
package-lock.json
generated
5
package-lock.json
generated
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user