You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes a large internal refactor of the protocol handling code.
This fixes a few corner cases and potential bugs, but please exercise caution
as the amount of code changed is large.
Prior to this change the proxy and internal code had entirely separate
protocol parsing code. This is now a single code path. Performance should be
nearly identical, possibly a very small amount faster as the new code does not
modify the request string as it parses.
This release also includes a number of small or obscure fixes, plus some small
performance improvements for the proxy code.
If a CAS value is suppled with mg, changes the behavior of the ‘v’
flag. If CAS matches, value with not be returned (HD), if CAS does not
match, value will be returned. This can be useful for checking if a tiered
cache needs to be refreshed.
Contributors
The following people contributed to this release since 1.6.39.
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.39..1.6.40 or use a web view.