Skip to content

Releases: laravel/octane

v1.0.16

26 Oct 15:59
0e221d5
Compare
Choose a tag to compare

Changed

  • Allow openswoole (#407)

v1.0.15

13 Oct 16:03
Compare
Choose a tag to compare

Added

  • Partial PHP 8.1 support (#402)

v1.0.14

12 Oct 15:35
b6010b9
Compare
Choose a tag to compare

Fixed

  • Add Livewire listener (#400)

v1.0.13

05 Oct 18:51
7505449
Compare
Choose a tag to compare

Changed

  • Uses laravel/serializable-closure (#378)

Fixed

  • Add clear the cache of APCu and Opcache (#385, 9ff568b)
  • Add FlushDatabaseQueryLog for cleaning up database query log (#394)
  • Fix issue where timed out tasks were not taken into account (#396)

v1.0.12

28 Sep 15:30
cfc0fe7
Compare
Choose a tag to compare

Fixed

  • Fix timeout value passed to taskWaitMulti (#380)

v1.0.11

10 Aug 17:32
039504c
Compare
Choose a tag to compare

Changed

  • Resolve components when needed (#360)

Fixed

  • Fix the bug of Swoole\Table using array access (#359)

v1.0.10

05 Aug 14:01
5e9c052
Compare
Choose a tag to compare

Changed

  • Resolve components when needed (#355)

Fixed

  • Undefined array key "swoole" (#351)
  • Avoids usage of SWOOLE_SSL when openssl is not configured on swoole (#357)

v1.0.9

03 Aug 18:19
b8bd9f2
Compare
Choose a tag to compare

Changed

  • Expose the flag to turn on SWOOLE_SSL (#342, 86731cb)

v1.0.8

06 Jul 16:53
15b8c2e
Compare
Choose a tag to compare

Added

  • Add --rr-config flag to octane:start command (#335, 00aa3b0)

v1.0.7

29 Jun 16:25
7697ce1
Compare
Choose a tag to compare

Fixed

  • Fix config key for roadrunner http.middlware (#333)