- Add query option in function delete. [Victor Voisin]
- Do not transform null into {} [Romain]
- Implemented getSettings [Jazz]
- Add stats function. [Victor Voisin]
-
Allow the use of a custom index name in
Index.bulk(). [Keith Benedict] -
Node 0.8.x support.
-
Added a workaround for API backcompat breakage in Request >= 2.9.200.
-
Implemented
Index.count(). [VirgileD] -
Fixed
ActionRequestValidationExceptionerrors for searches without a body. [Filirom1] -
Fixed scrolling in ElasticSearch >= 0.18. [SyndromeSoftware]
- Implemented
putRiver(),getRiver(), anddeleteRiver(). [Richard Marr]
-
Implemented
Index.getMapping(). [VirgileD] -
Compatible with npm 1.1.x. [Patrik Votoček]
- Increased the minimum version for the
requestmodule to 2.2.0 to fix an issue with sending DELETE requests over HTTPS.
-
Fixed a bug that prevented 'percolate' from being used in a bulk operation. [Keith Benedict]
-
Added support for HTTP auth and HTTPS connections. [Keith Benedict]
- Added support for percolators. [Ram Viswanadha]
-
Implemented
Index.bulk(). -
Implemented
Index.putMapping(). [Ryan Shaw] -
Added a
curlDebugclient option that prints a runnable curl command to stderr for each request, to make manual request debugging easier. -
Increased the default request timeout from 10 seconds to 60 seconds.
- Initial release.