From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00, WEIRD_PORT shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 00259208B8; Wed, 9 Aug 2017 23:56:24 +0000 (UTC) Date: Wed, 9 Aug 2017 23:56:24 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, raindrops-public@bogomips.org Cc: Dmytro Shteflyuk Subject: [ANN] raindrops 0.19.0 - real-time stats for preforking Rack servers Message-ID: <20170809235624.GA4226@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes. * https://bogomips.org/raindrops/ * No subscription necessary, no HTML mail: raindrops-public@bogomips.org * mail archives: https://bogomips.org/raindrops-public/ http://ou63pmih66umazou.onion/raindrops-public/ nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.raindrops * git clone git://bogomips.org/raindrops.git * https://bogomips.org/raindrops/NEWS.atom.xml * Demo site: https://raindrops-demo.bogomips.org:8443/ Changes: raindrops 0.19.0 - Rack 2.x middleware compatibility This release fixes Rack 2.x compatibility for the few users of Raindrops::Middleware . Thanks to Dmytro Shteflyuk for this release. No need to upgrade unless you use Raindrops::Middleware with Rack 2.x. There's also a few minor, inconsequential cleanups. Dmytro Shteflyuk (1): Properly override respond_to? in Raindrops::Middleware::Proxy Eric Wong (2): Ruby thread compatibility updates tcp_info: remove unnecessary extconf.h include -- -_-