Skip to content

Releases: midori-rb/midori.rb

0.9.0

25 Dec 06:57
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Support Ruby 3.0.0 official release 🎉

Merry Christmas and Happy Holidays

0.8.0

23 Dec 11:18
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
  • Use evt instead of nio4r as scheduler
  • Ruby 3.0 rc1 is required since this version

v0.7.1

30 Jul 11:39
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Update dependencies
  • Fix Websocket Frame Size bug (Thanks to @hyrious for reporting this bug)

v0.7.0

09 Jul 18:07
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • 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

29 Jun 09:27
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

28 Jun 07:09
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release
  • 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

29 Apr 02:11
Compare
Choose a tag to compare
v0.5.3.1 Pre-release
Pre-release
  • Fix WebSocket Connection problem on Firefox 59
  • Set minimum target version to Ruby 2.3

v0.5.3

16 Feb 09:52
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • Fix a bug on starting serving before booting up
  • Improve unit tests
  • Update LICENSE

🏮 Happy Chinese New Year

v0.5.2

31 Jan 14:31
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • 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.

v0.5.1

23 Jan 09:28
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Support TCP Fast Open
  • Remove EOF prompt. Thanks to @li-thy-um and @tzwm raising the issues.
  • Move tutorial to a separated repository