Update news and bumps version for new features

This commit is contained in:
Raul Ochoa 2015-04-09 10:45:03 +02:00
parent 8fe4224a55
commit 269868ccd0
3 changed files with 39 additions and 20 deletions

View File

@ -1,6 +1,11 @@
1.21.2 - 2015-mm-dd
1.22.0 - 2015-mm-dd
-------------------
Announcements:
* Now health check only validates against a disabling file
* Supports user extraction from request params via base_url config
1.21.1 - 2015-03-02
-------------------

50
npm-shrinkwrap.json generated
View File

@ -1,10 +1,11 @@
{
"name": "cartodb_sql_api",
"version": "1.21.2",
"version": "1.22.0",
"dependencies": {
"cartodb-psql": {
"version": "0.5.1",
"from": "cartodb-psql@~0.5.1",
"resolved": "https://registry.npmjs.org/cartodb-psql/-/cartodb-psql-0.5.1.tgz",
"dependencies": {
"pg": {
"version": "2.6.2-cdb3",
@ -13,11 +14,13 @@
"dependencies": {
"generic-pool": {
"version": "2.0.3",
"from": "generic-pool@2.0.3"
"from": "generic-pool@2.0.3",
"resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-2.0.3.tgz"
},
"buffer-writer": {
"version": "1.0.0",
"from": "buffer-writer@1.0.0"
"from": "buffer-writer@1.0.0",
"resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-1.0.0.tgz"
}
}
}
@ -29,9 +32,9 @@
"resolved": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"dependencies": {
"strftime": {
"version": "0.8.2",
"version": "0.8.4",
"from": "strftime@~0.8.2",
"resolved": "https://registry.npmjs.org/strftime/-/strftime-0.8.2.tgz"
"resolved": "https://registry.npmjs.org/strftime/-/strftime-0.8.4.tgz"
},
"dot": {
"version": "1.0.3",
@ -45,19 +48,23 @@
"dependencies": {
"generic-pool": {
"version": "2.1.1",
"from": "generic-pool@~2.1.1"
"from": "generic-pool@~2.1.1",
"resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-2.1.1.tgz"
},
"redis": {
"version": "0.12.1",
"from": "redis@~0.12.1"
"from": "redis@~0.12.1",
"resolved": "https://registry.npmjs.org/redis/-/redis-0.12.1.tgz"
},
"hiredis": {
"version": "0.1.17",
"from": "hiredis@~0.1.17",
"resolved": "https://registry.npmjs.org/hiredis/-/hiredis-0.1.17.tgz",
"dependencies": {
"bindings": {
"version": "1.2.1",
"from": "bindings@*"
"from": "bindings@*",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz"
},
"nan": {
"version": "1.1.2",
@ -121,19 +128,23 @@
"dependencies": {
"core-util-is": {
"version": "1.0.1",
"from": "core-util-is@~1.0.0"
"from": "core-util-is@~1.0.0",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
},
"isarray": {
"version": "0.0.1",
"from": "isarray@0.0.1"
"from": "isarray@0.0.1",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
},
"string_decoder": {
"version": "0.10.31",
"from": "string_decoder@~0.10.x"
"from": "string_decoder@~0.10.x",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
},
"inherits": {
"version": "2.0.1",
"from": "inherits@2"
"from": "inherits@~2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}
}
},
@ -172,28 +183,31 @@
"resolved": "https://registry.npmjs.org/rollbar/-/rollbar-0.3.13.tgz",
"dependencies": {
"node-uuid": {
"version": "1.4.2",
"version": "1.4.3",
"from": "node-uuid@1.4.x",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"
},
"lru-cache": {
"version": "2.2.4",
"from": "lru-cache@~2.2.1"
"from": "lru-cache@~2.2.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz"
},
"json-stringify-safe": {
"version": "5.0.0",
"from": "json-stringify-safe@~5.0.0"
"from": "json-stringify-safe@~5.0.0",
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz"
}
}
},
"step": {
"version": "0.0.5",
"from": "step@~0.0.5"
"from": "step@~0.0.5",
"resolved": "https://registry.npmjs.org/step/-/step-0.0.5.tgz"
},
"step-profiler": {
"version": "0.1.0",
"from": "step-profiler@~0.1.0",
"resolved": "git://github.com/CartoDB/node-step-profiler.git#9b97881e450445bd8a307a9cc372b5129cb4529a"
"resolved": "https://registry.npmjs.org/step-profiler/-/step-profiler-0.1.0.tgz"
},
"topojson": {
"version": "0.0.8",

View File

@ -5,7 +5,7 @@
"keywords": [
"cartodb"
],
"version": "1.21.2",
"version": "1.22.0",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"