Skip to content

1.0.8

Compare
Choose a tag to compare
@LeonidVas LeonidVas released this 17 Oct 13:34
· 97 commits to master since this release

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.