Bump symfony/framework-bundle from 7.2.5 to 7.3.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
by jerowork
dependencies php
Bumps symfony/framework-bundle from 7.2.5 to 7.3.0.
Release notes
Sourced from symfony/framework-bundle's releases.
v7.3.0
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.0-RC1...v7.3.0)
- bug symfony/symfony#60542 [Webhook] Fix controller service name (
@HypeMC)v7.3.0-RC1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.0-BETA2...v7.3.0-RC1)
- bug symfony/symfony#60330 [FrameworkBundle] skip messenger deduplication middleware registration when no "default" lock is configured (
@lyrixx)- bug symfony/symfony#60479 [FrameworkBundle] object mapper service definition without form (
@soyuka)- bug symfony/symfony#60489 [FrameworkBundle] Fix activation strategy of traceable decorators (
@nicolas-grekas)- bug symfony/symfony#60439 [FrameworkBundle] Fix declaring field-attr tags in xml config files (
@nicolas-grekas)v7.3.0-BETA2
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.0-BETA1...v7.3.0-BETA2)
- feature symfony/symfony#54276 [Workflow] Add support for executing custom workflow definition validators during the container compilation (
@lyrixx)- feature symfony/symfony#52981 [FrameworkBundle] Make
ValidatorCacheWarmerandSerializeCacheWarmerusekernel.build_dirinstead ofkernel.cache_dir(@Okhoshi)- bug symfony/symfony#60392 [DependencyInjection][FrameworkBundle] Fix precedence of
App\Kernelalias and ignorecontainer.excludedtag on synthetic services (@nicolas-grekas)- bug symfony/symfony#60373 [FrameworkBundle] Ensure
@Kocal)- bug symfony/symfony#60365 [FrameworkBundle] ensure that all supported e-mail validation modes can be configured (
@xabbuh)- feature symfony/symfony#60028 [ObjectMapper] Condition to target a specific class (
@soyuka)- bug symfony/symfony#60322 [FrameworkBundle] drop the limiters option for non-compound rater limiters (
@xabbuh)v7.3.0-BETA1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#60232 Add PHP config support for routing (
@fabpot)- feature symfony/symfony#60222 [FrameworkBundle][HttpFoundation] Add Clock support for
UriSigner(@kbond)- feature symfony/symfony#60018 [Messenger] Reset peak memory usage for each message (
@TimWolla)- feature symfony/symfony#60155 [FrameworkBundle][RateLimiter] compound rate limiter config (
@kbond)- feature symfony/symfony#60171 [FrameworkBundle][RateLimiter] deprecate
RateLimiterFactoryalias (@kbond)- feature symfony/symfony#59762 [Config] Add
NodeDefinition::docUrl()(@alexandre-daubois)- feature symfony/symfony#60099 [FrameworkBundle][RateLimiter] default
lock_factorytoauto(@kbond)- feature symfony/symfony#60069 [FrameworkBundle] Deprecate setting the
collect_serializer_datatofalse(@mtarld)- feature symfony/symfony#60081 [FrameworkBundle] Enable controller service with
#[Route]attribute (@GromNaN)- feature symfony/symfony#60076 [Console] Deprecate returning a non-int value from a
\Closurefunction set viaCommand::setCode()(@yceruto)- feature symfony/symfony#58654 [FrameworkBundle] Binding for Object Mapper component (
@soyuka)- feature symfony/symfony#59831 [Mailer][Mime] Refactor S/MIME encryption handling in
SMimeEncryptionListener(@Spomky)- feature symfony/symfony#57309 [FrameworkBundle][HttpKernel] Allow configuring the logging channel per type of exceptions (
@Arkalo2)- feature symfony/symfony#60007 [Security] Add methods param in IsCsrfTokenValid attribute (
@Oviglo)- feature symfony/symfony#59813 [Cache] Enable namespace-based invalidation by prefixing keys with backend-native namespace separators (
@nicolas-grekas)- feature symfony/symfony#60020 [FrameworkBundle] Make
ServicesResetterautowirable (@lyrixx)- feature symfony/symfony#59987 [FrameworkBundle] Auto-exclude DI extensions, test cases, entities and messenger messages (
@nicolas-grekas)- feature symfony/symfony#59909 [FrameworkBundle] Add
--methodoption todebug:routercommand (@santysisi)- feature symfony/symfony#53425 [Translation] Allow default parameters (
@Jean-Beru)- feature symfony/symfony#59464 [AssetMapper] Add
--dry-runoption onimportmap:requirecommand (@chadyred)- feature symfony/symfony#59869 [Cache] Add support for
valkey:/valkeys:schemes (@nicolas-grekas)- feature symfony/symfony#59863 [JsonEncoder] Rename the component to
JsonStreamer(@mtarld)- feature symfony/symfony#58769 [ErrorHandler] Add a command to dump static error pages (
@pyrech)
... (truncated)
Changelog
Sourced from symfony/framework-bundle's changelog.
CHANGELOG
7.3
Add
errors.phpandwebhook.phprouting configuration files (use them instead of their XML equivalent)Before:
when@dev: _errors: resource: '@FrameworkBundle/Resources/config/routing/errors.xml' prefix: /_errorwebhook: resource: '
@FrameworkBundle/Resources/config/routing/webhook.xml' prefix: /webhookAfter:
when@dev: _errors: resource: '@FrameworkBundle/Resources/config/routing/errors.php' prefix: /_errorwebhook: resource: '
@FrameworkBundle/Resources/config/routing/webhook.php' prefix: /webhookAdd support for the ObjectMapper component
Add support for assets pre-compression
Rename
TranslationUpdateCommandtoTranslationExtractCommandAdd JsonStreamer services and configuration
Add new
framework.property_info.with_constructor_extractoroption to allow enabling or disabling the constructor extractor integrationDeprecate the
--show-argumentsoption of thecontainer:debugcommand, as arguments are now always shownAdd autowiring alias for
RateLimiterFactoryInterfaceAdd
framework.validation.disable_translationoptionAdd support for signal plain name in the
messenger.stop_worker_on_signalsconfigurationDeprecate the
framework.validation.cacheoptionAdd
--methodoption to thedebug:routercommandAuto-exclude DI extensions, test cases, entities and messenger messages
Add DI alias from
ServicesResetterInterfacetoservices_resetterAdd
methodsargument in#[IsCsrfTokenValid]attributeAllow configuring the logging channel per type of exceptions
Enable service argument resolution on classes that use the
#[Route]attribute,
... (truncated)
Commits
030646fdisable the Lock integration to not register the deduplicate middlewared35386a[Webhook] Fix controller service name7961f86minor #60533 [FrameworkBundle][JsonPath] conflict with 7.4 releases of experi...8122caaconflict with 7.4 releases of experimental componentsde25053bug #60330 [FrameworkBundle] skip messenger deduplication middleware registra...3614e21[PropertyInfo] Improve deprecation message0ff288dbug #60479 [FrameworkBundle] object mapper service definition without form (s...95c9a2c[FrameworkBundle] object mapper service definition without form828e3a7bug #60489 [FrameworkBundle] Fix activation strategy of traceable decorators ...f5158cf[FrameworkBundle] Fix activation strategy of traceable decorators- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+75
-68
Package Dependencies
symfony/framework-bundle
packagist
7.2.5 → 7.3.0
Minor
Technical Details
| ID: | 770514 |
| UUID: | 2555832070 |
| Node ID: | PR_kwDOOvDr6c6YVucG |
| Host: | GitHub |
| Repository: | jerowork/example-application-graphql-attribute-schema |
| Merge State: | Unknown |