All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Support error objects returned by newer versions of ES. #4
- Renamed library to
elasticsearch-writable-stream
- Support for
update_by_query
- Make it possible to specify the bulk action
- Make it possible to add parent property to documents
- Clear flush timer when stream has ended
flushTimeout
option what will flush records in the queue after given time interval if highWaterMark hasn't been reached
- Log right amount of records. The records count that was logged was doubled in previous release.
- Do not write if there are no records in the queue when the stream gets closed
- Add property
records
to error events which contains the records that couldn't be written
- Keywords to package.json
- Updated README
- API documentation
- Repository field to package.json
Initial release