Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Releases: swooletw/laravel-swoole

v2.6.6

20 Apr 14:48
768465b
Compare
Choose a tag to compare

Features

  • Add SwooleTW\Http\Helpers\Dumper::dump(#data) helper function

Fixes

  • Fix minor error config in setting task worker number.
  • Fix withApplication function in lumen.
  • Fix datatype in Pusher.

Changes

  • Drop support for Laravel 5.4 and require swoole 4.3.1

Enhancement

  • Make Pusher support swoole 4.3

v2.6.5.4

09 Mar 08:58
0f716e2
Compare
Choose a tag to compare

Fix

  • Fix namespace for analyzing if an fd is a websocket payload in onCloseevent
  • Fix shouldPushToDescriptor function in pusher

v2.6.5.3

07 Mar 02:04
43c9266
Compare
Choose a tag to compare

Fix

  • Fix bootWebsocketRoutes in HttpServiceProvider

v2.6.5.2

06 Mar 16:58
ecbb01c
Compare
Choose a tag to compare

Fix

  • Fix accessLog middleware in lumen

v2.6.5.1

05 Mar 14:34
c266951
Compare
Choose a tag to compare

Fix

  • Revert task_enable_coroutine support

Changes

  • Check strlen for response content
  • Chunk response with 8k size
  • Add raw cookie support back since Laravel 5.3 is no longer supported

v2.6.5

03 Mar 12:44
9184fea
Compare
Choose a tag to compare

Fixes

  • Fix potential incorrect config in registerDatabaseDriver
  • Support empty response for OPTIONS request
  • Refactor and fix websocket pusher for broadcast

Features

  • Output error message to console when server error occurred
  • Pass full args to task event for task coroutine mode

Changes

  • Require minimal laravel version to 5.4 and support 5.8

v2.6.4

02 Feb 07:46
f367b73
Compare
Choose a tag to compare

Changes

  • Remove some unnecessary dependencies from composer.json

v2.6.3

01 Feb 14:42
761870e
Compare
Choose a tag to compare

Changes

  • Use Illuminate's MimeType for more accurate mime prediction.

Fixes

  • Fix prepare table for websocket room.

v2.6.2

14 Jan 02:18
feff91b
Compare
Choose a tag to compare

Hotfix

  • Fix bootstrap in Laravel in v2.6.1

v2.6.1

13 Jan 13:35
92d93f9
Compare
Choose a tag to compare
  • Support Lumen 5.7