Skip to content

Releases: ratchetphp/Pawl

v0.4.1

10 Dec 15:38
Compare
Choose a tag to compare
  • Support latest version of Guzzle

v0.4.0

04 Nov 14:49
Compare
Choose a tag to compare
  • Use default loop
  • Support drain event, pause, and resume
  • Use GitHub actions for continuous integration

v0.3.5

17 Jul 15:42
89ec703
Compare
Choose a tag to compare

Bump RFC6455 version - bug fixes + inline w/ Ratchet

v0.3.4

14 Jan 14:14
3a7d5b7
Compare
Choose a tag to compare

Improve promise cancellation and close underlying socket connection

v0.3.3

01 Jan 19:14
0aaacb8
Compare
Choose a tag to compare
  • Use HTTPS scheme for secure connection

v0.3.2

22 May 21:50
85ca3b4
Compare
Choose a tag to compare
  • Prevent loop from being run on shutdown if it has already been run

v0.3.1

22 Oct 21:15
Compare
Choose a tag to compare
  • Mask the payload of close frames
  • Set a default connection timeout of 20 seconds

v0.3

12 Oct 02:09
Compare
Choose a tag to compare
  • 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

02 Jan 20:07
Compare
Choose a tag to compare
Version bump for new feature

v0.2.2

19 Apr 21:31
Compare
Choose a tag to compare
  • 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