This changelog references the relevant changes (bug and security fixes) done to orchestra/lumen
.
Released: 2020-05-04
- Fixes constructing
Symfony\Component\ErrorHandler\Error\FatalError
.
Released: 2020-04-29
- Fixes typo in method name under
Laravel\Lumen\Concerns\RegistersExceptionHandlers
.
Released: 2020-04-20
- Use BindingResolutionException to signal problem with container resolution.
Released: 2020-04-03
- Update support for Laravel Framework v7.
- Change helpers namespace from
api
toLaravel\Lumen
.
- Remove following methods from
Laravel\Lumen\Application
:configurationIsCached()
.detectEnvironment()
.environmentFile()
.environmentFilePath()
.environmentPath()
.getCachedRoutesPath()
.getConfigurationPath()
.loadEnvironmentFrom()
.routesAreCached()
.