From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.49.85.105 with SMTP id g9csp249836qez; Mon, 21 Jan 2013 23:46:53 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-core+bncBD75LW742ECRB3EH7GDQKGQEV7X3WYA@googlegroups.com designates 10.50.195.138 as permitted sender) client-ip=10.50.195.138 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-core+bncBD75LW742ECRB3EH7GDQKGQEV7X3WYA@googlegroups.com designates 10.50.195.138 as permitted sender) smtp.mail=rack-core+bncBD75LW742ECRB3EH7GDQKGQEV7X3WYA@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.50.195.138]) by 10.50.195.138 with SMTP id ie10mr13147226igc.16.1358840813200 (num_hops = 1); Mon, 21 Jan 2013 23:46:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-received:x-beenthere:x-received:x-received:received-spf :x-received:date:from:to:cc:message-id:in-reply-to:references :subject:mime-version:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-unsubscribe:content-type; bh=Prcv2SCEfB4lWIv7gzes28kr9xzCaXBWRkd1grEfXxg=; b=QuIVcyn/gDgt3DBi9nJHuDO+MPbLMb6KvSFqPrBNJKM1Qlb2YzQoyBsRu8SAla8CST MN876CW79LdLHoUqX7us3t6Sz0uk/OZE260lwHXW52f0AuFSa52LGszaLUrh0pDp1ZZK ilLvgw+rx/V0E/6vl9lCfAMGgJ0pfuIM4D7BeKNobS3SMhJUNoWcwVOSZ7n53L4oXtUJ /oAFsaEpK3zJdourG++CF5gRtXoGqGxavYSjtFU23AMFkmGbn542P99x3XnEpXCiLcHc 1o3I0LGg5yUQDXhxG516Wgz2A3hDBIWYNjcDyYUneKjVmx6ZJVgrEN6TmV1HvdTgKzCT FAFQ== X-Received: by 10.50.195.138 with SMTP id ie10mr3698470igc.16.1358840812964; Mon, 21 Jan 2013 23:46:52 -0800 (PST) X-BeenThere: rack-core@googlegroups.com Received: by 10.50.207.68 with SMTP id lu4ls2987179igc.44.gmail; Mon, 21 Jan 2013 23:46:52 -0800 (PST) X-Received: by 10.66.89.135 with SMTP id bo7mr2884210pab.16.1358840812765; Mon, 21 Jan 2013 23:46:52 -0800 (PST) X-Received: by 10.66.89.135 with SMTP id bo7mr2884209pab.16.1358840812746; Mon, 21 Jan 2013 23:46:52 -0800 (PST) Received: from mail-pa0-f57.google.com (mail-pa0-f57.google.com [209.85.220.57]) by gmr-mx.google.com with ESMTPS id uz6si2966091pbc.0.2013.01.21.23.46.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 23:46:52 -0800 (PST) Received-SPF: pass (google.com: domain of jftucker@gmail.com designates 209.85.220.57 as permitted sender) client-ip=209.85.220.57; Received: by mail-pa0-f57.google.com with SMTP id hz10so2745897pad.22 for ; Mon, 21 Jan 2013 23:46:52 -0800 (PST) X-Received: by 10.50.56.132 with SMTP id a4mr3690135igq.9.1358840812619; Mon, 21 Jan 2013 23:46:52 -0800 (PST) Date: Mon, 21 Jan 2013 23:46:52 -0800 (PST) From: raggi To: rack-devel@googlegroups.com Cc: ruby-talk@ruby-lang.org, rack-core@googlegroups.com Message-Id: In-Reply-To: <50fe43c2.68dc440a.126d.ffffe987@mx.google.com> References: <50fe43c2.68dc440a.126d.ffffe987@mx.google.com> Subject: Re: [SEC][ANN] Rack 1.5.0, a modular Ruby webserver interface MIME-Version: 1.0 X-Original-Sender: jftucker@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jftucker@gmail.com designates 209.85.220.57 as permitted sender) smtp.mail=jftucker@gmail.com Reply-To: rack-core@googlegroups.com Precedence: list Mailing-list: list rack-core@googlegroups.com; contact rack-core+owners@googlegroups.com List-ID: X-Google-Group-Id: 504757074975 List-Post: , List-Help: , List-Archive: Sender: rack-core@googlegroups.com List-Unsubscribe: , Content-Type: multipart/alternative; boundary="----=_Part_1688_17403967.1358840812075" ------=_Part_1688_17403967.1358840812075 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit My sincerest apologies, this was not a SEC release. On Monday, January 21, 2013 11:46:10 PM UTC-8, raggi wrote: > > Hello, > > Today we are proud to announce the release of Rack 1.5.0. > > = Rack, a modular Ruby webserver interface > > Rack provides a minimal, modular and adaptable interface for developing > web applications in Ruby. By wrapping HTTP requests and responses in the > simplest way possible, it unifies and distills the API for web servers, web > frameworks, and software in between (the so-called middleware) into a > single method call. > The exact details of this are described in the Rack specification, which > all Rack applications should conform to. > > == Changes > > Please note that this release includes a few potentially breaking changes. > Of particular note are: > > * SessionHash is no longer a Hash sublcass > * Rack::File cache_control parameter is removed in place of headers > options > > Additonally, SPEC has been updated in several areas and is now at 1,2. > > A new SPEC section was introduced that provides two server-optional IO > hijacking > APIs. Further information on these APIs will be made available by the > community > in good time. In the mean time, some information can be found in the > original > pull request: https://github.com/rack/rack/pull/481 > > * January 21st, 2013: Thirty third public release 1.5.0 > * Introduced hijack SPEC, for before-response and after-response > hijacking > * SessionHash is no longer a Hash subclass > * Rack::File cache_control parameter is removed, in place of headers > options > * Rack::Auth::AbstractRequest#scheme now yields strings, not symbols > * Rack::Utils cookie functions now format expires in RFC 2822 format > * Rack::File now has a default mime type > * rackup -b 'run Rack::File.new(".")', option provides command line > configs > * Rack::Deflater will no longer double encode bodies > * Rack::Mime#match? provides convenience for Accept header matching > * Rack::Utils#q_values provides splitting for Accept headers > * Rack::Utils#best_q_match provides a helper for Accept headers > * Rack::Handler.pick provides convenience for finding available servers > * Puma added to the list of default servers (preferred over Webrick) > * Various middleware now correctly close body when replacing it > * Rack::Request#params is no longer persistent with only GET params > * Rack::Request#update_param and #delete_param provide persistent > operations > * Rack::Request#trusted_proxy? now returns true for local unix sockets > * Rack::Response no longer forces Content-Types > * Rack::Sendfile provides local mapping configuration options > * Rack::Utils#rfc2109 provides old netscape style time output > * Updated HTTP status codes > * Ruby 1.8.6 likely no longer passes tests, and is no longer fully > supported > > == Where can I get it? > > You can download Rack at > http://chneukirchen.org/releases/rack-1.5.0.tar.gz (upload > pending at time of writing) > http://rubyforge.org/projects/rack > > Alternatively, you can checkout from the development repository with: > git clone git://github.com/rack/rack.git > cd rack && git checkout rack-1.5 # for this release > > Happy hacking and have a nice day, > > James Tucker > on behalf of the Rack Core Team. > > 9f506c84a6edbeb8c98f381e8edce15e7ae08324 rack-1.5.0.tar.gz > 71b6627efbc8795bd3077eff9850fcb508d57ea3 rack-1.5.0.gem > ------=_Part_1688_17403967.1358840812075 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit My sincerest apologies, this was not a SEC release.

