Skip to content

Releases: ratchetphp/Pawl

v0.4.3

19 Mar 16:51
2c58237

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

02 Mar 21:04

Choose a tag to compare

  • Update dependencies to Guzzle >= 2 and add support for Ratchet/RFC6455 v0.4.0

v0.4.1

10 Dec 15:38

Choose a tag to compare

  • Support latest version of Guzzle

v0.4.0

04 Nov 14:49

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

Choose a tag to compare

Bump RFC6455 version - bug fixes + inline w/ Ratchet

v0.3.4

14 Jan 14:14
3a7d5b7

Choose a tag to compare

Improve promise cancellation and close underlying socket connection

v0.3.3

01 Jan 19:14
0aaacb8

Choose a tag to compare

  • Use HTTPS scheme for secure connection

v0.3.2

22 May 21:50
85ca3b4

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

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

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