- Deprecated
RemoteJsonManifestVersionStrategy
, useJsonManifestVersionStrategy
instead
- Remove
UuidV*Generator
classes
- Deprecated the
parents()
method, useancestors()
instead
- Changed
$forms
parameter type of theDataMapperInterface::mapDataToForms()
method fromiterable
to\Traversable
- Changed
$forms
parameter type of theDataMapperInterface::mapFormsToData()
method fromiterable
to\Traversable
- Deprecated passing an array as the second argument of the
DataMapper::mapDataToForms()
method, pass\Traversable
instead - Deprecated passing an array as the first argument of the
DataMapper::mapFormsToData()
method, pass\Traversable
instead - Deprecated passing an array as the second argument of the
CheckboxListMapper::mapDataToForms()
method, pass\Traversable
instead - Deprecated passing an array as the first argument of the
CheckboxListMapper::mapFormsToData()
method, pass\Traversable
instead - Deprecated passing an array as the second argument of the
RadioListMapper::mapDataToForms()
method, pass\Traversable
instead - Deprecated passing an array as the first argument of the
RadioListMapper::mapFormsToData()
method, pass\Traversable
instead
- Deprecate the
session.storage
alias andsession.storage.*
services, use thesession.storage.factory
alias andsession.storage.factory.*
services instead - Deprecate the
framework.session.storage_id
configuration option, use theframework.session.storage_factory_id
configuration option instead - Deprecate the
session
service and theSessionInterface
alias, use the\Symfony\Component\HttpFoundation\Request::getSession()
or the new\Symfony\Component\HttpFoundation\RequestStack::getSession()
methods instead
- Deprecate the
NamespacedAttributeBag
class
- Marked the class
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
as internal
- Deprecated the
prefetch_count
parameter in the AMQP bridge, it has no effect and will be removed in Symfony 6.0
- Changed the return type of
AbstractTransportFactory::getEndpoint()
from?string
tostring
- Changed the signature of
Dsn::__construct()
to accept a singlestring $dsn
argument - Removed the
Dsn::fromString()
method
- Deprecated the
SetUpTearDownTrait
trait, use original methods with "void" return typehint
- Deprecated the
Type::getCollectionKeyType()
andType::getCollectionValueType()
methods, useType::getCollectionKeyTypes()
andType::getCollectionValueTypes()
instead
- Deprecate all classes in the
Core\Encoder\
sub-namespace, use thePasswordHasher
component instead - Deprecated voters that do not return a valid decision when calling the
vote
method
- Deprecate
UserPasswordEncoderCommand
class and the correspondinguser:encode-password
command, useUserPasswordHashCommand
anduser:hash-password
instead - Deprecate the
security.encoder_factory.generic
service, thesecurity.encoder_factory
andSymfony\Component\Security\Core\Encoder\EncoderFactoryInterface
aliases, usesecurity.password_hasher_factory
andSymfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface
instead - Deprecate the
security.user_password_encoder.generic
service, thesecurity.password_encoder
and theSymfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface
aliases, usesecurity.user_password_hasher
,security.password_hasher
andSymfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface
instead
- Deprecated
ArrayDenormalizer::setSerializer()
, callsetDenormalizer()
instead
- Replaced
UuidV1::getTime()
,UuidV6::getTime()
andUlid::getTime()
byUuidV1::getDateTime()
,UuidV6::getDateTime()
andUlid::getDateTime()
- Deprecate
InvalidTokenConfigurationException