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

05 May 17:52
9506628
Compare
Choose a tag to compare

Fix

  • Fix content-type of .js and .css files.
  • Remove isRaw function to support Laravel 5.1 and 5.2.

v2.3.2

05 May 15:01
e5fb869
Compare
Choose a tag to compare

Fix

  • Remove events onShutdown.
  • Replace allPreserveCaseWithoutCookie with allPreserveCase to support Laravel 5.1 and 5.2.

Features

  • Check running environment before starting application.

Changes

  • Handle static resource before dispatching request to laravel.
  • Add some default swoole server configs.

v2.3.1

04 May 23:44
d10ecd2
Compare
Choose a tag to compare

Hotfix

  • fix rebindKernelContainer function in Application #20

v2.3.0

04 May 15:33
8ff56b2
Compare
Choose a tag to compare

Fix

  • Reset view's container in sandbox.
  • Inject request param on websocket's connect callback.
  • Improve callOnConnect function.

Features

  • Add close function for websocket.
  • Improve ob for debugging while handling request.
  • Apply sandbox to websocket pipeline.
  • Add websocket middleware for connect callback request.
  • Add user-related websocket functions.

Changes

  • Add cookie to pre-resolved list in sandbox.
  • Detele toAll, joinAll, deleteAll, addAll functions in websocket and make to, join, delete, add available for single for multiple params.

v2.2.1

29 Apr 07:19
Compare
Choose a tag to compare
  • Enable sandbox mode by default

v2.2.0

29 Apr 06:37
76605e9
Compare
Choose a tag to compare
  • Support Socket.io protocol
  • Support Redis as room driver
  • Sandbox mode for easier usage
  • Fix several known issues

v2.1.1

15 Apr 13:42
c78033f
Compare
Choose a tag to compare
  1. remove encode of room name
  2. check fd connection before push

v2.1.0

14 Apr 15:25
33f2c07
Compare
Choose a tag to compare
  1. No longer supports php version under 7.1.
  2. Add info command to see basic app summary.
  3. Fixed repeated event listeners issue.
  4. Support websocket and socket.io like usages.
  5. Support customized swoole tables.

v2.0.6

24 Feb 15:31
6171ae6
Compare
Choose a tag to compare
  • Add infos command to show basic php and swoole miscs info

v2.0.5

03 Dec 12:55
03c9513
Compare
Choose a tag to compare
  1. Add .travis.yml for Travis CI.
  2. Fire 'http.onRequest' event on request.
  3. Add 'swoole.server' to app instance.
  4. Add support for customizing providers to be reset in every request.
  5. Fix tests.