version 13.0.0-beta1

This commit is contained in:
spalger
2017-02-14 14:44:21 -07:00
parent bf4f76852f
commit 6835cf5712
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 13.0.0-alpha1 # elasticsearch.js 13.0.0-beta1
The official low-level Elasticsearch client for Node.js and the browser. The official low-level Elasticsearch client for Node.js and the browser.

View File

@ -14,7 +14,7 @@ bower install elasticsearch
--------- ---------
=== Download === Download
* v13.0.0-alpha1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-alpha1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-alpha1.tar.gz[tar.gz] * v13.0.0-beta1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-beta1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-beta1.tar.gz[tar.gz]
NOTE: Here's an example that integrates elasticsearch.js with React https://github.com/scotchfield/elasticsearch-react-example/[on GitHub] NOTE: Here's an example that integrates elasticsearch.js with React https://github.com/scotchfield/elasticsearch-react-example/[on GitHub]

View File

@ -1,7 +1,7 @@
[[changelog]] [[changelog]]
== Changelog == Changelog
=== 13.0 (Feb ? 2017) === 13.0.0-beta1 (Feb 14 2017)
* apiVersion `"5.2"` is now the default * apiVersion `"5.2"` is now the default
* Fixed the way that http addresses are sniffed from the cluster https://github.com/elastic/elasticsearch-js/issues/496[#496] * Fixed the way that http addresses are sniffed from the cluster https://github.com/elastic/elasticsearch-js/issues/496[#496]

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": "13.0.0-alpha1", "version": "13.0.0-beta1",
"keywords": [ "keywords": [
"elasticsearch", "elasticsearch",
"mapping", "mapping",