version 8.2.0

This commit is contained in:
spalger
2015-09-17 13:24:01 -07:00
parent fc66381aee
commit 44ae1a5ba2
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# elasticsearch-js changelog
## 8.2 (Sep 17 2015)
- Added [`sniffedNodesProtocol`](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html#config-sniffed-nodes-protocol) configuration option
- Fixed an issue which prevented promised from getting rejected if the `GET` verb was used with a request body ([#263](https://github.com/elastic/elasticsearch-js/issues/263))
## 8.1 (Sep 8 2015)
- Added apiVersion `"2.x"`, which will semi-regularly be updated to match the latest development at [elastic/elasticsearch#2.x](https://github.com/elastic/elasticsearch/tree/2.x)
- Removed node engine upper-bound, supporting 4.0 and versions beyond.

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-8.1.0.zip">zip</a>
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.zip">zip</a>
</td>
<td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-8.1.0.tar.gz">tar.gz</a>
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.tar.gz">tar.gz</a>
</td>
</tr>
</table>

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v8.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.1.0.tar.gz[tar.gz]
* v8.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.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": "8.1.0",
"version": "8.2.0",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
@ -100,4 +100,4 @@
"engines": {
"node": ">=0.8"
}
}
}