Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Releases: serato/web-sws-php-bootstrap

3.3.0

09 Aug 23:41
9200429
Compare
Choose a tag to compare

Adds Serato\SwsApp\Slim\Controller\JsonSchemaViewerController controller

3.2.0

09 Aug 05:22
8b43873
Compare
Choose a tag to compare

Add geo IP information to Serato\SwsApp\Slim\Controller\Status\StatusController;

3.1.0

25 Jul 10:38
f728611
Compare
Choose a tag to compare

Adds Serato\SwsApp\Slim\Middleware\GeoIpLookup middleware allowing IP address and geo IP record to be written into request attributes.

3.0.5

24 Jul 05:29
5580e3c
Compare
Choose a tag to compare

Change Slim framework dependency to more permissive ^3.0.0 version

3.0.4

20 Jul 10:30
b640b7c
Compare
Choose a tag to compare

Remove final class declaration from:

  • Serato\SwsApp\Slim\Handlers\Error
  • Serato\SwsApp\Slim\Handlers\PhpError

3.0.3

20 Jul 03:18
bc6a71a
Compare
Choose a tag to compare

Updated symfony/cache composer dependency.

3.0.2

11 Oct 21:27
Compare
Choose a tag to compare
  • Implement better error logging format for PhpError handler

3.0.1

11 Oct 03:57
Compare
Choose a tag to compare

Provide an array to the error logger instead of a string

3.0.0

15 Aug 05:32
Compare
Choose a tag to compare

Deprecate methods:

  • Serato\SwsApp\Slim\Controller\AbstractController::setHttpResponseCode
  • Serato\SwsApp\Slim\Controller\AbstractController::getHttpResponseCode

Change method API:

  • Remove $httpResponseCode argument from Serato\SwsApp\Slim\Controller\Traits\ControllerTraitJsonResponse::writeJsonBody method

2.0.0

15 Aug 05:01
Compare
Choose a tag to compare

Add a breaking change to Serato\SwsApp\Slim\Controller\AbstractController:

  • The AbstractController::execute method now returns Psr\Http\Message\ResponseInterface instead of void