-
Notifications
You must be signed in to change notification settings - Fork 3.3k
ReleaseNotes1633
Date: 2024-12-4
http://www.memcached.org/files/memcached-1.6.33.tar.gz
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.
- 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
None.
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.
- Repo list: https://github.com/memcached/memcached/wiki/DevelopmentRepos
- Web View: http://github.com/memcached/memcached/commits/1.6.33
21 dormando
1 Yufei Hu