8000 Releases · walkor/workerman · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: walkor/workerman

v5.1.3

13 Jun 01:30
Compare
Choose a tag to compare

What's Changed

  • Fix Swow first request hang on Windows
  • Destroy the context in onWorkerStart by @lvluoyue in #1104

New Contributors

Full Changelog: v5.1.2...v5.1.3

v5.1.2

04 Jun 02:11
c61641d
Compare
Choose a tag to compare

What's Changed

  • Fix timer inaccuracy issue for Select event
  • Improved onWebSocketClose with response message. by @akotulu in #1100
  • feature/improve_ws_attribute by @chaz6chez in #1102
  • Fix typo change Jit for JIT [ci skip] by @joanhey in #1103

Full Changelog: v5.1.1...v5.1.2

v5.1.1

02 Apr 14:12
Compare
Choose a tag to compare

What's Changed

  • Fix the issue of request attribute occasionally being corrupted under coroutine.
  • Fix mime application/wasm
  • Add issue template by @fuzqing in #1092
  • Remove gc_collect_cycles() and gc_mem_caches() from writeStatisticsToStatusFile() by @seyedmr in #1096

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

05 Feb 14:28
5ce17bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.1

28 Jan 01:12
Compare
Choose a tag to compare
  • Fix the issue of Timer::repeat callback parameter not working.

Full Changelog: v5.0.0...v5.0.1

v5.0.0

31 Dec 16:03
Compare
Choose a tag to compare

What's Changed

Happy New Year! Workerman v5 is here. Thanks to all the contributors, you are truly amazing.

New Contributors

Read more

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

0