Skip to content

Latest commit

 

History

History
115 lines (60 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

115 lines (60 loc) · 4.05 KB

Release Notes

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.