Features
- Added support for specifying a
timeoutoption (can be used e.g. astarantool.timeout). When it is set, the value (in milliseconds) will be passed to the options of the corresponding tarantool/crud library methods likereplace_many(see https://github.com/tarantool/crud/tree/master?tab=readme-ov-file#replace-many). Use it to organize backpressure or allow the server to process big portions of data without failing.
What's changed
Full Changelog: v0.7.0...v0.8.0