Skip to content

ReleaseNotes1633

dormando edited this page Dec 5, 2024 · 1 revision

Memcached 1.6.33 Release Notes

Date: 2024-12-4

Download

http://www.memcached.org/files/memcached-1.6.33.tar.gz

Overview

Numerous fixes and improvements to the proxy as usual. The proxy now embeds our routelib lua library to make it even easier to use. To use the builtin routelib start the proxy with -o proxy_config=routelib (note lack of .lua) and it will use the version shipped with the binary.

See https://docs.memcached.org/features/proxy/ for more information on using the proxy.

Fixes

  • proxy: fix mutator reserr err messages
  • proxy: set result object status from mutator
  • proxy: fix compilation issue on beta RHEL/GCC
  • proxy: simplify lua GC logic
  • proxy: add mcp.luagc_ratio(float)
  • proxy: improve various mutator copy steps
  • proxy: don't allow mutating mutated objects
  • proxy: fix for result value buffers
  • proxy: internally track rctx:new objects
  • proxy: fixes to request object
  • proxy: embed routelib

New Features

None.

Contributors

The following people contributed to this release since 1.6.32.

Note that this is based on who contributed changes, not how they were done. In many cases, a code snippet on the mailing list or a bug report ended up as a commit with your name on it.

Note that this is just a summary of how many changes each person made which doesn't necessarily reflect how significant each change was. For details on what led up into a branch, either grab the git repo and look at the output of git log 1.6.32..1.6.33 or use a web view.

    21	dormando
     1	Yufei Hu

Clone this wiki locally