Skip to content

Releases: orchestral/lumen

v3.6.1

24 May 02:46
Compare
Choose a tag to compare

Fixes

  • Replace deprecated Orchestra\Extension\RouteGenerator with orchestra.extension.url.

v3.6.0

24 May 02:46
Compare
Choose a tag to compare

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

24 May 02:46
Compare
Choose a tag to compare

Changes

  • Update Laravel\Lumen\Testing\TestCase.

v3.5.3

28 Feb 05:34
Compare
Choose a tag to compare

Added

  • Add Laravel\Lumen\Testing\Concerns\Testing.

Changes

  • Include the exception in the logger context. (@yuloh)

v3.5.2

26 Feb 08:40
Compare
Choose a tag to compare

Changes

  • Improves compatibility between Laravel and Lumen UrlGenerator.

Fixes

  • Fixes "Too Many Connections" error during testing. (@felipemfp)

v3.5.1

04 Jan 06:33
Compare
Choose a tag to compare

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

27 Nov 09:23
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.5.
  • Separate Laravel\Lumen\Application routing feature to Laravel\Lumen\Routing\Router.

v3.4.4

02 Oct 10:46
Compare
Choose a tag to compare

Added

  • Allow to automatically handle Orchestra Platform installation during testing when given Orchestra\Foundation\Testing\Installation.

v3.4.3

28 Sep 15:49
Compare
Choose a tag to compare

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

26 Sep 10:11
Compare
Choose a tag to compare

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.