Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 11, 2020

Bumps nelmio/cors-bundle from 1.5.6 to 2.1.0.

Release notes

Sourced from nelmio/cors-bundle's releases.

2.1.0

  • Added Vary: Origin header to cacheable responses to make sure proxies cache them correctly

2.0.1

  • Reverted CorsListener priority change as it was interfering with normal operations. The priority is back at 250.

2.0.0

  • BC Break: Downgraded CorsListener priority from 250 to 28, this should not affect anyone but could be a source in case of strange bugs
  • BC Break: Removed support for Symfony <4.3
  • BC Break: Removed support for PHP <7.1
  • Added support for Symfony 5
  • Added support for configuration via env vars
  • Changed the code to avoid mutating the EventDispatcher at runtime
  • Changed the code to avoid returning Access-Control-Allow-Origin: null headers to mark blocked requests
Changelog

Sourced from nelmio/cors-bundle's changelog.

2.1.0 (2020-07-22)

  • Added Vary: Origin header to cacheable responses to make sure proxies cache them correctly

2.0.1 (2019-11-15)

  • Reverted CorsListener priority change as it was interfering with normal operations. The priority is back at 250.

2.0.0 (2019-11-12)

  • BC Break: Downgraded CorsListener priority from 250 to 28, this should not affect anyone but could be a source in case of strange bugs
  • BC Break: Removed support for Symfony <4.3
  • BC Break: Removed support for PHP <7.1
  • Added support for Symfony 5
  • Added support for configuration via env vars
  • Changed the code to avoid mutating the EventDispatcher at runtime
  • Changed the code to avoid returning Access-Control-Allow-Origin: null headers to mark blocked requests
Commits
  • be4d582 Update CHANGELOG.md
  • df79118 Merge pull request #156 from rvanlaak/vary-response-origin
  • a8e46ed Let CacheableResponseVaryListener include Origin as Vary header for ca...
  • c8cedde Merge pull request #145 from mkopinsky/patch-1
  • 5b9df45 Readme typos
  • b7eb1c6 Merge pull request #141 from dunglas/remove_array_merge
  • 48710cb Various quality fixes
  • 395ffec Prevent some calls to array_merge
  • 9683e6d Update changelog
  • 5ea73aa Merge pull request #140 from vincentchalamon/master
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 11, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/nelmio/cors-bundle-2.1.0 branch from 4fb30e7 to c3acb63 Compare August 13, 2020 00:21
@stopfstedt
Copy link
Collaborator

@dependabot rebase

Bumps [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle) from 1.5.6 to 2.1.0.
- [Release notes](https://github.com/nelmio/NelmioCorsBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioCorsBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioCorsBundle@1.5.6...2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/nelmio/cors-bundle-2.1.0 branch from c3acb63 to fc5d437 Compare August 15, 2020 09:36
@stopfstedt stopfstedt merged commit 6c25470 into master Aug 15, 2020
@stopfstedt stopfstedt deleted the dependabot/composer/nelmio/cors-bundle-2.1.0 branch August 15, 2020 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant