Skip to content

Latest commit

 

History

History
223 lines (118 loc) · 7.99 KB

CHANGELOG.md

File metadata and controls

223 lines (118 loc) · 7.99 KB

Release Notes

Changed

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

Fixed

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

Changed

  • Validates Swoole Tables string column types (#434)

Changed

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

Fixed

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

Fixed

  • Fix FileNotFound error (#421)

Fixed

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

Fixed

  • Fixes memory leak on Translator implementation (#416)

Fixed

  • Fix undefined array key "type" on empty array dump (#413)

Changed

  • Allow openswoole (#407)

Added

  • Partial PHP 8.1 support (#402)

Fixed

  • Add Livewire listener (#400)

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)

Fixed

  • Fix timeout value passed to taskWaitMulti (#380)

Changed

  • Resolve components when needed (#360)

Fixed

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

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)

Changed

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

Added

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

Changed

  • Flush any log context after each operation (#337)

Fixed

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

Changed

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

Fixed

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)

Changed

  • Add missing default listeners (#311)

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)

Changed

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

Fixed

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

Removed

  • Remove beta warning on "octane:start" command (5b25510)

Stable release.

Requires to stop, and re-start your Octane server

Fixed

  • Default --watch options making Octanes servers reload on file uploads (#247)
  • Error No buffer space available when using Swoole (#253)
  • Global environment variables not being used by workers (#257)

Changed

  • The new minimum RoadRunner binary version is now 2.1.1 (#258)

Various fixes and changes.

Various fixes and changes.

Various fixes and changes.

Various fixes and changes.

Various fixes and changes.

v0.1.0 (2021-04-06)

Initial pre-release.