version 8.0.0

This commit is contained in:
spalger
2015-08-26 09:47:45 -07:00
parent 9ef05d297f
commit 8e0c1d23cb
4 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,9 @@
# elasticsearch-js changelog # elasticsearch-js changelog
## 7.0 (Aug 26 2015) ## 8.0 (Aug 26 2015)
- apiVersion changed back to `"1.7"` until es 2.0 is actually released.
## ~~7.0 (Aug 26 2015)~~ unpublished
- Added apiVersion `"2.0"`, which is now the default - Added apiVersion `"2.0"`, which is now the default
## 6.1 (Aug 18 2015) ## 6.1 (Aug 18 2015)

View File

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

View File

@ -14,7 +14,7 @@ bower install elasticsearch
--------- ---------
=== Download === Download
* v7.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-7.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-7.0.0.tar.gz[tar.gz] * v8.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.0.0.tar.gz[tar.gz]
=== Angular Build === Angular Build

View File

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