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.7.0

22 Feb 14:42
5e80d23
Compare
Choose a tag to compare

Enhancement

  • Add Gzip support on response chunk. (#456)

v2.6.69

21 Jan 03:35
41fe378
Compare
Choose a tag to compare

Fixes

  • Fix LFI vulnerability. (#462)
  • Replace FatalThrowableError with FatalError. (#417)

v2.6.68

21 Sep 16:58
4167206
Compare
Choose a tag to compare

Enhancement

  • Add support for Laravel 8.0. (#433)

Fixes

  • Fix class name of Dumper.php for consistency. (#427)
  • Reset websocket's connection after trying to emit to a non-existing room (#421)
  • Fix response status in AccessOutput.php (#385)
  • Fix handle_static_files path in config (#411)
  • Fix Content-Type when static file w/o extension name (#409)
  • Fix swoole_set_process_name not found error on cygwin platform

v2.6.67

29 Mar 09:14
2271aa7
Compare
Choose a tag to compare

Enhancement

  • Add support for Laravel 7.0. (#386)

Fixes

  • Fix a potential memory leak in sandbox. (#381)

v2.6.66

01 Dec 09:29
Compare
Choose a tag to compare

Fixes

  • Fix cookie resetter in Laravel 6. (#352)

v2.6.65

21 Oct 16:23
c79eb3f
Compare
Choose a tag to compare

Enhancement

  • Add support for Laravel 6.0.

Fixes

  • Make date format compatible for hot reload in different operating systems.

v2.6.64

25 Aug 13:41
9b2d2c1
Compare
Choose a tag to compare

Fixes

  • Try to fix occasional non-array returned result in RedisRoom.

Enhancements

  • Support websocket emit in task workers.

v2.6.63

05 Jul 03:21
a787442
Compare
Choose a tag to compare

Fixes

  • Fix missing pids problem in isRunning function of start command

v2.6.62

04 Jul 15:16
eafc1cf
Compare
Choose a tag to compare

Features

  • Add onHandShake callback for customizing handshake implementation in websocket

Enhancements

  • Fix potential package configuration mismatched in lumen
  • Make pid file compatible with older versions

v2.6.61

02 Jun 14:54
4e9b376
Compare
Choose a tag to compare

Enhancement

Fixes

  • Fix typo in configuring server process type.
  • Fix initialization for websocket room.

Delete storage/swoole.pid file if you encounter an error after upgrading to this version.