Release 1.27.0
This commit is contained in:
parent
423e729e11
commit
c103d315af
18
NEWS.md
18
NEWS.md
@ -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
|
||||
-------------------
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user