Skip to content

Releases: swoole/swoole-src

v4.4.24

11 Mar 13:08
ba5d66a
Compare
Choose a tag to compare

Fixed

  • Fixed crash when http2 client connects concurrently (#4079)

v4.6.3

09 Feb 10:28
62fd459
Compare
Choose a tag to compare

New APIs

Enhancement

  • Added option compression_min_length for HTTP Server (#4033) (@matyhtf)
  • Allowed setting content-length HTTP header in application layer (#4041) (@doubaokun)

Fixed

Kernel

v4.6.2

25 Jan 11:12
78a86c8
Compare
Choose a tag to compare

New APIs

Enhancement

Fixed

Kernel

v4.6.1

11 Jan 10:45
48498a4
Compare
Choose a tag to compare

Enhancement

Fixed

Kernel

  • Optimized ipc writev, avoid coredump how event data is null (#3994) (@matyhtf)

v4.5.11

10 Jan 04:06
23e5960
Compare
Choose a tag to compare

Enhancement

Fixed

v4.6.0

06 Jan 02:54
dd7a536
Compare
Choose a tag to compare

Backward compatibility Break

  • Removed the maximum limit of session id, never repeat (#3879) (@matyhtf)
  • Disabled unsafe function when use Coroutine, including pcntl_fork/pcntl_wait/pcntl_waitpid/pcntl_sigtimedwait (#3880) (@matyhtf)
  • Enabled coroutine hook by default (#3903) (@matyhtf)

Remove

Deprecated

  • Marked the Event::rshutdown() as deprecated, please use Coroutine::run instead (#3881) (@matyhtf)

New APIs

Enhancement

Fixed

Kernel

v4.5.10

23 Dec 05:08
57c7112
Compare
Choose a tag to compare

Fixed

v4.6.0-beta

17 Dec 06:58
Compare
Choose a tag to compare
v4.6.0-beta Pre-release
Pre-release
Update version

v4.4.23

23 Dec 05:07
48f204e
Compare
Choose a tag to compare

Fixed

  • Fixed table bugs
  • Fixed sync client error info (#3784)
  • Fixed memory overread when parse form-data boundary (#3858)
  • Fixed the bug of the channel, the data that has enqueue cannot be popped after the close

v4.6.0-alpha

09 Dec 07:41
66b3745
Compare
Choose a tag to compare
v4.6.0-alpha Pre-release
Pre-release
fix tests (#3921)