Skip to content

v3.0.0

Compare
Choose a tag to compare
@nekudo nekudo released this 12 Jan 18:36
· 25 commits to master since this release

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.