mongo2elastic
Advanced tools
Changelog
0.39.1
passthrough
when set for an array field.passthrough
logic for text
fields.Changelog
0.39.0
options.mapper
in favor of options.rename
which takes an object of dotted path to renamed dotted path.
The rename
option is available for syncing and converting a schema to a table._id
mapped to _mongoId
by default.Changelog
0.37.0
mongochangestream
- Change stream option operationTypes
(insert
, update
, delete
, ...).Changelog
0.36.0
processChangeStream
now batches records. Default timeout before the queue is automatically
flushed is 30 seconds.Changelog
0.35.0
mongochangestream
- More robust error code handling for missingOplogEntry
.Changelog
0.33.0
mongochangestream
- Drop health check code in favor of cursorError
event.