A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/imanel/websocket-ruby

https://github.com/imanel/websocket-ruby - v1.2.11

  • remove unused base64 require that would cause issues in Ruby 3.4

- Ruby
Published by imanel over 1 year ago

https://github.com/imanel/websocket-ruby - v1.2.10

  • ensure correct port is always specified for handshake
  • no longer using Base64 for compatibility with Ruby 3.4+

- Ruby
Published by imanel over 2 years ago

https://github.com/imanel/websocket-ruby -

  • allow raising ruby errors instead of setting error flag
  • allow access to handshake headers
  • add from_rack method
  • add from_hash method
  • stop extending handlers - it should improve performance for opening connection

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • fix requiring url under Ruby 1.9.1
  • support for Ruby 2.0.0

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • support text frame types instead of only symbol ones
  • support for sending masked frames

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • add support for close codes

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • nicer inspect - handful during debugging

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • improve pure ruby implementation performance by ~30%
  • add support for native extension

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • allow configuration of max frame size via WebSocket.max_frame_size option
  • much better documentation
  • remove handler-specific methods from public list
  • refactor code for easier use
  • make parsers return more consistent values
  • fix server handshake #to_s when no version was found
  • add #uri to server handshake

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • allow creating client with :uri and :url options
  • prevent strange results when header is mailformed
  • set client path to '/' when :uri option is provided but without trailing slash

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • initial release

- Ruby
Published by imanel over 12 years ago

https://github.com/imanel/websocket-ruby -

  • fix handling close code for frames version 5+

- Ruby
Published by imanel over 12 years ago