Releases: ratchetphp/Pawl
Releases · ratchetphp/Pawl
v0.4.1
- Support latest version of Guzzle
v0.4.0
- Use default loop
- Support
drain
event, pause
, and resume
- Use GitHub actions for continuous integration
v0.3.5
Bump RFC6455 version - bug fixes + inline w/ Ratchet
v0.3.4
Improve promise cancellation and close underlying socket connection
v0.3.3
- Use
HTTPS
scheme for secure connection
v0.3.2
- Prevent loop from being run on shutdown if it has already been run
v0.3.1
- Mask the payload of close frames
- Set a default connection timeout of 20 seconds
v0.3
- Upgrade to the latest React Socket library
- Pawl's Connector constructor was updated to select React's changes allowing features such as
- Connection timeout duration
- Specific DNS resolver
- Custom TLS options
v0.2.3
Version bump for new feature
v0.2.2
- Fixed an issue where if the stream closed before a handshake a React Stream would be emitted instead of expected close reasons
- Use React SocketClient 0.5 for better SSL handling