Releases: imanel/websocket-ruby
Releases · imanel/websocket-ruby
v1.2.11
- remove unused base64 require that would cause issues in Ruby 3.4
v1.2.10
- ensure correct port is always specified for handshake
- no longer using Base64 for compatibility with Ruby 3.4+
v1.1.1
- fix handling close code for frames version 5+
v1.1.0
- 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
v1.0.7
- fix requiring url under Ruby 1.9.1
- support for Ruby 2.0.0
v1.0.6
- support text frame types instead of only symbol ones
- support for sending masked frames
v1.0.5
- add support for close codes
v1.0.4
- nicer inspect - handful during debugging
v1.0.3
- improve pure ruby implementation performance by ~30%
- add support for native extension
v1.0.2
- 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