Release 1.27.0

This commit is contained in:
Daniel García Aubert 2016-04-05 16:06:16 +02:00
parent 423e729e11
commit c103d315af
2 changed files with 17 additions and 3 deletions

18
NEWS.md
View File

@ -1,3 +1,16 @@
1.27.0 - 2016-04-05
-------------------
New features:
* Add support for multiquery-jobs in Batch API #280
* Add queue discovering for Batch processing at service startup #282
Bug fixes:
* Fix issue in Batch API when after a period of inactivity it does not process jobs
1.26.0 - 2016-03-08
-------------------
@ -6,9 +19,10 @@ New features:
* Add [Surrogate-Key](https://github.com/CartoDB/cartodb/wiki/CartoDB-Surrogate-Keys) headers to responses
Enhancements:
* Use new `node-cartodb-query-tables` library to obtain affected tables in queries
1.25.3 - 2016-02-02
-------------------

View File

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