about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-19 19:09:59 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-20 03:10:48 +0000
commit90789761f0cc78d3726f3a2eda1c5fe95c015ac2 (patch)
treef008d6f9fdd1d809e3165b1780b9eda165028b31 /lib/rainbows/const.rb
parentc33878ac0f9f990aaa2054f8f00674d61bf5c848 (diff)
downloadrainbows-90789761f0cc78d3726f3a2eda1c5fe95c015ac2.tar.gz
This release is targeted at the minority of web applications
that deal heavily with uploads.

Thanks to Unicorn 3.x, we now support HTTP keepalive for
requests with bodies as long as the application consumes them.
Unicorn 3.x also allows disabling the rewindability requirement
of "rack.input" (in violation of the Rack 1.x spec).

The global client_body_max_size may also be applied per-endpoint
using the Rainbows::MaxBody middleware described in:

  http://rainbows.rubyforge.org/Rainbows/MaxBody.html
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 9ab5a6f..229b3ea 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '1.0.0'
+  RAINBOWS_VERSION = '2.0.0'
 
   include Unicorn::Const