mongo2elastic
Advanced tools
Changelog
0.54.0
mongochangestream
- Safely call p-retry, wrapping non-Error
exceptions in an Error.Changelog
0.53.0
mongochangestream
- Fix hanging when stopping while paused.Changelog
0.52.0
Changelog
0.51.0
mongochangestream
- Performance improvements related to updating the
refresh token more often. See mongochangestream
changelogChangelog
0.50.0
mongochangestream
.Changelog
0.49.0
mongochangestream
- Fix for downstream processRecords
mutation.Changelog
0.48.0
mongochangestream
- Add lastFlush
to stats
event.Changelog
0.47.0
overrides
that match the same
path (e.g. *
and foo.*
both match the path foo.bar
), they will now be
applied in sequence, where the output of each override is passed as input to
the next.mapSchema
option as an "escape hatch" to allow preprocessing each
node in the input object (using map
from obj-walker
) before converting
it to a Crate schema.Changelog
0.46.0
mongochangestream
to enable "pausable" feature.