RFC6455 Versions Save

I/O agnostic WebSocket Protocol

v0.3.1

2 years ago
  • Fix potential bug when auto selecting max frame size
  • Support newer versions of Guzzle
  • Silence warnings with PHP 8.1
  • Test newer versions of PHP and fix CI

v0.3

4 years ago
  • Support compression/permessage-deflate (#23)
  • Fixed a bug where a client requesting 2 sub-protocols on 1 header line would be taken as 1 (#39, #40)
  • Fixed a bug where Frame was always using its own Exception Factory for flow control

v0.2.6

4 years ago
  • Allow an optional frame/message size limit with sensible default to prevent crashes and hinder bad actors
  • Performance improvement in Frame processing

v0.2.5

5 years ago
  • Clear memory buffer when full preventing data corruption (#29, #30)
  • Respond with accepted sub-protocols when wrong one given (#24, #25)

0.2.4

6 years ago
  • Fixed memory issue related to Frame exception factory

v0.2.3

6 years ago
  • Fixed the order of parameters given to PSR-7 Response ("1.1" no longer the body)
  • Return 426 status on invalid "Upgrade" and sub-protocol negotiations instead of 400

v0.2.2

7 years ago
  • Loop through buffer since PHP doesn't do tail call optimization, fixing fatal error
  • Check that "upgrade" exists in header instead of equaling, fixing error in Firefox
  • On bad method call respond with allowed method

v0.2.1

8 years ago
  • MessageBuffer now provides a reason as to why it returns a close frame
  • Valid close frames ack with same close code and reason instead of 1000

v0.2

8 years ago
  • Everything under new Ratchet\RFC6455 namespace
  • Replace Guzzle HTTP implementations with PSR-7 interfaces
  • Added client side handshake
  • Performance improvements in message framing, UTF-8 validation, and stack traces when buffering
  • No longer coupled to any external Ratchet interfaces
  • PHP requirement changed from 5.3 to 5.4

v0.1

9 years ago