Skip to content

Releases: laravel/octane

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)

v1.0.6

22 Jun 15:33
af41a5f
Compare
Choose a tag to compare

Changed

  • Set roadrunner http.middleware as an option (#327)

Fixed

v1.0.5

15 Jun 15:53
b2982f0
Compare
Choose a tag to compare

Fixed

  • Reset application scope to flush scoped instances (#313)
  • Fix Swoole breaks when log is a valid JSON (#316)
  • Fix Symfony uploaded file moving (#317)

v1.0.4

08 Jun 14:37
46ef9bd
Compare
Choose a tag to compare

Changed

  • Add missing default listeners (#311)

v1.0.3

01 Jun 17:32
ce20157
Compare
Choose a tag to compare

Changed

Fixed

  • Fixes issue related to changing non-standard HTTP status codes to 200 OK (#294)
  • Give new application instance to database session handler (#302)
  • Adds SameSite attribute for cookies (#299)

v1.0.2

25 May 16:39
fd43041
Compare
Choose a tag to compare

Changed

  • Remove buffer_output_size from Swoole's default options (#286)

Fixed

  • Reload RoadRunner using the global executable if it's present (#288)