Skip to content

Releases: orchestral/lumen

v3.2.5

24 Apr 01:49
Compare
Choose a tag to compare
  • Allow middleware to replace route info. (@sw-double)
  • Add bindAuthForApiToken() and bindAuthForJwtToken() method under App\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

25 Mar 12:58
Compare
Choose a tag to compare
  • 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

25 Mar 12:51
Compare
Choose a tag to compare
  • Add default App\Lumen\User model.
  • Improves lumen/bootstrap.php.
  • Add default api.php and jwt.php config.
  • Add Laravel\Lumen\Concerns\FoundationSupports trait.

v3.2.3

23 Jan 09:47
Compare
Choose a tag to compare

v3.2.2

16 Jan 06:58
Compare
Choose a tag to compare
  • Return an Illuminate response from the exception handler. (@matthew-james)
  • Fixes auth guard driver from api to jwt.
  • Move Orchestra Platform integration to Laravel\Lumen\Concerns\FoundationSupports trait.
  • Add default App\Lumen\User model for JWT integration.
  • Add dingo/api and tymon/jwt-auth config by default.

v3.2.1

15 Jan 00:22
Compare
Choose a tag to compare
  • Register binding for cache.store. (@dschniepp)
  • Fixes missing import of \Exception in Laravel\Lumen\Testing\TestCase. (@dschniepp)

v3.2.0

11 Jan 13:44
Compare
Choose a tag to compare
  • Update support for Lumen Framework v5.2.x.
  • Convert Laravel\Lumen\Application::loadComponent() visibility to public.
  • Add Laravel\Lumen\Application::withFoundation() to boot basic Orchestra Platform support.
  • Allow method chaining on withFacades(), withEloquent() and withFoundation().
  • Improves integration with tymon/jwt-auth.
  • Add symfony/polyfill-php56 to add support hash_equals() on < PHP 5.6.

v3.1.7

11 Jan 13:44
Compare
Choose a tag to compare
  • Allow middleware specification to use | as separator, or passing an array.
  • Convert Laravel\Lumen\Application::loadComponent() visibility to public.
  • Include example of JWT Auth integration.

v3.1.6

21 Dec 03:57
Compare
Choose a tag to compare
  • Simplify composer.json dependencies.
  • Refactor code to match upcoming 3.2 releases.
  • Fix welcome page alignment. (@tom-wilson)
  • Add Laravel\Lumen\Http\ResponseFactory basic unit tests. (@jmatosp)

v3.1.5

29 Nov 08:31
Compare
Choose a tag to compare
  • Add Laravel\Lumen\Application::withFoundation() to boot basic Orchestra Platform support.
  • Allow method chaining on withFacades(), withEloquent() and withFoundation().