Releases: orchestral/lumen
Releases · orchestral/lumen
v3.6.1
Fixes
- Replace deprecated
Orchestra\Extension\RouteGenerator
with orchestra.extension.url
.
v3.6.0
Added
- Added
Laravel\Lumen\Testing\WithoutEvents
.
- Added
Laravel\Lumen\Testing\WithoutMiddleware
.
- Add support for
head()
method to Laravel\Lument\Routing\Router
.
- Add support for url generation on console requests.
Changes
- Update support for Laravel Framework v5.6.
- Only bind request if it's not already bound.
- Use
$memory->makeOrFallback()
to integrate Orchestra ACL with Lumen.
v3.5.4
Changes
- Update
Laravel\Lumen\Testing\TestCase
.
v3.5.3
Added
- Add
Laravel\Lumen\Testing\Concerns\Testing
.
Changes
- Include the exception in the logger context. (@yuloh)
v3.5.2
Changes
- Improves compatibility between Laravel and Lumen
UrlGenerator
.
Fixes
- Fixes "Too Many Connections" error during testing. (@felipemfp)
v3.5.1
Added
- Add refresh migration command. (@mul14)
- Provide
dispatchNow()
along with dispatch()
function under Laravel\Lumen\Routing\ProvidesConvenienceMethods
trait. (@maxklenk)
Changes
- Don't convert
Jsonable
data for JsonResponse
prematurely. (@gaaf)
Fixes
- Fix forced scheme URL generation. (@gazben)
v3.5.0
Changes
- Update support for Laravel Framework v5.5.
- Separate
Laravel\Lumen\Application
routing feature to Laravel\Lumen\Routing\Router
.
v3.4.4
Added
- Allow to automatically handle Orchestra Platform installation during testing when given
Orchestra\Foundation\Testing\Installation
.
v3.4.3
Added
- Add
Laravel\Lumen\Testing\AuthenticateWithJWT
.
- Add
path.database
service location.
Changes
- Flush application properties on
Laravel\Lumen\Application::flush()
method.
- Add Orchestra Platform services on
Laravel\Lumen\Application::prepareForConsoleCommand()
.
v3.4.2
Added
- Add default
phpunit.xml
for skeleton.
Changes
- Add
queue.listener
to be accessible by Laravel\Lumen\Application
.
Laravel\Lumen\Console\Kernel
shouldn't load aliases by default.