Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency zendframework/zend-mvc to v3.1.1 #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
zendframework/zend-mvc require minor ^3.0.1 -> 3.1.1

Release Notes

zendframework/zend-mvc

v3.1.1

Compare Source

Added
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • #​247 fixes bug in
    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 now
    specify an _arrayof middleware for themiddlewareattached to a route, and it will be marshaled into aZend\Stratigility\MiddlewarePipe` instance, using
    the 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
  • Nothing.
Removed
  • #​211 Removed unused
    zend-servicemanager v2 and zend-eventmanager v2 compatibility code since
    zend-mvc requires v3 of those components.
Fixed
  • #​237 fixes the return
    annotations for HttpDefaultRenderingStrategyFactory::createService and
    injectLayoutTemplate() to be HttpDefaultRenderingStrategy and not
    HttpDefaultRendererStrategy.

v3.0.4

Compare Source

Added
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • #​210 copies the
    RouteMatch and its parameters to the PSR-7 ServerRequest object so that
    they are available to middleware.

v3.0.3

Compare Source

Added
  • #​198 adds a factory for
    the SendResponseListener, to ensure that it is injected with an event
    manager instance from the outset; this fixes issues with delegator factories
    that registered listeners with it in previous versions.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • #​184 provides a
    performance optimization for DELETE requests to AbstractRestfulController
    instances.
  • #​187 removes a typehint
    for Exception from an argument in
    DispatchListener::marshalControllerNotFoundEvent(), allowing it to be used
    with PHP 7 Throwable instances.

v3.0.2

Compare Source

Added
  • #​163 adds support to the
    AcceptableViewModelSelector plugin for controller maps in the view_manager
    configuration in the format:

    [
        'ControllerClassName' => 'view/name',
    ]

    This fixes an issue observed when running with Apigility.

  • #​163 adds support to the
    InjectTemplateListener for specifying whether or not to prefer the
    controller matched during routing via routing configuration:

    'route-name' => [
        /* ... */
        'options' => [
            /* ... */
            'defaults' => [
                /* ... */
                'prefer_route_match_controller' => true,
            ],
        ],
    ],

    This allows actions that might otherwise skip injection of the template
    to force the injection.

Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • #​161 fixes the
    DispatchListener::marshalBadControllerEvent() method to allow either
    Throwable or Exception 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant