mongochangestream
Advanced tools
Changelog
0.43.1
updateDescription.updatedFields
do to dotted field name.Changelog
0.43.0
insert
, update
, ...) to processChangeStream
.
This allows you to skip operations you don't care about. For example, a delete
operation
due to a collection TTL index.Changelog
0.42.0
processChangeStream
is now batched, meaning the callback now receives an array of
change stream events.