v1.3.0 - 2022-08-02
- Adds support for Swoole 5 by @nunomaduro in laravel#560
- Fix carbon locale when setting it via app locale setter by @nunomaduro in laravel#557
v1.2.16 - 2022-07-15
- Fixes sharing "Carbon" state shared between requests by @nunomaduro in laravel#552
v1.2.15 - 2022-07-05
- Added status codes (RFC6585 & RFC7725) by @vostlertsd in laravel#550
v1.2.14 - 2022-06-27
- Moved opcache clearing to before bootWorker by @LauJosefsen in laravel#547
v1.2.13 - 2022-06-23
- Refresh query duration handling by @timacdonald in laravel#541
v1.2.12 - 2022-05-31
- Removes non-needed message by @nunomaduro in laravel#532
v1.2.11 - 2022-05-20
- add silent option to RoadRunner reset to remove info output which leads to non error by @ResuBaka in laravel#525
v1.2.10 - 2022-05-13
- Revert PaginationState to resolve using new instance of the app by @farmani in laravel#519
- Warm transaction manager by @taylorotwell in https://github.com/laravel/octane/commit/752d02dc5973a11bf55f332eee0d9e5566442519
v1.2.9 - 2022-05-10
- Flush shared log context by @timacdonald in laravel#513
v1.2.8 - 2022-04-20
- Fix max_execution_time config doesn't work by @sy-records in laravel#510
v1.2.7 - 2022-04-11
- Make the bin files used by Swoole and Roadrunner config options by @jedjones-uk in laravel#502
- Force the processId to int by @sy-records in laravel#507
v1.2.6 - 2022-03-31
- Update to new forgetScopedInstances method name by @driesvints in laravel#501
v1.2.5 - 2022-03-29
- Optimize PHP8.1 compatibility by @sy-records in laravel#499
v1.2.4 - 2022-03-08
- Fixes
--watch
files over a network by @nunomaduro in laravel#488
v1.2.3 - 2022-02-21
- Mission
version
configuration option on RoadRunner (#482)
v1.2.2 - 2022-02-15
- Listener for removing temporary files, which was created during uploading by @tarampampam in laravel#477
- Fix passing null to cookie for domain by @driesvints in laravel#478
v1.2.1 - 2022-02-08
- Fix byte conversion (#465)
- Fix byte conversion (#465)
- Flush monolog state between requests (#460)
- Log level used in non-local environments (#456)
- Fix type declaration error of Swoole table (#452)
- Adds support for RoadRunner v2.6.x (#449)
- Fixes call
terminate()
on null when worker is not booted (#445)
- Validates Swoole Tables string column types (#434)
- Updates
octane:install
command when Swoole extension is missing (#427)
- Fixes Octane's process output not being flushed (#428)
- Fix FileNotFound error (#421)
- Fixes server shutting down on concurrently when exceptions are reported at root level of the task (#419)
- Fixes memory leak on Translator implementation (#416)
- Fix undefined array key "type" on empty array dump (#413)
- Allow openswoole (#407)
- Partial PHP 8.1 support (#402)
- Add Livewire listener (#400)
- Uses
laravel/serializable-closure
(#378)
- 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)
- Fix timeout value passed to taskWaitMulti (#380)
- Resolve components when needed (#360)
- Fix the bug of
Swoole\Table
using array access (#359)
- Resolve components when needed (#355)
- Undefined array key "swoole" (#351)
- Avoids usage of SWOOLE_SSL when openssl is not configured on swoole (#357)
- Flush any log context after each operation (#337)
- Fix config key for roadrunner
http.middlware
(#333)
- Set roadrunner
http.middleware
as an option (#327)
- Reset application scope to flush scoped instances (#313)
- Fix Swoole breaks when log is a valid JSON (#316)
- Fix Symfony uploaded file moving (#317)
- Add missing default listeners (#311)
- 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)
- Remove buffer_output_size from Swoole's default options (#286)
- Reload RoadRunner using the global executable if it's present (#288)
- Remove beta warning on "octane:start" command (5b25510)
Stable release.
Requires to stop, and re-start your Octane server
- 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)
- 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.
Initial pre-release.