Releases: bloatless/php-websocket
Releases · bloatless/php-websocket
v3.0.3
v3.0.2
Changelog
- Bugfix: socket_create Error on Windows machines (Thx @ineternet )
- Bugfix: Fix type error: Typed property Bloatless\WebSocket\Server::$timers must not be accessed before initialization (Thx @mateusan )
- Feature: Add getClientHeaders method (Thx @haugli92 )
v3.0.1
v3.0.0
Changelog
- Code refactoring and cleanup
- Remove request-limit feature
- Min. PHP version is now 7.4
- Added Push-Client/IPC feature (see README)
- Removed Websocket-Client
- Added improved and reorganized examples
- Updated README
- Switched to MIT license
Attention This version contains breaking changes:
- Method
public function onIPCData(array $data): void;
was added to ApplicationInterface. - Class
Client
(Websocket Client) was removed.
v2.1.0
v2.0.1
v2.0 Bloatless
Changelog
- Move project to Bloatless namespace.
- Migration to PHP 7.
- Remove SSL Support (Use reverse proxy instead!)
- Remove support for binary data.
- Remove classloader.
- General code cleanup
- Migrate CoffeScript to Vanilla JS.
- Remove jQuery dependency.
v1.0 Wrench
Last PHP5 compatible version.