1.0.1
Overview
This release bring support of tarantool 1.10 and newer.
Breaking changes
Tarantool versions below 1.10 are not supported anymore.
Existing code that use the module should work good with a new module on a new tarantool.
Bugfixes
- Destroy SASL context at connection closing (PR #45). It fixes a memory leak.
- Fixed expire fiber startup on tarantool-1.9+ (#44).
- Find
internal.so
library when the module is installed usingtarantoolctl rocks
(PR #46). - Avoid using of global
stats
andretval
variables (PR #54). - Fixed ER_NO_TRANSACTION on tarantool-2.2+ (#53).
- Fixed
undefined symbol
errors due to lack of a reference tointernal.so
library (PR #57). - Worked around the segfault due to small library ABI mismatch (#59).