Skip to content

Releases: walkor/workerman

v4.1.3

23 Sep 14:07
01028d8
Compare
Choose a tag to compare
  • Fix lock for windows

Full Changelog: v4.1.2...v4.1.3

v4.1.2

22 Sep 13:02
6531874
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

19 Sep 13:06
Compare
Choose a tag to compare

Support GET/OPTIONS/HEAD/DELETE http request with body

Full Changelog: v4.1.0...v4.1.1

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