Releases: walterra/node-es-transformer
Releases · walterra/node-es-transformer
v1.0.0-beta4
Docs
- updated README.md to document
stream
option (bc664fe).
Chore
- add tests for
stream
option (b5b644c).
- update ES client to
8.17.0
(62edd5c).
v1.0.0-beta3
⚠ BREAKING CHANGES
- bufferSize is no longer number of docs but flush KBytes.
Features
- delete index option (b92bd21)
- adds support for node stream as source (281950c)
- make use of ES client bulk index helper (b0b39c8)
v1.0.0-beta2
Features
- new
populatedFields
option (abc9a06)
Bug Fixes
- fix line handling for transform callback for file reader (9962382)
v1.0.0-beta1
Bug Fixes
- avoid passing on an empty buffer in finish callback (e0fbe8e)
- fix event handling for file-reader (5f472b3)
- fixes parallel calls (9c2785d)
- trigger end of progress bar only after finish event was triggered (e57b9a0)
v1.0.0-alpha12
Features
- bulk ingest with parallel calls and dynamic backoff (0c7311d)
v1.0.0-alpha11
Features
- new option
indexMappingTotalFieldsLimit
(92edad1)
Bug Fixes
- fixes
bufferSize
to be applied to index reader too (ffc3749)
v1.0.0-alpha9
- Source and target configs are now expected to be passed in as complete client configs instead of individual parameters (5e6d0c7).
v1.0.0-alpha8
- Exposes events and introduces
finish
event (a3e5810).
- Drop support for
_type
from 6.x
indices (3a26a84).