From d0423994de372fd03b681b94ac63740c4349240c Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 22 Feb 2017 08:30:08 -0700 Subject: [PATCH] version 13.0.0-beta2 --- README.md | 2 +- docs/browser_builds.asciidoc | 2 +- docs/changelog.asciidoc | 1 + package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 016aa4148..62f660bb2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 13.0.0-beta1 +# elasticsearch.js 13.0.0-beta2 The official low-level Elasticsearch client for Node.js and the browser. diff --git a/docs/browser_builds.asciidoc b/docs/browser_builds.asciidoc index 93ae88adf..c0aac0be1 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -14,7 +14,7 @@ bower install elasticsearch --------- === Download - * 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] + * v13.0.0-beta2: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-beta2.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-beta2.tar.gz[tar.gz] NOTE: Here's an example that integrates elasticsearch.js with React https://github.com/scotchfield/elasticsearch-react-example/[on GitHub] diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 7083d120d..2606cb23e 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -6,6 +6,7 @@ * 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] * Switched back to `agentkeepalive` for managing keep-alive connections https://github.com/elastic/elasticsearch-js/issues/476[#476] + * `bulk` and other APIs that send line-delimited JSON bodies now use the `Content-Type: application/x-ndjson` header https://github.com/elastic/elasticsearch-js/pull/507[#507] * minor changes to `apiVersion` will no longer be released as a major release ** When we decided to have elasticsearch-js support multiple version of Elasticsearch, we included an `apiVersion` configuration paramter for users to choose the API that each client should expose. This setting had a default value that matched the most recent version of Elasticsearch at the time of release. Since Elasticsearch didn't make specific guarantees about backwards compatibility elasticsearch-js released a new major version every time the default `apiVersion` changed. + diff --git a/package.json b/package.json index 26db275ba..dbdd69ec2 100644 --- a/package.json +++ b/package.json @@ -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": "13.0.0-beta1", + "version": "13.0.0-beta2", "keywords": [ "elasticsearch", "mapping",