Releases: WarriorXK/PHPWebSockets
Releases · WarriorXK/PHPWebSockets
v4.0.1
25 Aug 06:56
Compare
Sorry, something went wrong.
No results found
Fixed deprecation warnings in PHP8.4 when implicitly setting a type to NULL without marking the type as NULLable
v4.0.0
22 Jul 14:46
Compare
Sorry, something went wrong.
No results found
Removed basic logger implementation
Added support for psr log 2 and 3
v3.1.5
10 Jul 07:28
Compare
Sorry, something went wrong.
No results found
Rolled back the support for psr 2.0 and 3.0 as it does not work
v3.1.4
16 May 15:33
Compare
Sorry, something went wrong.
No results found
Added support for psr/log 2.0 and 3.0
Fixed error handling during read for projects with custom strict error handlers
Improved reporting in AUpdate objects
v3.1.3
29 Jun 11:41
Compare
Sorry, something went wrong.
No results found
Fixed the assumption that a fread of 0 bytes implies that the socket is closed
Migrated tests from travis-ci to github actions
Moved style-ci config to web portal
v3.1.2
02 Dec 09:42
Compare
Sorry, something went wrong.
No results found
Fixed the Host header being incorrect in the websocket client if specifying anything more than just the IP / host.
Added the option to specify a lastUpdateTimeout for writeUntilEmpty
v3.1.1
07 Jul 15:40
Compare
Sorry, something went wrong.
No results found
Fixed a consistency issue which caused disconnects to be triggerd without connects ever being triggered
Fixed a consistency issue which caused disconnects to be triggerd multiple times
Fixed a potential crash in writeMultiFramed if data was a single char
Fixed license year
Fixed docblocks
Now clearing the buffers after close
v3.1.0
23 Feb 14:58
Compare
Sorry, something went wrong.
No results found
Added the option to send back additional headers to the client in the websocket accept response
v3.0.1
27 Nov 08:42
Compare
Sorry, something went wrong.
No results found
Fixed crash in PHP8 when a NULL stream was provided to stream_select
Added support for PHP8 in composer file
No longer allowing failures on PHP nightly (8)
v3.0.0
22 Oct 06:45
Compare
Sorry, something went wrong.
No results found
Added ITaggable. to allow for setting tags on objects
Added read and write counters on AConnection to monitor the amount of messages send and received
Implemented PHP7.3 features where possible (i.e. nullable and void returns, const visibility)
Renamed the following constants
Error::C_READ_HANDSHAKEFAILURE => C_READ_HANDSHAKE_FAILURE
Error::C_READ_HANDSHAKETOLARGE => C_READ_HANDSHAKE_TO_LARGE
Error::C_READ_RSVBIT_SET => C_READ_RSV_BIT_SET
Removed
Error::C_READ_INVALID_TARGET_STREAM
Read:: C_NEW_TCP_CONNECTION_AVAILABLE
Read::C_NEW_TCP_CONNECTION
Read::C_NEWCONNECTION
AUpdate->getSourceObject
Moved to travis-ci.com instead of .org
Updated to latest PHPUnit