On Monday, January 21, 2013 11:46:10 PM UTC-8, raggi wrote:
Hello,

Today we are proud to announce the release of Rack 1.5.0.

= Rack, a modular Ruby webserver interface

Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby.  By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.
The exact details of this are described in the Rack specification, which all Rack applications should conform to.

== Changes

Please note that this release includes a few potentially breaking changes.
Of particular note are:

 * SessionHash is no longer a Hash sublcass
 * Rack::File cache_control parameter is removed in place of headers options

Additonally, SPEC has been updated in several areas and is now at 1,2.

A new SPEC section was introduced that provides two server-optional IO hijacking
APIs. Further information on these APIs will be made available by the community
in good time. In the mean time, some information can be found in the original
pull request: https://github.com/rack/rack/pull/481

* January 21st, 2013: Thirty third public release 1.5.0
  * Introduced hijack SPEC, for before-response and after-response hijacking
  * SessionHash is no longer a Hash subclass
  * Rack::File cache_control parameter is removed, in place of headers options
  * Rack::Auth::AbstractRequest#scheme now yields strings, not symbols
  * Rack::Utils cookie functions now format expires in RFC 2822 format
  * Rack::File now has a default mime type
  * rackup -b 'run Rack::File.new(".")', option provides command line configs
  * Rack::Deflater will no longer double encode bodies
  * Rack::Mime#match? provides convenience for Accept header matching
  * Rack::Utils#q_values provides splitting for Accept headers
  * Rack::Utils#best_q_match provides a helper for Accept headers
  * Rack::Handler.pick provides convenience for finding available servers
  * Puma added to the list of default servers (preferred over Webrick)
  * Various middleware now correctly close body when replacing it
  * Rack::Request#params is no longer persistent with only GET params
  * Rack::Request#update_param and #delete_param provide persistent operations
  * Rack::Request#trusted_proxy? now returns true for local unix sockets
  * Rack::Response no longer forces Content-Types
  * Rack::Sendfile provides local mapping configuration options
  * Rack::Utils#rfc2109 provides old netscape style time output
  * Updated HTTP status codes
  * Ruby 1.8.6 likely no longer passes tests, and is no longer fully supported

== Where can I get it?

You can download Rack at
        http://chneukirchen.org/releases/rack-1.5.0.tar.gz   (upload pending at time of writing)
                  http://rubyforge.org/projects/rack

Alternatively, you can checkout from the development repository with:
    git clone git://github.com/rack/rack.git
cd rack && git checkout rack-1.5   # for this release

Happy hacking and have a nice day,

James Tucker
on behalf of the Rack Core Team.

9f506c84a6edbeb8c98f381e8edce15e7ae08324  rack-1.5.0.tar.gz
71b6627efbc8795bd3077eff9850fcb508d57ea3  rack-1.5.0.gem
------=_Part_1688_17403967.1358840812075--