1.0.8
Overview
This release add the ability to start an instance with a loaded queue module in
read-only mode.
New features
- Add the ability to start an instance with a loaded queue module in read-only
mode. In this case, a start of the module will be delayed until the instance
will be configured with read_only = false. Previously, when trying to
initialize the queue module on an instance configured in ro mode, an error
occurred: "ER_READONLY: Can't modify data because this instance is in
read-only mode." See https://github.com/tarantool/queue#initialization for
more details.
Bugfixes
No.