Releases: tarantool/memcached
Releases · tarantool/memcached
1.1.2
1.1.1
1.1.0
Overview
The release is aimed at improving the stability of the module.
Added
- Check on tarantool box initialization before init (now it returns a nice
error). (Issue: #76 PR: #78). - Possibility to pass port to
memcached.create()as a number.
(Issue: #107 PR: #108).
Changed
- Updated an upper value for
readaheadparameter. (Issue: #103 PR: #109). - Switched to using the module's own slab arena. For information
memcached.slab.info()can be used. (Issue: #96 PR: #102). - Switched to using bundled msgpuck and small libraries. (PR: #113).
Fixed
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.solibrary when the module is installed usingtarantoolctl rocks(PR #46). - Avoid using of global
statsandretvalvariables (PR #54). - Fixed ER_NO_TRANSACTION on tarantool-2.2+ (#53).
- Fixed
undefined symbolerrors due to lack of a reference tointernal.solibrary (PR #57). - Worked around the segfault due to small library ABI mismatch (#59).