Releases: orchestral/lumen
Releases · orchestral/lumen
v3.2.5
- Allow middleware to replace route info. (@sw-double)
- Add
bindAuthForApiToken()
andbindAuthForJwtToken()
method underApp\Lumen\Providers\AuthServiceProvider
. - Add
Laravel\Lumen\Auth\Providers\Guard
class for Illuminate Auth authentication for dingo/api. Laravel\Lumen\Concerns\RoutesRequests::addRoute()
now accepts multiple methods. (@m1)
v3.2.4
- Add
Laravel\Lumen\Application::withFacadeAliases()
method. - Add
Laravel\Lumen\Auth\Providers\JWT
class for JWT authentication for dingo/api. - Add
Laravel\Lumen\Concerns\CoreBindings::registerResponseFactoryBindings()
method. - Add
Laravel\Lumen\Http\Middleware\Cors
middleware. - Add
Laravel\Lumen\Http\Middleware\ThrottleRequests
middleware. - Add support for route group suffix.
v3.1.8
v3.2.3
- Add support for PSR-7 requests and responses. (@matthew-james)
- Add
Laravel\Lumen\Routing\UrlGenerator
bindings. (@matthew-james)
v3.2.2
- Return an Illuminate response from the exception handler. (@matthew-james)
- Fixes auth guard driver from
api
tojwt
. - Move Orchestra Platform integration to
Laravel\Lumen\Concerns\FoundationSupports
trait. - Add default
App\Lumen\User
model for JWT integration. - Add
dingo/api
andtymon/jwt-auth
config by default.
v3.2.1
- Register binding for
cache.store
. (@dschniepp) - Fixes missing import of
\Exception
inLaravel\Lumen\Testing\TestCase
. (@dschniepp)
v3.2.0
- Update support for Lumen Framework v5.2.x.
- Convert
Laravel\Lumen\Application::loadComponent()
visibility topublic
. - Add
Laravel\Lumen\Application::withFoundation()
to boot basic Orchestra Platform support. - Allow method chaining on
withFacades()
,withEloquent()
andwithFoundation()
. - Improves integration with
tymon/jwt-auth
. - Add
symfony/polyfill-php56
to add supporthash_equals()
on < PHP 5.6.