Skip to content

Releases: orchestral/lumen

v5.0.3

03 May 17:52
Compare
Choose a tag to compare

Fixes

  • Fixes constructing Symfony\Component\ErrorHandler\Error\FatalError.

v5.0.2

29 Apr 00:35
Compare
Choose a tag to compare

Fixes

  • Fixes typo in method name under Laravel\Lumen\Concerns\RegistersExceptionHandlers.

v5.0.1

28 Apr 23:23
Compare
Choose a tag to compare

Changes

  • Use BindingResolutionException to signal problem with container resolution.

v5.0.0

03 Apr 02:47
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.
  • Change helpers namespace from api to Laravel\Lumen.

Removed

  • Remove following methods from Laravel\Lumen\Application:
    • configurationIsCached().
    • detectEnvironment().
    • environmentFile().
    • environmentFilePath().
    • environmentPath().
    • getCachedRoutesPath().
    • getConfigurationPath().
    • loadEnvironmentFrom().
    • routesAreCached().

v4.6.0

01 Apr 01:44
Compare
Choose a tag to compare

Changes

  • Accept SMS Links as valid urls.

Fixes

  • Prepare request when booting Application during test.
  • Fixes bootstrap.php skeleton.

v4.5.0

13 Feb 04:51
Compare
Choose a tag to compare

Changes

  • Updated the PSR17 RequestFactory and PSR7 Response classes to use nyholm/psr7. If nyholm/psr7 is not present, default back to Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory & Zend\Diactoros\ServerRequestFactory respectively.

v4.4.1

01 Feb 16:42
Compare
Choose a tag to compare

Changes

  • Register redis container aliases.

Fixed

  • Fixes request instance to Laravel\Lumen\Http\Request when using Console.

v4.4.0

04 Jan 17:05
Compare
Choose a tag to compare

Changes

  • Improves eloquent hot-swap implementation.

v4.3.1

26 Dec 22:49
Compare
Choose a tag to compare

Changes

  • Remove redundant env() request.
  • Performance improvements to Laravel\Lumen\Application::runningInConsole().

v4.3.0

26 Dec 11:16
Compare
Choose a tag to compare

Added

  • Added to skeleton:
    • App\Lumen\Auth\Providers\Authorization.
    • App\Lumen\Auth\Providers\Passport.
    • Ignores Laravel\Passport\Exceptions\OAuthServerException from Lumen exception report handler.

Changes

  • Changes to skeleton:
    • Boot Laravie\Authen\BootAuthenProvider by default via App\Lumen\Providers\AuthServiceProvider.
  • Stop inappropriate env() lookup in Laravel\Lumen\Exceptions\Handler.
  • Register Orchestra\Foundation\Testing\Concerns\WithInstallation to Laravel\Lumen\Testing\TestCase.