Update dependency zendframework/zend-mvc to v3.1.1 #83
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.1
->3.1.1
Release Notes
zendframework/zend-mvc
v3.1.1
Compare Source
Added
Deprecated
Removed
Fixed
controller plugin Forward, introduced in 3.1.0, where problem listeners were
not detached for forwarded controller dispatch
v3.1.0
Compare Source
Added
#217 adds support for
middleware pipelines when using the
MiddlewareListener
. You can nowspecify an _array
of middleware for the
middlewareattached to a route, and it will be marshaled into a
Zend\Stratigility\MiddlewarePipe` instance, usingthe same rules as if you specified a single middleware.
#236 adds the ability to
attach dispatch listeners to middleware when using the
MiddlewareListener
.Attach shared events to the class identifier
Zend\Mvc\Controller\MiddlewareController
.This feature helps ensure that listeners that should run for every controller
(e.g., authentication or authorization listeners) will run even for
middleware.
#231 adds a
composer.json
suggestion for zendframework/zend-paginator.#232 adds a
composer.json
suggestion for zendframework/zend-log.Deprecated
Removed
zend-servicemanager v2 and zend-eventmanager v2 compatibility code since
zend-mvc requires v3 of those components.
Fixed
annotations for
HttpDefaultRenderingStrategyFactory::createService
andinjectLayoutTemplate()
to beHttpDefaultRenderingStrategy
and notHttpDefaultRendererStrategy
.v3.0.4
Compare Source
Added
Deprecated
Removed
Fixed
RouteMatch
and its parameters to the PSR-7ServerRequest
object so thatthey are available to middleware.
v3.0.3
Compare Source
Added
the
SendResponseListener
, to ensure that it is injected with an eventmanager instance from the outset; this fixes issues with delegator factories
that registered listeners with it in previous versions.
Deprecated
Removed
Fixed
performance optimization for
DELETE
requests toAbstractRestfulController
instances.
for
Exception
from an argument inDispatchListener::marshalControllerNotFoundEvent()
, allowing it to be usedwith PHP 7
Throwable
instances.v3.0.2
Compare Source
Added
#163 adds support to the
AcceptableViewModelSelector
plugin for controller maps in theview_manager
configuration in the format:
This fixes an issue observed when running with Apigility.
#163 adds support to the
InjectTemplateListener
for specifying whether or not to prefer thecontroller matched during routing via routing configuration:
This allows actions that might otherwise skip injection of the template
to force the injection.
Deprecated
Removed
Fixed
DispatchListener::marshalBadControllerEvent()
method to allow eitherThrowable
orException
types for the$exception
argument.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.