Skip to content

Releases: sirn-se/websocket-php

v3.1.0

09 Jul 17:23
36a79ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

v3.0.0

15 Jun 11:19
Compare
Choose a tag to compare

Version 3.0.0

  • Support psr/log v3
  • Client receive() never return null
  • Typed class properties

Full Changelog: 2.2.3...3.0.0

1.7.3

31 May 13:44
8a525da
Compare
Choose a tag to compare

Version 1.7.3

  • Fix dependency psr/http-message

v2.2.3

22 May 09:25
Compare
Choose a tag to compare

Version 2.2.3

  • URL-decoded user-info in headers

v2.2.2

24 Apr 16:24
50ad647
Compare
Choose a tag to compare

Version 2.2.2

  • Fix so redirect to https uses ssl (ended up with tcp before)

v2.2.1

13 Apr 10:14
46f8238
Compare
Choose a tag to compare

Version 2.2.1

  • Minor fixes on FollowRedirect middleware

v2.2.0

23 Mar 10:07
5e0321b
Compare
Choose a tag to compare

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

2.1.3

16 Feb 15:52
feb6fd3
Compare
Choose a tag to compare

Version 2.1.3

  • Allow additional content in Connection header during handshake

v2.1.2

20 Jan 09:39
6d21dfb
Compare
Choose a tag to compare

Version 2.1.2

  • Allow repeated headers when pulling HTTP messages

v2.1.1

11 Jan 14:37
b59cf5d
Compare
Choose a tag to compare

Version 2.1.1

  • Fix issue with falsy but valid HTTP headers
  • Additional check for HTTP headers
  • Some documentation changes