Skip to content

Releases: walkor/workerman

v4.1.0

20 Aug 10:24
88ddf51
Compare
Choose a tag to compare
  • Require php>=7.0
  • Use safer random functions

Full Changelog: v4.0.39...v4.1.0

v4.0.42

29 Jul 09:08
83f09b5
Compare
Choose a tag to compare
  • Fix multi upload files see #788
  • Add $worker-> onWorkerExit callback

Full Changelog: v4.0.41...v4.0.42

v4.0.41

19 Jul 08:07
8a6a536
Compare
Choose a tag to compare

Fix php8.1.8 stdout redirect bug

Full Changelog: v4.0.40...v4.0.41

v4.0.40

18 Jul 13:23
771cb9d
Compare
Choose a tag to compare

What's Changed

  • add FastCGI protocol to support FastCGI-Client application by @blogdaren in #784
  • Upload file optimiztions
  • Fix Session->gc()

Full Changelog: v4.0.39...v4.0.40

v4.0.39

16 Jun 14:26
97ff0d0
Compare
Choose a tag to compare

Fix Session->gc() probability

Full Changelog: v4.0.38...v4.0.39

v4.0.38

11 Jun 04:55
bb7079b
Compare
Choose a tag to compare

What's Changed

  • display Event-Loop UI item when start as debug mode by @blogdaren in #764
  • $response->cookie($key, $value, $max_age); when $max_age is 0 then remove the cookie

Full Changelog: v4.0.37...v4.0.38

v4.0.37

17 May 03:39
Compare
Choose a tag to compare

Support Session::$autoUpdateTimestamp

Full Changelog: v4.0.36...v4.0.37

v4.0.36

29 Apr 15:16
ecf8b79
Compare
Choose a tag to compare
  • Support Session::$name

Full Changelog: v4.0.35...v4.0.36

v4.0.35

28 Apr 04:40
Compare
Choose a tag to compare

What's Changed

  • php >= 5.4 required
  • Add libuv support by @blogdaren in #755
  • fix the libuv EventTimer which works unexpectedly in millisecond by @blogdaren in #756
  • Support Session::$cookieLifetime Session::$cookiePath etc
  • Other optimizations

Full Changelog: 4.0.34...v4.0.35

4.0.34

21 Apr 13:30
648375c
Compare
Choose a tag to compare
  • Workerman\Protocols\Http\Request::sessionId($sid) support sid param
  • Optimize multi file upload
  • Support RedisClusterSessionHandler
  • RedisSessionHandler support ping and reconnect
  • Support Workerman\Worker::$stopTimeout

Full Changelog: v4.0.33...4.0.34