aceeditor-bundle
aceeditor-bundle copied to clipboard
Bump symfony/framework-bundle from 6.4.9 to 7.1.3
Bumps symfony/framework-bundle from 6.4.9 to 7.1.3.
Release notes
Sourced from symfony/framework-bundle's releases.
v7.1.3
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.2...v7.1.3)
- bug symfony/symfony#57803 [FrameworkBundle] move adding detailed JSON error messages to the validate phase (
@xabbuh
)- bug symfony/symfony#57589 [FrameworkBundle] fix AssetMapper usage without assets enabled (
@xabbuh
)v7.1.2
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57533 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled (
@nicolas-grekas
)- bug symfony/symfony#57554 [FrameworkBundle] Fix warming up routes (
@nicolas-grekas
)- bug symfony/symfony#57434 [FrameworkBundle] inject the missing logger service (
@xabbuh
)- bug symfony/symfony#57273 [FrameworkBundle] Fix setting default context for certain normalizers (
@HypeMC
)- bug symfony/symfony#57348 [Notifier][Brevo] change type from chatter to texter (
@xabbuh
)v7.1.1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.1)
- bug symfony/symfony#57297 [FrameworkBundle] not registered definitions must not be modified (
@xabbuh
)v7.1.0
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.1.0-RC1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0-BETA1...v7.1.0-RC1)
- no significant changes
v7.1.0-BETA1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54666 [DependencyInjection] Reset env vars when resetting the container (
@faizanakram99
)- feature symfony/symfony#54589 [Messenger] forward a Clock instance to the created InMemoryTransport (
@xabbuh
)- feature symfony/symfony#54356 [Notifier] LOX24 SMS bridge (
@alebedev80
)- feature symfony/symfony#54044 [Mailer] Add support for allowing some users even if
recipients
is defined inEnvelopeListener
(@lyrixx
)- feature symfony/symfony#53160 [PropertyInfo] Deprecate PropertyInfo Type (
@mtarld
)- feature symfony/symfony#53682 [Security] Support RSA algorithm signature for OIDC tokens (
@Spomky
)- feature symfony/symfony#54365 [DependencyInjection] Apply attribute configurator to child classes (
@GromNaN
)- feature symfony/symfony#49184 [FrameworkBundle][HttpFoundation] reduce response constraints verbosity (Nicolas Appriou,
@Nicals
)- feature symfony/symfony#54173 [Filesystem] Add the
readFile()
method (@derrabus
)- feature symfony/symfony#51227 [FrameworkBundle][Workflow] Attach the workflow's configuration to the
workflow
tag (@lyrixx
)- feature symfony/symfony#53734 [Notifier] Add SMSense bridge (
@jimiero
)- feature symfony/symfony#53927 [Notifier] Add new Pushy notifier bridge (
@stloyd
)- feature symfony/symfony#53866 [Workflow] determines places from transitions (
@lyrixx
)- feature symfony/symfony#50745 [DependencyInjection] Add
CheckAliasValidityPass
to check interface compatibility (@n-valverde
)- feature symfony/symfony#52510 [TypeInfo] Introduce component (
@mtarld
)- feature symfony/symfony#53550 [FrameworkBundle][HttpClient] Add
ThrottlingHttpClient
to limit requests within a timeframe (@HypeMC
)- feature symfony/symfony#53466 Add
SecretsRevealCommand
(@danielburger1337
)
... (truncated)
Changelog
Sourced from symfony/framework-bundle's changelog.
CHANGELOG
7.1
- Add
CheckAliasValidityPass
tolint:container
command- Add
private_ranges
as a shortcut for private IP address ranges to thetrusted_proxies
option- Mark classes
ConfigBuilderCacheWarmer
,Router
,SerializerCacheWarmer
,TranslationsCacheWarmer
,Translator
andValidatorCacheWarmer
asfinal
- Move the Router
cache_dir
tokernel.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 tohttp_client.default_options
andhttp_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 ifrecipients
is defined.- Reset env vars when resetting the container
7.0
- Remove command
translation:update
, usetranslation:extract
instead- Make the
http_method_override
config option default tofalse
- Remove
AbstractController::renderForm()
, userender()
instead- Remove the
Symfony\Component\Serializer\Normalizer\ObjectNormalizer
andSymfony\Component\Serializer\Normalizer\PropertyNormalizer
autowiring aliases, type-hint againstSymfony\Component\Serializer\Normalizer\NormalizerInterface
or implementNormalizerAwareInterface
instead- Remove the
Http\Client\HttpClient
service, usePsr\Http\Client\ClientInterface
instead- Remove the integration of Doctrine annotations, use native attributes instead
- Remove
EnableLoggerDebugModePass
, use argument$debug
of HttpKernel'sLogger
instead- Remove
AddDebugLogProcessorPass::configureLogger()
, use HttpKernel'sDebugLoggerConfigurator
instead- Make the
framework.handle_all_throwables
config option default totrue
- Make the
framework.php_errors.log
config option default totrue
- Make the
framework.session.cookie_secure
config option default toauto
- Make the
framework.session.cookie_samesite
config option default tolax
- Make the
framework.session.handler_id
default to null ifsave_path
is not set and tosession.handler.native_file
otherwise- Make the
framework.uid.default_uuid_version
config option default to7
- Make the
framework.uid.time_based_uuid_version
config option default to7
- Make the
framework.validation.email_validation_mode
config option default tohtml5
- Remove the
framework.validation.enable_annotations
config option, useframework.validation.enable_attributes
instead- Remove the
framework.serializer.enable_annotations
config option, useframework.serializer.enable_attributes
instead- Remove the
routing.loader.annotation
service, use therouting.loader.attribute
service instead- Remove the
routing.loader.annotation.directory
service, use therouting.loader.attribute.directory
service instead- Remove the
routing.loader.annotation.file
service, use therouting.loader.attribute.file
service instead- Remove
AnnotatedRouteControllerLoader
, useAttributeRouteControllerLoader
instead- Remove
AddExpressionLanguageProvidersPass
, useSymfony\Component\Routing\DependencyInjection\AddExpressionLanguageProvidersPass
instead- Remove
DataCollectorTranslatorPass
, useSymfony\Component\Translation\DependencyInjection\DataCollectorTranslatorPass
instead- Remove
LoggingTranslatorPass
, useSymfony\Component\Translation\DependencyInjection\LoggingTranslatorPass
instead- Remove
WorkflowGuardListenerPass
, useSymfony\Component\Workflow\DependencyInjection\WorkflowGuardListenerPass
instead
... (truncated)
Commits
a32ec54
Merge branch '7.0' into 7.107a3717
Merge branch '6.4' into 7.06cbdb0c
Fix merge (bis)6986f45
Merge branch '7.0' into 7.19d62f5c
Merge branch '6.4' into 7.021876ac
Fix merge14562c0
Merge branch '7.0' into 7.1bad7b25
Merge branch '6.4' into 7.035bab84
move adding detailed JSON error messages to the validate phase9c6a443
Merge branch '7.0' into 7.1- 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 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)