Skip to content

Releases: swoole/swoole-src

swoole-1.8.2-stable

02 Mar 02:58

Choose a tag to compare

  • Added http2 supports for swoole_http_server
  • Added swoole_server->stop method used to stop the worker process
  • Added log_level option for swoole_server settings
  • Fixed swoole_websocket_server receives data over the issue 64K crashes
  • Fixed multi-port monitor is not set callback function causes the program to crash
  • Enhance the SSL/TLS encrypted safety level, now used by default TLS1.2/ECDHA_RSA encryption algorithm
  • Fixed onFinish event callbacks memory leak problem
  • Fixed the problem task finish can not be used under BASE mode

swoole-1.8.2-rc2

02 Mar 01:49

Choose a tag to compare

swoole-1.8.2-rc2 Pre-release
Pre-release
fix swoole_client_select core dump on PHP7.

swoole-1.8.2-alpha

24 Feb 03:03

Choose a tag to compare

fix compile fail on PHP7.

swoole-1.8.1-stable

04 Feb 02:14

Choose a tag to compare

  • Added psr-4 style namespace classes alias
  • Added swoole_server->protect methods used to protect the connection will not close by heartbeat thread
  • Added swoole_websocker_server::pack and swoole_websocker_server::unpack static method
  • Added redis subscribe and publish messages supports
  • Added swoole_http_client for gzip content compression support
  • Added swoole_client->reuse property
  • Fixed async client incidental core dump
  • Fixed async client memory leak
  • Fixed compile failed with enable-openssl on MacOS

swoole-1.8.1-beta

02 Feb 08:35

Choose a tag to compare

swoole-1.8.1-beta Pre-release
Pre-release
Merge branch 'master' of github.com:swoole/swoole-src

swoole-1.8.0-stable

27 Jan 07:31

Choose a tag to compare

  • Fixed swoole_process::signal core dump on PHP7
  • Refactor after/tick timer
  • Refactor swoole_websocket_server
  • Added async redis client
  • Added async http/websocket client
  • Added swoole_client->reuse property
  • Added swoole_server->defer/swoole_event_defer
  • Added support for multi-port hybrid protocol
  • Added configure option for tcmalloc and jemalloc
  • Remove swoole_server->addtimer/swoole_timer_add/swoole_timer_del
  • Remove swoole_server->onTimer event callback
  • Remove swoole_server->handler
  • Update lish.h to version-1.9.9

swoole-1.8.0-rc2

22 Jan 02:41

Choose a tag to compare

swoole-1.8.0-rc2 Pre-release
Pre-release
use malloc_trim

swoole-1.7.22-stable

31 Dec 09:32

Choose a tag to compare

  • Fixed memory leak in PHP7
  • Fixed core dump in PHP7
  • Added swoole_mysql_query
  • Fixed swoole_table->del damage the memory
  • Added swoole_websocket_server->exist
  • Added swoole_server ssl_client_cert_file settings
  • Fixed timer exec_time overflow cause stop

swoole-1.7.22-rc1

28 Dec 06:10

Choose a tag to compare

swoole-1.7.22-rc1 Pre-release
Pre-release
concurrent Asynchronous mysql client

swoole-1.7.22-beta

17 Dec 08:31

Choose a tag to compare

swoole-1.7.22-beta Pre-release
Pre-release
1.7.22 beta