Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps symfony/framework-bundle from 7.1.6 to 7.2.1.

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.1

Changelog (symfony/framework-bundle@v7.2.0...v7.2.1)

v7.2.0

Changelog (symfony/framework-bundle@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/framework-bundle@v7.2.0-BETA2...v7.2.0-RC1)

v7.2.0-BETA2

Changelog (symfony/framework-bundle@v7.2.0-BETA1...v7.2.0-BETA2)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/framework-bundle@v7.1.6...v7.2.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

7.2

  • Add support for --sort option when extracting translations with translation:extract command and --force option
  • Add support for setting headers with Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  • Add --resolve-env-vars option to lint:container command
  • Derivate kernel.secret from the decryption secret when its env var is not defined
  • Make the config/ directory optional in MicroKernelTrait, add support for service arguments in the invokable Kernel class, and register FrameworkBundle by default when the bundles.php file is missing
  • [BC BREAK] The secrets:decrypt-to-local command terminates with a non-zero exit code when a secret could not be read
  • Deprecate making cache.app adapter taggable, use the cache.app.taggable adapter instead
  • Enable json_decode_detailed_errors in the default serializer context in debug mode by default when seld/jsonlint is installed
  • Register Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter as a service named serializer.name_converter.snake_case_to_camel_case if available
  • Add framework.csrf_protection.stateless_token_ids, .cookie_name, and .check_header options to use stateless headers/cookies-based CSRF protection
  • Add framework.form.csrf_protection.field_attr option
  • Deprecate session.sid_length and session.sid_bits_per_character config options
  • Add the ability to use an existing service as a lock/semaphore resource
  • Add support for configuring multiple serializer instances via the configuration
  • Add support for SYMFONY_TRUSTED_PROXIES, SYMFONY_TRUSTED_HEADERS, SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER and SYMFONY_TRUSTED_HOSTS env vars
  • Add --no-fill option to translation:extract command

7.1

  • Add CheckAliasValidityPass to lint:container command
  • Add private_ranges as a shortcut for private IP address ranges to the trusted_proxies option
  • Mark classes ConfigBuilderCacheWarmer, Router, SerializerCacheWarmer, TranslationsCacheWarmer, Translator and ValidatorCacheWarmer as final
  • Move the Router cache_dir to kernel.build_dir
  • Deprecate the router.cache_dir config option
  • Add rate_limiter tags to rate limiter services
  • Add secrets:reveal command
  • Add rate_limiter option to http_client.default_options and http_client.scoped_clients
  • Attach the workflow's configuration to the workflow tag
  • Add the allowed_recipients option for mailer to allow some users to receive emails even if recipients is defined.
  • Reset env vars when resetting the container

7.0

  • Remove command translation:update, use translation:extract instead
  • Make the http_method_override config option default to false
  • Remove AbstractController::renderForm(), use render() instead
  • Remove the Symfony\Component\Serializer\Normalizer\ObjectNormalizer and Symfony\Component\Serializer\Normalizer\PropertyNormalizer autowiring aliases, type-hint against Symfony\Component\Serializer\Normalizer\NormalizerInterface or implement NormalizerAwareInterface instead
  • Remove the Http\Client\HttpClient service, use Psr\Http\Client\ClientInterface instead

... (truncated)

Commits
  • 1c630f4 fix: notifier channel bus abstract arg
  • 4d4421c Merge branch '7.1' into 7.2
  • de5d4a9 Merge branch '6.4' into 7.1
  • b7716f1 fix: notifier push channel bus abstract arg
  • 18cb4e0 minor #59095 chore: fix CS (keradus)
  • bda64b2 chore: fix CS
  • 4155d1d [FrameworkBundle] Make uri_signer lazy and improve error when kernel.secret i...
  • a8d0da4 bug #58950 [FrameworkBundle] Revert " Deprecate making cache.app adapter ta...
  • 98aa662 Revert "[FrameworkBundle] Deprecate making cache.app adapter taggable"
  • eca6e49 Revert "bug #58937 [FrameworkBundle] Don't auto-register form/csrf when the c...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 12, 2024
@jerowork
Copy link
Member

@dependabot rebase

Bumps [symfony/framework-bundle](https://github.com/symfony/framework-bundle) from 7.1.6 to 7.2.1.
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.1.6...v7.2.1)

---
updated-dependencies:
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/framework-bundle-7.2.1 branch from 8b8216e to 13ff3d8 Compare December 12, 2024 18:21
@jerowork jerowork merged commit 5e22b48 into main Dec 16, 2024
1 check passed
@jerowork jerowork deleted the dependabot/composer/symfony/framework-bundle-7.2.1 branch December 16, 2024 20:43
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant