Skip to content

Releases: walkor/workerman

v5.0.0-rc.3

24 Nov 14:57
Compare
Choose a tag to compare

What's Changed

  • Update Worker.php fix nullable for PHP8.4 by @joanhey in #1069
  • Optimizations Worker.php by @joanhey in #1070
  • Support TCP_KEEPALIVE
  • Check disable_functions
  • Support $worker->eventLoop
  • Check port available when listen

Full Changelog: v5.0.0-rc.2...v5.0.0-rc.3

v4.2.1

24 Nov 13:30
Compare
Choose a tag to compare
  • Optimization

Full Changelog: v4.2.0...v4.2.1

v5.0.0-rc.2

07 Nov 13:07
c65b347
Compare
Choose a tag to compare

What's Changed

  • Fixed onWebsocketConnected isn't called with SSL connection by @akotulu in #1061
  • Add PHP 8.4 nightly to tests by @joanhey in #1051
  • Update tests version libs to fix warnings and deprecations by @joanhey in #1065

Full Changelog: v5.0.0-rc.1...v5.0.0-rc.2

v4.2.0

07 Nov 08:34
Compare
Choose a tag to compare
  • Requires PHP >= 8.0

Full Changelog: v4.1.16...v4.2.0

v4.1.17

07 Nov 07:56
Compare
Choose a tag to compare

What's Changed

  • Fix websocket permessage-deflate
  • Fix swoole event
  • Remove dynamic calls in Worker.php by @tourze in #1063

Full Changelog: v4.1.16...v4.1.17

v5.0.0-rc.1

09 Oct 15:10
Compare
Choose a tag to compare

What's Changed

  • Support Timer::delay() Timer::repeat()
  • Support $request->setGet()/setPost()/setHeaders()
  • Support Websocket permessage-deflate
  • Implemented WebSocket connected callback. by @akotulu in #1055
  • Fix: all coroutines must be canceled before Event::exit by @chaz6chez in #1059
  • Fixed cookie parsing, parse_str replaces urlencoded characters. by @akotulu in #1060

New Contributors

Full Changelog: v5.0.0-beta.8...v5.0.0-rc.1

v5.0.0-beta.8

04 Sep 00:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0-beta.7...v5.0.0-beta.8

v4.1.16

04 Jul 08:33
Compare
Choose a tag to compare

What's Changed

  • HTTP protocol access to WebSocket returns a 400 error.
  • Allow set $raw in send method when pipe connection by @ywisax in #1037

Full Changelog: v4.1.15...v4.1.16

v4.0.47

04 Jul 08:37
Compare
Choose a tag to compare
  • HTTP protocol access to WebSocket returns a 400 error.

Full Changelog: v4.0.44...v4.0.47

v4.1.15

19 Feb 02:12
afc8242
Compare
Choose a tag to compare
  • Fix command php start.php connections
  • Other optimizations

Full Changelog: v4.1.14...v4.1.15