Upgrades windshaft to 0.19.1 with many performance improvements

Among others:

- Improve speed of instanciating a map
- Give meaningful error on attempts to use map tokens with
  attribute service

Closes #156 -- CDB-1796 #resolve
Closes #147
Closes #159
Closes #165
This commit is contained in:
Sandro Santilli 2014-02-26 17:26:17 +01:00
parent 5d0c71d292
commit cf01f01bc9
3 changed files with 18 additions and 17 deletions

View File

@ -1,7 +1,13 @@
1.8.3 -- 2014-MM-DD 1.8.3 -- 2014-MM-DD
------------------- -------------------
Bug fixes: Enhancements:
- Upgrades windshaft to 0.19.1 with many performance improvements,
See node_modules/windshaft/NEWS
- Improve speed of instanciating a map (#147, #159, #165)
- Give meaningful error on attempts to use map tokens
with attribute service (#156)
1.8.2 -- 2014-02-25 1.8.2 -- 2014-02-25
------------------- -------------------

25
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "1.8.2", "version": "1.8.3",
"dependencies": { "dependencies": {
"node-varnish": { "node-varnish": {
"version": "0.2.0", "version": "0.2.0",
@ -10,8 +10,8 @@
"version": "1.3.3" "version": "1.3.3"
}, },
"windshaft": { "windshaft": {
"version": "0.19.0", "version": "0.19.1",
"from": "http://github.com/CartoDB/Windshaft/tarball/0.19.0-rc1", "from": "http://github.com/CartoDB/Windshaft/tarball/0.19.1",
"dependencies": { "dependencies": {
"grainstore": { "grainstore": {
"version": "0.18.0", "version": "0.18.0",
@ -191,7 +191,7 @@
} }
}, },
"readable-stream": { "readable-stream": {
"version": "1.0.25-1", "version": "1.0.26",
"dependencies": { "dependencies": {
"string_decoder": { "string_decoder": {
"version": "0.10.25-1" "version": "0.10.25-1"
@ -220,15 +220,10 @@
} }
}, },
"rc": { "rc": {
"version": "0.3.3", "version": "0.3.4",
"dependencies": { "dependencies": {
"optimist": { "minimist": {
"version": "0.3.7", "version": "0.0.8"
"dependencies": {
"wordwrap": {
"version": "0.0.2"
}
}
}, },
"deep-extend": { "deep-extend": {
"version": "0.2.8" "version": "0.2.8"
@ -258,7 +253,7 @@
"version": "0.0.2" "version": "0.0.2"
}, },
"minimist": { "minimist": {
"version": "0.0.7" "version": "0.0.8"
} }
} }
} }
@ -308,7 +303,7 @@
} }
}, },
"tilelive-mapnik": { "tilelive-mapnik": {
"version": "0.6.5", "version": "0.6.7",
"dependencies": { "dependencies": {
"eio": { "eio": {
"version": "0.2.2" "version": "0.2.2"
@ -349,7 +344,7 @@
"version": "0.0.2" "version": "0.0.2"
}, },
"minimist": { "minimist": {
"version": "0.0.7" "version": "0.0.8"
} }
} }
} }

View File

@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0", "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0",
"underscore" : "~1.3.3", "underscore" : "~1.3.3",
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.19.0", "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.19.1",
"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",