version 6.1.0

This commit is contained in:
spalger
2015-08-18 16:49:30 -07:00
parent 96515e9ced
commit ea6721127f
4 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
# elasticsearch-js changelog
## 6.1 (Aug 18 2015)
- Added experimental support for apiVersion `"2.0"`
## 6.0 (Aug 4 2015)
- Added apiVersion `"1.7"`, which is now the default
- Error objects resulting from a completed http request now have much more information about the request that caused them.

View File

@ -32,10 +32,10 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie
</tr><tr>
<td>download:</td>
<td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-6.0.0.zip">zip</a>
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-6.1.0.zip">zip</a>
</td>
<td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-6.0.0.tar.gz">tar.gz</a>
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-6.1.0.tar.gz">tar.gz</a>
</td>
</tr>
</table>

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v6.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-6.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-6.0.0.tar.gz[tar.gz]
* v6.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-6.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-6.1.0.tar.gz[tar.gz]
=== Angular Build

View File

@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js",
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "6.0.0",
"version": "6.1.0",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",