Skip to content

Releases: laravel/octane

v1.2.1

08 Feb 19:27
e3d1639
Compare
Choose a tag to compare

Changed

  • Allow users to access $server with in Controller (#464)
  • Flushes Str cache between requests (#468)

Fixed

  • Fix byte conversion (#465)

v1.2.0

12 Jan 15:35
5862dec
Compare
Choose a tag to compare

Changed

  • Laravel 9 support (#461)
  • Give the current App instance to FilesystemManager (#458)

Fixed

  • Flush monolog state between requests (#460)

v1.1.3

05 Jan 14:53
Compare
Choose a tag to compare

Fixed

  • Log level used in non-local environments (#456)

v1.1.2

04 Jan 15:33
e47bc9c
Compare
Choose a tag to compare

Fixed

v1.1.1

22 Dec 10:14
dc757dc
Compare
Choose a tag to compare

Changed

  • Adds support for RoadRunner v2.6.x (#449)

Fixed

  • Fixes call terminate() on null when worker is not booted (#445)

v1.1.0

14 Dec 17:43
7a1fa01
Compare
Choose a tag to compare

Changed

  • Validates Swoole Tables string column types (#434)

v1.0.21

30 Nov 15:48
612544b
Compare
Choose a tag to compare

Changed

  • Updates octane:install command when Swoole extension is missing (#427)

Fixed

  • Fixes Octane's process output not being flushed (#428)

v1.0.20

23 Nov 17:33
df592e5
Compare
Choose a tag to compare

Fixed

  • Fix FileNotFound error (#421)

v1.0.19

16 Nov 16:52
e8afef7
Compare
Choose a tag to compare

Fixed

  • Fixes server shutting down on concurrently when exceptions are reported at root level of the task (#419)

v1.0.18

09 Nov 17:52
65eb090
Compare
Choose a tag to compare

Fixed

  • Fixes memory leak on Translator implementation (#416)