Skip to content

Releases: bloatless/php-websocket

v3.0.3

20 Aug 08:43
Compare
Choose a tag to compare

Changelog

v3.0.2

17 Mar 10:44
9c74a41
Compare
Choose a tag to compare

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

28 Dec 10:09
3a1cecc
Compare
Choose a tag to compare

Changelog

  • Bugfix: Add possibility to set owner/group/mode for ICP socket
  • Feature: Add possibility to add PSR-3 loggers
  • Feature: Introduce composer to manage dependencies
  • Bugfix: Fix some typos
  • Bugfix: Fix PHP warning on final and private keywords

v3.0.0

12 Jan 18:36
Compare
Choose a tag to compare

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

15 Nov 18:16
Compare
Choose a tag to compare

Changelog

  • Add periodic timers (by chrisharrison #16)
  • Fix bug in status application (by DanRoche #21)

v2.0.1

05 Apr 07:40
Compare
Choose a tag to compare

Changelog

  • Publish package on Packagist

v2.0 Bloatless

10 Mar 10:24
Compare
Choose a tag to compare

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

10 Mar 10:18
Compare
Choose a tag to compare

Last PHP5 compatible version.