Release 1.11.0
This commit is contained in:
parent
abe273caa6
commit
3cdd5630a6
18
NEWS.md
18
NEWS.md
@ -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
|
||||
-------------------
|
||||
Bug fixes:
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cartodb_sql_api",
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"dependencies": {
|
||||
"underscore": {
|
||||
"version": "1.3.3"
|
||||
|
@ -5,7 +5,7 @@
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
],
|
||||
"version": "1.10.2",
|
||||
"version": "1.11.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
||||
|
Loading…
Reference in New Issue
Block a user