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.1Release Notes
zendframework/zend-mvc
v3.1.1Compare 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.0Compare Source
Added
#217 adds support for
middleware pipelines when using the
MiddlewareListener. You can nowspecify an _array
of middleware for themiddlewareattached to a route, and it will be marshaled into aZend\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.jsonsuggestion for zendframework/zend-paginator.#232 adds a
composer.jsonsuggestion 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::createServiceandinjectLayoutTemplate()to beHttpDefaultRenderingStrategyand notHttpDefaultRendererStrategy.v3.0.4Compare Source
Added
Deprecated
Removed
Fixed
RouteMatchand its parameters to the PSR-7ServerRequestobject so thatthey are available to middleware.
v3.0.3Compare 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
DELETErequests toAbstractRestfulControllerinstances.
for
Exceptionfrom an argument inDispatchListener::marshalControllerNotFoundEvent(), allowing it to be usedwith PHP 7
Throwableinstances.v3.0.2Compare Source
Added
#163 adds support to the
AcceptableViewModelSelectorplugin for controller maps in theview_managerconfiguration in the format:
This fixes an issue observed when running with Apigility.
#163 adds support to the
InjectTemplateListenerfor 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 eitherThrowableorExceptiontypes for the$exceptionargument.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.