Releases: midori-rb/midori.rb
Releases · midori-rb/midori.rb
0.9.0
0.8.0
v0.7.1
v0.7.0
-
Support reuse port option with
Midori::Configure.socket_reuse_port
Clusters could now be easily supported by starting multiple processes in Linux -
Implement
mask_str
method for WebSockets in C
String messages is now decoded 19% faster than v0.6.0 -
Bugs fixed in specs
Enjoy programming with midori and Ruby!
v0.6.0
- Introduce
keep-alive
feature - Introduce new configs
keep_alive
,keep_alive_timeout
,keep_alive_requests
for tuning performance - Using separated thread for ticking timers
- Substantially increased performance (About 20% faster on Linux, 2500% faster on macOS)
Enjoy programming with midori and Ruby!
v0.5.4
- Fix a serious IOError bug from murasaki. Thanks to @li-thy-um for reporting this issue.
Midori would recover its regular update since this release. The development roadmap would continue as it was.
v0.5.3.1
v0.5.3
v0.5.2
- Generate
Content-Length
in body by default. - Fix a very serious bug in large response. Thanks to @li-thy-um reporting this serious issue.
- Fix a related bug in unit test.