Skip to content

Bump slim/slim from 3.12.1 to 4.0.0#187

Closed
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/composer/develop/slim/slim-4.0.0
Closed

Bump slim/slim from 3.12.1 to 4.0.0#187
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/composer/develop/slim/slim-4.0.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps slim/slim from 3.12.1 to 4.0.0.

Release notes

Sourced from slim/slim's releases.

4.0.0

Release Notes

Feedback Thread

4.0.0 Beta

Release Notes

Feedback Thread

4.0.0 Alpha

Release Notes

Feedback Thread

Changelog

Sourced from slim/slim's changelog.

4.0.0 - 2019-08-01

Added

  • #2765 Simplify queueing of internal middleware ErrorMiddleware and RoutingMiddleware
  • #2759 Add RouteContext to enable access to the current route, route parser, and routing results
  • #2751 Add ability to set default error renderer content type on the ErrorHandler component
  • #2737 BC Change via ErrorRendererInterface changed to use invokable pattern to leverage CallableResolver
  • #2734 Add support for content-type base error renderers and setting default error renderer
  • #2716 Add automatic Slim-Http Request/Response decoration when library is in scope
  • #2654 RouteParser::pathFor() and RouteParser::relativePathFor() are deprecated. Use RouteParser::urlFor() and RouteParser::relativeUrlFor()
  • #2642 Add AppFactory to enable PSR-7 implementation and ServerRequest creator auto-detection
  • #2641 Add RouteCollectorProxyInterface which extracts all the route mapping functionality from app into its own interface
  • #2640 Add RouteParserInterface and decouple FastRoute route parser entirely from core. The methods relativePathFor(), urlFor() and fullUrlFor() are now located on this interface
  • #2639 Add DispatcherInterface and decouple FastRoute dispatcher entirely from core. This enables us to swap out our router implementation for any other router
  • #2638 Add RouteCollector::fullUrlFor() to give the ability to generate fully qualified URLs
  • #2634 Added ability to set invocation strategy on a per-route basis
  • #2555 Added PSR-15 Middleware Support
  • #2529 Slim no longer ships with a PSR-7 implementation. You need to provide a PSR-7 ServerRequest and a PSR-17 ResponseFactory to run Slim
  • #2507 Method names are now case-sensitive in Router::map(), and so, by extension, in App::map()
  • #2497 PSR-15 RequestHandlers can now be used as route callables
  • #2496 A Slim App can now be used as PSR-15 Request Handler
  • #2405 RoutingMiddleware now adds the routingResults request attribute to hold the results of routing
  • #2404 Slim 4 requires PHP 7.1 or higher
  • #2425 Added $app->redirect()
  • #2398 Added Middleware\ErrorMiddleware
  • #2329 Added Middleware\MethodOverrideMiddleware
  • #2288 Separate routing from dispatching
  • #2254 Added Middleware\ContentLengthMiddleware
  • #2166 Added Middleware\OutputBufferingMiddleware

Deprecated

  • #2641 Deprecate RouteCollector::pushGroup(),RouteCollector::popGroup() which gets replaced by RouteCollector::group()
  • #2638 Deprecate RouteCollector::pathFor() which gets replaced by RouteCollector::urlFor() preserving the orignal functionality
  • #2555 Double-Pass Middleware Support has been deprecated

Removed

  • #2612 Remove Routable, refactored RouteGroup and Route interface
  • #2589 Remove App::$settings altogether
  • #2587 Remove Pimple as a dev-dependency
  • #2398 Slim no longer has error handling built into App. Add ErrorMiddleware() as the outermost middleware
  • #2375 Slim no longer sets the default_mimetype to an empty string, so you need to set it yourself in php.ini or your app using ini_set('default_mimetype', '');
  • #2288 determineRouteBeforeAppMiddleware setting is removed. Add RoutingMiddleware() where you need it now
  • #2254 addContentLengthHeader setting is removed
  • #2221 Slim\Http has been removed and Slim now depends on the separate Slim-Http component
  • #2166 outputBuffering setting is removed
  • #2078 Remove App::subRequest()
  • #2098 Remove CallableResolverTrait
  • #2102 Remove container from router
... (truncated)
Commits
  • 2b0ed80 update version to 4.0.0
  • 0519869 Merge pull request #2768 from l0gicgate/4.x-UpdateReadme
  • ba4eac6 Merge branch '4.x' into 4.x-UpdateReadme
  • c1a19a0 Merge pull request #2767 from l0gicgate/4.x-UpdateChangelog
  • 98a3a48 add OpenCollective information and fix examples
  • f4e34ba update in preparation for release
  • 9e7b1d2 Merge pull request #2765 from adriansuter/patch-middleware-helpers
  • 7246eff Add test cases for the middleware helpers
  • 6cd0295 Add docblocks
  • e55cce6 Add middleware helper methods
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [slim/slim](https://github.com/slimphp/Slim) from 3.12.1 to 4.0.0.
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)
- [Commits](slimphp/Slim@3.12.1...4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #188.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/develop/slim/slim-4.0.0 branch August 7, 2019 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants