Accepting request 1089645 from home:dirkmueller:Factory
- update to 1.6.20: * extstore: increase aggressiveness of flush thread * proxy: improve unit test coverage * proxy: random small fixes * proxy: return 'readvalidate' on be read timeout * proxy: don't print null ustats from "stats proxy" * proxy: use connect timeout during retries * proxy: fix flaky test in proxyconfig.t * check for sys/auxv.h * proxy: send CLIENT_ERROR when proper * proxy: print lua error message on reload failure * proxy: rip out io_uring code (to be re-added later) * proxy: overhaul backend error handling: surface error messages to clients * proxy: fix reversal of pipelined backend queries * proxy: add request and buffer memory limits * proxy: restrict functions for lua config vs route * proxy: fix bug ignoring -R setting for proxy reqs * proxy: add conntimeout error * proxy: add memory accounting tracking OBS-URL: https://build.opensuse.org/request/show/1089645 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=100
This commit is contained in:
parent
cb083c1036
commit
64e587d094
BIN
memcached-1.6.19.tar.gz
(Stored with Git LFS)
BIN
memcached-1.6.19.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
memcached-1.6.20.tar.gz
Normal file
3
memcached-1.6.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f604f8e3a175637dc1f069de6fa2739116850c9f81e3764f2fac9a3b27be307
|
||||
size 2615902
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 19:43:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.6.20:
|
||||
* extstore: increase aggressiveness of flush thread
|
||||
* proxy: improve unit test coverage
|
||||
* proxy: random small fixes
|
||||
* proxy: return 'readvalidate' on be read timeout
|
||||
* proxy: don't print null ustats from "stats proxy"
|
||||
* proxy: use connect timeout during retries
|
||||
* proxy: fix flaky test in proxyconfig.t
|
||||
* check for sys/auxv.h
|
||||
* proxy: send CLIENT_ERROR when proper
|
||||
* proxy: print lua error message on reload failure
|
||||
* proxy: rip out io_uring code (to be re-added later)
|
||||
* proxy: overhaul backend error handling: surface error messages
|
||||
to clients
|
||||
* proxy: fix reversal of pipelined backend queries
|
||||
* proxy: add request and buffer memory limits
|
||||
* proxy: restrict functions for lua config vs route
|
||||
* proxy: fix bug ignoring -R setting for proxy reqs
|
||||
* proxy: add conntimeout error
|
||||
* proxy: add memory accounting tracking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 09:10:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with tls
|
||||
%endif
|
||||
Name: memcached
|
||||
Version: 1.6.19
|
||||
Version: 1.6.20
|
||||
Release: 0
|
||||
Summary: A high-performance, distributed memory object caching system
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user