Skip to content

fix(deps): update dependency nelmio/cors-bundle to v2.3.1 - autoclosed

Reiter, Christoph requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
nelmio/cors-bundle require minor 2.2.0 -> 2.3.1

Release Notes

nelmio/NelmioCorsBundle

v2.3.1

Compare Source

Full Changelog: https://github.com/nelmio/NelmioCorsBundle/compare/2.3.0...2.3.1

v2.3.0

Compare Source

  • Downgraded CacheableResponseVaryListener's priority from 0 to -10 to ensure it runs after FrameworkExtraBundle listeners have set their cache headers (#​179)
    • Added optional logging support if you inject a Logger into the CorsListener you can get debug info about the whole CORS decision process (#​173)
    • Added support for setting expose_headers to a wildcard '*' which exposes all headers, this works as long as allow_credentials is not enabled as per the spec (#​132)
    • Added skip_same_as_origin flag (default to true which is the old behavior) to allow opting out of skipping the CORS headers in the response if the Origin matches the application's hostname (#​178)
    • Fixed ProviderMock having an invalid return type (#​169)
    • Dropped support for Symfony 4.3 and 5.0 to 5.3

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports