Skip to content

0.5.0 release

Latest
Compare
Choose a tag to compare
@TysonAndre TysonAndre released this 13 Jul 16:10
· 5 commits to master since this release
894d783

twemproxy: version 0.5.0 release (equivalent to 0.5.0-RC1)

  • Add 'tcpkeepalive' pool boolean config flag setting to enable tcp keepalive (charsyam, manju)
  • Support redis bitpos command (clark kang)
  • Fix parsing of redis error response for error type with no space, add tests (tyson, tom dalton)
  • Update integration tests, add C unit test suite for 'make check' (tyson)
  • Increase the maximum host length+port+identifier to 273 in ketama_update (李广博)
  • Always initialize file permissions field when listening on a unix domain socket (tyson)
  • Use number of servers instead of number of points on the continuum when sharding requests to backend services to improve sharding performance and fix potential invalid memory access when all hosts were ejected from a pool. (tyson)
  • Optimize performance of deletion of single redis keys (vincentve)
  • Don't fragment memcache/redis get commands when they only have a single key (improves performance and error handling of single key case) (tyson)
  • Don't let requests hang when there is a dns error when processing a fragmented request (e.g. multiget with multiple keys) (tyson)
  • Allow extra parameters for redis spop (charsyam)
  • Update documentation and README (various)
  • Fix memory leak bug for redis mset (deep011)
  • Support arbitrarily deep nested redis multi-bulk responses (nested arrays) (qingping209, tyson)
  • Upgrade from libyaml 0.1.4 to 0.2.5 (tyson)
  • Fix compiler warnings about wrong conversion specifiers in format strings for logging (tyson)
  • Log the async backend used and any debug options in the '--help'/'--version' output.
  • Add support for many more new redis commands and updates to existing redis commands (tyson)
  • Optimization: Skip hashing and choosing server index when a pool has exactly one server (tyson)
  • Support memcache 'version' requests by proxying the request to a single backend memcache server to fetch the server version. (tyson)
  • Make error messages for creating the stats server during startup clearer. (tyson)