Releases: sirn-se/websocket-php
Releases · sirn-se/websocket-php
v3.2.0
- Server
setContext()
method (@sirn-se) - RSV flags on Frame (@sirn-se)
- Fixed various typos and broken links (@pieterocp)
phrity/net-stream v2.1
for context support and select warning handling (@sirn-se)- Deprecation warnings (@sirn-se)
Full Changelog: 3.1.0...3.2.0
v3.1.0
What's Changed
- Server connections by @sirn-se in #64
- onHandshake method by @sirn-se in #65
- Server setMaxConnections() config method by @sirn-se in #66
- Server shutdown by @sirn-se in #68
- URI decoding from phrity/net-uri by @sirn-se in #69
- Additional documentation by @sirn-se in #70
Full Changelog: 3.0.0...3.1.0
v3.0.0
Version 3.0.0
- Support
psr/log v3
- Client
receive()
never returnnull
- Typed class properties
Full Changelog: 2.2.3...3.0.0
1.7.3
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Version 2.2.0
- Optional
FollowRedirect
middleware (Client only) - Optional
SubprotocolNegotiation
middleware getMeta()
exposed on Client- Server throws
HandshakeException
if HTTP middleware return invalid status - New
ReconnectException
to force Client reconnection Server->isSsl()
method- Improved URI handling
- Allow empty HTTP header handling (RFC compliance)
- Documentation changes
- Using
phrity/net v2
- Updating workflow and dependencies