Upgrade windshaft to 0.20.0
Reduces noise on the "error" channel (now optionally writing to rollbar) and avoids caching bogus mapnik renderers. Details: http://github.com/CartoDB/Windshaft/blob/0.20.0/NEWS
This commit is contained in:
parent
9c4feac19b
commit
87ac44a1f1
2
NEWS.md
2
NEWS.md
@ -8,6 +8,8 @@ New features:
|
|||||||
Enhancements:
|
Enhancements:
|
||||||
|
|
||||||
- Upgrade node-varnish to 0.3.0
|
- Upgrade node-varnish to 0.3.0
|
||||||
|
- Upgrade Windshaft to 0.20.0, see
|
||||||
|
http://github.com/CartoDB/Windshaft/blob/0.20.0/NEWS
|
||||||
- Include tiler version in startup log
|
- Include tiler version in startup log
|
||||||
- Install an uncaught exception handler
|
- Install an uncaught exception handler
|
||||||
- Require own fork of node-mapnik, with temptative fix
|
- Require own fork of node-mapnik, with temptative fix
|
||||||
|
54
npm-shrinkwrap.json
generated
54
npm-shrinkwrap.json
generated
@ -10,12 +10,40 @@
|
|||||||
"version": "1.3.3"
|
"version": "1.3.3"
|
||||||
},
|
},
|
||||||
"windshaft": {
|
"windshaft": {
|
||||||
"version": "0.19.4",
|
"version": "0.20.0",
|
||||||
"from": "http://github.com/CartoDB/Windshaft/tarball/0.19.4",
|
"from": "http://github.com/CartoDB/Windshaft/tarball/0.20.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grainstore": {
|
"grainstore": {
|
||||||
"version": "0.18.1",
|
"version": "0.18.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"carto": {
|
||||||
|
"version": "0.9.5-cdb2",
|
||||||
|
"from": "http://github.com/CartoDB/carto/tarball/0.9.5-cdb2",
|
||||||
|
"dependencies": {
|
||||||
|
"underscore": {
|
||||||
|
"version": "1.4.4"
|
||||||
|
},
|
||||||
|
"xml2js": {
|
||||||
|
"version": "0.2.8",
|
||||||
|
"dependencies": {
|
||||||
|
"sax": {
|
||||||
|
"version": "0.5.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"optimist": {
|
||||||
|
"version": "0.6.1",
|
||||||
|
"dependencies": {
|
||||||
|
"wordwrap": {
|
||||||
|
"version": "0.0.2"
|
||||||
|
},
|
||||||
|
"minimist": {
|
||||||
|
"version": "0.0.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"mapnik-reference": {
|
"mapnik-reference": {
|
||||||
"version": "5.0.7"
|
"version": "5.0.7"
|
||||||
},
|
},
|
||||||
@ -102,7 +130,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"srs": {
|
"srs": {
|
||||||
"version": "0.3.10"
|
"version": "0.3.11"
|
||||||
},
|
},
|
||||||
"zipfile": {
|
"zipfile": {
|
||||||
"version": "0.4.3"
|
"version": "0.4.3"
|
||||||
@ -145,7 +173,7 @@
|
|||||||
"version": "0.1.25",
|
"version": "0.1.25",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "2.0.2"
|
"version": "2.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -167,7 +195,7 @@
|
|||||||
"version": "0.1.25",
|
"version": "0.1.25",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "2.0.2"
|
"version": "2.0.3"
|
||||||
},
|
},
|
||||||
"inherits": {
|
"inherits": {
|
||||||
"version": "2.0.1"
|
"version": "2.0.1"
|
||||||
@ -303,7 +331,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tilelive-mapnik": {
|
"tilelive-mapnik": {
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eio": {
|
"eio": {
|
||||||
"version": "0.2.2"
|
"version": "0.2.2"
|
||||||
@ -320,8 +348,8 @@
|
|||||||
"version": "2.3.1"
|
"version": "2.3.1"
|
||||||
},
|
},
|
||||||
"carto": {
|
"carto": {
|
||||||
"version": "0.9.5-cdb2",
|
"version": "0.9.5-cdb3",
|
||||||
"from": "http://github.com/CartoDB/carto/tarball/0.9.5-cdb2",
|
"from": "http://github.com/CartoDB/carto/tarball/0.9.5-cdb3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"underscore": {
|
"underscore": {
|
||||||
"version": "1.4.4"
|
"version": "1.4.4"
|
||||||
@ -350,6 +378,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"step-profiler": {
|
||||||
|
"version": "0.0.1",
|
||||||
|
"from": "git://github.com/CartoDB/node-step-profiler.git#0.0.1"
|
||||||
|
},
|
||||||
"underscore.string": {
|
"underscore.string": {
|
||||||
"version": "1.1.6",
|
"version": "1.1.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -437,12 +469,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"semver": {
|
|
||||||
"version": "1.1.4"
|
|
||||||
},
|
|
||||||
"strftime": {
|
"strftime": {
|
||||||
"version": "0.6.2"
|
"version": "0.6.2"
|
||||||
},
|
},
|
||||||
|
"semver": {
|
||||||
|
"version": "1.1.4"
|
||||||
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"version": "0.8.6"
|
"version": "0.8.6"
|
||||||
},
|
},
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
||||||
"underscore" : "~1.3.3",
|
"underscore" : "~1.3.3",
|
||||||
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.19.4",
|
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.20.0",
|
||||||
"step": "0.0.x",
|
"step": "0.0.x",
|
||||||
"request": "2.9.202",
|
"request": "2.9.202",
|
||||||
"cartodb-redis": "~0.3.0",
|
"cartodb-redis": "~0.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user