version 1.4.0
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
# elasticsearch-js changelog
|
||||
|
||||
## 1.2 (Jan 17 2014)
|
||||
## 1.4 (Jan 30 2014)
|
||||
- The trace log messages will now diaplay the actual host connected to (without auth info) unless they are being written to a bash script
|
||||
- API Updated with latest changes awaiting 1.0 release
|
||||
|
||||
## 1.2/1.3 (Jan 17 2014)
|
||||
- `apiVersion` config parameter was added. Use this to specify which API the client should provide, we currently offer support for elasticsearch branches "0.90", "1.0", and "master"
|
||||
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ npm install elasticsearch
|
||||
```
|
||||
|
||||
<!-- wow bling -->
|
||||
[](https://npmjs.org/package/elasticsearch)
|
||||
<!-- [](https://npmjs.org/package/elasticsearch) -->
|
||||
|
||||
## Browser Builds
|
||||
|
||||
@ -42,7 +42,7 @@ We also provide builds of the elasticsearch.js client for use in the browser. Ea
|
||||
|
||||
## Supported Elasticsearch Versions
|
||||
|
||||
[](https://build.elasticsearch.org/job/es-js_nightly/)
|
||||
<!-- [](https://build.elasticsearch.org/job/es-js_nightly/) -->
|
||||
|
||||
Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases **0.90.5 and greater**. We also test against the latest changes in the 0.90 and master branches of the Elasticsearch repository. To tell the client which version of Elastisearch you are using, and therefore the API it should provide, set the `apiVerson` config param. [More info](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#_config_options)
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||
"main": "src/elasticsearch.js",
|
||||
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"browser": {
|
||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
||||
|
||||
Reference in New Issue
Block a user