Tarantool 2.10.6
Released on 2023-03-22.
- Release: v. 2.10.6.
- Tag:
2.10.6
.
2.10.6 is the 7th stable version of the 2.10 release series. It resolves 3 bugs since 2.10.5.
The “stable” label means that we have all planned features implemented and we see no high-impact issues. However, if you encounter an issue, feel free to report it on GitHub.
Tarantool 2.x is backward compatible with Tarantool 1.10.x in the binary data layout, client-server protocol, and replication protocol.
Please upgrade using the box.schema.upgrade()
procedure to unlock all the new
features of the 2.x series.
- Fixed various bugs related to unsafe (i.e., coming from an unknown source) decoding and validating of MsgPack extensions (ghs-73).
Backported patches from the vanilla LuaJIT trunk (gh-8069). The following issues were fixed as part of this activity:
- Fixed a bug where
box.cfg.force_recovery
doesn’t work when there is no user spaces in a snapshot (gh-7974).