Skip to content

1.1.0

Compare
Choose a tag to compare
@LeonidVas LeonidVas released this 07 Dec 19:19
· 14 commits to master since this release

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 readahead parameter. (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

  • Stuck on processing GET request. (Issue: #73 PR: #94).
  • Segfault on tarantool debug build. (Issue: #59 PR: #111).