Release 1.11.0

This commit is contained in:
Raul Ochoa 2014-07-30 12:15:12 +02:00
parent abe273caa6
commit 3cdd5630a6
3 changed files with 19 additions and 3 deletions

18
NEWS.md
View File

@ -1,6 +1,22 @@
1.10.2 - 2014-mm-dd 1.11.0 - 2014-07-30
------------------- -------------------
New features:
* Support for different schemas and different public users
Enhancements:
* Profiler header sent as JSON string
Other changes:
* Revamped documentation
Bug fixes:
* Pick redis pool configuration values
1.10.1 - 2014-06-05 1.10.1 - 2014-06-05
------------------- -------------------
Bug fixes: Bug fixes:

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "cartodb_sql_api", "name": "cartodb_sql_api",
"version": "1.10.0", "version": "1.11.0",
"dependencies": { "dependencies": {
"underscore": { "underscore": {
"version": "1.3.3" "version": "1.3.3"

View File

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