version 13.0.0-beta2

This commit is contained in:
spalger
2017-02-22 08:30:08 -07:00
parent 4a3ca6ed89
commit d0423994de
4 changed files with 4 additions and 3 deletions

View File

@ -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.
+