forked from isaiah/jubilee
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
69 lines (49 loc) · 1.58 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Release 2.1.0
=============
#4 rack.hijack support
Release 2.0.0
=============
support multiple instances of web servers
Release 1.1.1
=============
fix clustering
enable loading options from config file
Release 1.1.0
=============
exit gracefully if java version is not supported.
fix inifinite loop in RackInput #gets and #each
change jruby requirement to 1.7.5
monkey patch Rack::Chunked::Body so that rails won't chunk it's streaming body.
server name change to constant
add HTTP_VERSION rack header
fix multiple value header
change default port to 8080
add lazy rack environment hash from wunderboss
Date header moved to vertx
update vertx: keep-alive if http 1.1 and not requested to closed connection, or http 1.0 and requested to do so, otherwise close connection
add 'Date' and 'Server' http general header
set bodybuf max capacity
remove worker_threads option since vertx can scale itself
replace scaffold implementation of rackIOError with RubyIO
instead of allocate a new class every time initialize a RubyIORackInput class, get the one from runtime.
update vertx to 2.1M3-SNAPSHOT
Release 1.0.2
=============
fix RACK_ENV not set when using the jubilee command
Release 1.0.1
=============
Fix string status code caused crash on rails 4
Release 1.0.0
=============
Add full suport of event bus, shared data and clustering.
Documents, chat app
Release 0.4.0
=============
Upgrade to vert.x 2.1.0
Release 0.2.2
=============
Bugfix form data leakage.
Release 0.2.1
=============
Supoort multiple values for a header.
Add Rack::MethodOverride to support DELETE, PUT, HEAD, OPTION methods.