Skip to content

Releases: hhxsv5/laravel-s

v3.2.1: update default dispatch_mode

03 Dec 01:40
Compare
Choose a tag to compare
  • Support transfer by chunking
  • Optimize default setting

v3.2.0: log retry number

30 Nov 15:22
Compare
Choose a tag to compare
  • Call closure with catching exception
  • Catch exception for custom process
  • Add retry for custom process

v3.1.3: inject $_SERVER & $_ENV into timer and custom process

29 Nov 14:53
Compare
Choose a tag to compare
  • Injected $_SERVER & $_ENV into timer and custom process
  • Updated run/deployment doc

v3.1.2

29 Nov 08:18
Compare
Choose a tag to compare
  • Deprecate call gzip()
  • Pre-set & pre-check the settings

Fixed repeated cookie in header

28 Nov 09:49
Compare
Choose a tag to compare
  • Fixed repeated cookie in header

v3.1.0

15 Nov 08:02
Compare
Choose a tag to compare
  • Close coroutine default
  • Rename kernel
  • Fix readme for task

v3.0.7: Minimize include business code files before the worker starts, making…

08 Nov 08:45
Compare
Choose a tag to compare
  • Minimize include business code files before the worker starts, making reload cover more files
  • Fix readme anchor jump & unix socket

v3.0.6

07 Nov 05:49
Compare
Choose a tag to compare
  • Fixed listen address for unix socket
  • Support parameters for the constructor of cron job #97 #98

v3.0.5

30 Oct 06:01
Compare
Choose a tag to compare
  • Support excluded directories for inotify

v3.0.4: add tab for readme

11 Oct 02:07
Compare
Choose a tag to compare
  • Revised documents
  • Fix different php.ini between master and worker process #91
  • Add user cases
  • Update issue template