4.1.1 (2024-08-30)
Bugs Fixed
- Fixed a issue caused by accessing
process
without checking its existence in the global scope, it was leading to crashes in non-Node environments. - The default value of
continueOnError
of BulkRequestOptions is now set to true. Pass{ continueOnError: false }
inbulkOptions
to stop executing operations when one fails.