Laravel Swoole Versions Save

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.

v2.7.0

3 years ago

Enhancement

v2.6.69

3 years ago

Fixes

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

v2.6.68

3 years ago

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

4 years ago

Enhancement

  • Add support for Laravel 7.0. (#386)

Fixes

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

v2.6.66

4 years ago

Fixes

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

v2.6.65

4 years ago

Enhancement

  • Add support for Laravel 6.0.

Fixes

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

v2.6.64

4 years ago

Fixes

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

Enhancements

  • Support websocket emit in task workers.

v2.6.63

4 years ago

Fixes

  • Fix missing pids problem in isRunning function of start command

v2.6.62

4 years ago

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

4 years ago

Enhancement

  • Refactor pid manger. (thanks to @lilianjin )

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.