-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Insights: symfony/symfony
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
186 Pull requests merged by 57 people
-
[Routing] make RoutingControllerPass and AttributeServicesLoader final
#61512 merged
Aug 25, 2025 -
[FrameworkBundle] fix tests
#61509 merged
Aug 24, 2025 -
[Security] Preserve ordering of roles in RoleHierarchy
#61507 merged
Aug 24, 2025 -
[Console] Restore
SHELL_VERBOSITY
after a command is ran#61033 merged
Aug 23, 2025 -
[FrameworkBundle] Only show relevant columns in
debug:router
call and adding colors#59780 merged
Aug 23, 2025 -
[Security] Improve performance of
RoleHierarchy::buildRoleMap
method#61057 merged
Aug 23, 2025 -
[Messenger] Add
--exclude-receivers
tomessenger:consume
command#60979 merged
Aug 23, 2025 -
[ObjectMapper] embed collection transformer
#60442 merged
Aug 23, 2025 -
[Console] Fix testing multiline question
#61501 merged
Aug 23, 2025 -
[SecurityHttp] Removes final keyword from IsGranted attribute
#61504 merged
Aug 23, 2025 -
[String] Fix nodes singular
#61503 merged
Aug 22, 2025 -
[JsonPath][JsonStreamer][ObjectMapper] the components are no longer experimental
#61500 merged
Aug 22, 2025 -
[FrameworkBundle][Routing] Auto-register routes from attributes found on controller services
#61492 merged
Aug 22, 2025 -
[SecurityBundle] add missing changelog entry
#61502 merged
Aug 22, 2025 -
[Mailer] use the same transport for both Mailtrap's live and sandbox API
#61499 merged
Aug 22, 2025 -
[DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config files
#61282 merged
Aug 22, 2025 -
[Console] Add getter for the original command "code" object
#61078 merged
Aug 22, 2025 -
[Security][Validator] Review translations
#61495 merged
Aug 22, 2025 -
[Security] Ignore target route when exiting impersonation
#61486 merged
Aug 22, 2025 -
[TypeInfo] Add extra type alias support
#61480 merged
Aug 22, 2025 -
[WebProfilerBundle] Update toolbar.css.twig
#61498 merged
Aug 22, 2025 -
[HttpFoundation] use PHPUnit's native expectUserDeprecationMessage() method
#61485 merged
Aug 21, 2025 -
[DomCrawler] Improve phpdoc annotations
#61482 merged
Aug 21, 2025 -
[DomCrawler] Always parse according to HTML5 rules thanks to the native DOM parser
#61481 merged
Aug 21, 2025 -
[DomCrawler] Use the native HTML5 parser on PHP 8.4
#61475 merged
Aug 21, 2025 -
[PhpUnitBridge] revert patching of PHPUnit about memleak reports
#61476 merged
Aug 21, 2025 -
[Routing] Remove deprecated
getEnv
andsetEnv
methods#61477 merged
Aug 21, 2025 -
[Notifier][Discord] Remove length checks
#61467 merged
Aug 20, 2025 -
Fix low-deps tests
#61473 merged
Aug 20, 2025 -
[PhpUnitBridge] Code cleanup
#61472 merged
Aug 20, 2025 -
[HttpFoundation] Don’t check suffix on empty MIME type
#61471 merged
Aug 20, 2025 -
Bump phpunit-bridge to ^7.4|^8.0
#61470 merged
Aug 20, 2025 -
[PhpUnitBridge] Patch phpunit to clear php8.5 deprecation
#61469 merged
Aug 20, 2025 -
[Routing] Fix Typo in CHANGELOG.md
#61468 merged
Aug 20, 2025 -
[Notifier][Discord] fix test
createProvider
inDiscordTransportFactoryTest
#61464 merged
Aug 20, 2025 -
[Routing] Add possibility to create a request context with parameters directly
#60120 merged
Aug 20, 2025 -
[Mailer][Sendgrid] Add suppression groups support
#61455 merged
Aug 20, 2025 -
[HttpFoundation] Add support for structured MIME suffix
#61267 merged
Aug 20, 2025 -
[Routing] allow setting multiple envs in
#[Route]
attribute#61358 merged
Aug 20, 2025 -
[HttpFoundation] fix session cookie options assertions on PHP 8.5
#61465 merged
Aug 20, 2025 -
[Security] Add
$methods
support to#[IsGranted]
to restrict access by HTTP method#61359 merged
Aug 20, 2025 -
[Messenger] use non-deprecated DBAL-API when available
#61460 merged
Aug 20, 2025 -
[String] Fix issues singular
#61459 merged
Aug 19, 2025 -
[JsonStreamer] fix tests
#61461 merged
Aug 19, 2025 -
[Notifier][Discord] Add
DiscordBotTransport
#60218 merged
Aug 19, 2025 -
[Notifier][Telegram] Add TelegramOptions::messageThreadId()
#61444 merged
Aug 19, 2025 -
[Console] Fix name/alias/usages when an invokable command has an alias
#61367 merged
Aug 19, 2025 -
[Intl] Take timezoneTypes’ ianaMap into account
#61426 merged
Aug 19, 2025 -
[WebProfilerBundle] Hide WDT clearer when it is hidden
#61422 merged
Aug 19, 2025 -
[TypeInfo] Add space after glue comma
#61430 merged
Aug 19, 2025 -
Remove obsolete code for solved Psalm issue in workflow
#61437 merged
Aug 19, 2025 -
[Config] Reduce the size of serialized resource checkers
#61454 merged
Aug 19, 2025 -
[Mailer] Add compatibility for Mailtrap's sandbox
#61315 merged
Aug 19, 2025 -
[Serializer] Replace Japan timezone with Asia/Tokyo
#61438 merged
Aug 18, 2025 -
no longer use 7.4 workaround for
COMPOSER_ROOT_VERSION
#61369 merged
Aug 18, 2025 -
[Serializer][Validator] Make internal properties private
#61449 merged
Aug 18, 2025 -
[VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties
#61453 merged
Aug 18, 2025 -
Remove direct access to internal properties cross-components
#61452 merged
Aug 18, 2025 -
[DoctrineBridge] remove deprecated nullable option from primary key columns
#61450 merged
Aug 18, 2025 -
[Validator] Optimize serialized metadata and cleanup tests
#61448 merged
Aug 18, 2025 -
[String] specific fix to avoid 'outag' when inflecting 'outages'
#61447 merged
Aug 18, 2025 -
Use <info> for options in command description
#61446 merged
Aug 17, 2025 -
[FrameworkBundle] Make
cache:warmup
warm up read-only caches#61115 merged
Aug 17, 2025 -
[WebProfilerBundle] Remove code for PHP < 8.3
#61442 merged
Aug 17, 2025 -
[ObjectMapper] Remove obsolete TODO
#61440 merged
Aug 17, 2025 -
[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the
QUERY
HTTP method#61173 merged
Aug 16, 2025 -
[Security] Add bool return type to CustomCredentials callable parameter
#61409 merged
Aug 16, 2025 -
[DependencyInjection] Don’t autowire excluded services
#61411 merged
Aug 15, 2025 -
[HttpKernel][Mime][Serializer][String][Validator] Replace
__sleep/wakeup()
by__(un)serialize()
#61424 merged
Aug 14, 2025 -
[Mime] Deprecate implementing
__sleep/wakeup()
onAbstractPart
implementations#61423 merged
Aug 14, 2025 -
[Validator] Deprecate implementing
__sleep/wakeup()
on GenericMetadata implementations#61418 merged
Aug 14, 2025 -
[String] Deprecate implementing
__sleep/wakeup()
on string implementations#61417 merged
Aug 14, 2025 -
More cleanups related to internal sleep/wakeup usages
#61414 merged
Aug 14, 2025 -
chore: PHP CS Fixer - simplify config
#61408 merged
Aug 14, 2025 -
[HttpKernel] Deprecate
__sleep/wakeup()
on kernels and data collectors and makeProfile
final#61412 merged
Aug 14, 2025 -
[Serializer] Make
AttributeMetadata
andClassMetadata
final#61413 merged
Aug 14, 2025 -
Replace __sleep/wakeup() by __(un)serialize() when BC isn't a concern
#61410 merged
Aug 14, 2025 -
[Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
#61401 merged
Aug 14, 2025 -
chore: PHP CS Fixer - update heredoc handling
#61372 merged
Aug 13, 2025 -
[Messenger] fix tests using Redis
#61406 merged
Aug 13, 2025 -
Remove calls to no-op functions, deprecated in PHP 8.5
#61405 merged
Aug 13, 2025 -
Remove calls to deprecated methods of SplObjectStorage
#61402 merged
Aug 13, 2025 -
[TypeInfo] Fix converting list to string
#61375 merged
Aug 13, 2025 -
[Messenger] Show package installation hint also for amqps
#61394 merged
Aug 13, 2025 -
fix intl tests PHPUnit command
#61398 merged
Aug 13, 2025 -
chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
#61371 merged
Aug 12, 2025 -
Fix tests
#61393 merged
Aug 12, 2025 -
Run high-deps tests on PHP 8.4
#61395 merged
Aug 12, 2025 -
[EventDispatcher] conflict with symfony/security-http <7.4
#61396 merged
Aug 12, 2025 -
chore: PHP CS Fixer - heredoc indentation as of PHP 7.3
#61373 merged
Aug 12, 2025 -
[HtmlSanitizer] Remove MastermindsParser and add $context arg to ParserInterface::parse()
#61391 merged
Aug 12, 2025 -
[CI] clean up unused code from integration test
#61363 merged
Aug 12, 2025 -
use PHPUnit 12.3 for the low and high deps jobs too
#61392 merged
Aug 12, 2025 -
[DoctrineBridge] skip legacy extractor test with symfony/property-info 8.0+
#61378 merged
Aug 12, 2025 -
run high deps tests on PHP 8.4 to actually test them with Symfony 8 deps
#61377 merged
Aug 12, 2025 -
[HtmlSanitizer] Use the native HTML5 parser when using PHP 8.4+
#61366 merged
Aug 12, 2025 -
run tests with PHPUnit 12.3
#61390 merged
Aug 12, 2025 -
[ObjectMapper] read source metadata before transform
#61310 merged
Aug 12, 2025 -
[WebProfilerBundle] Fix toolbar not rendering after replacing it
#61355 merged
Aug 12, 2025 -
[HtmlSanitizer] Fix
force_attributes
not replacing existing attribute in initial data#58547 merged
Aug 12, 2025 -
[GitHub] Update
.github/PULL_REQUEST_TEMPLATE.md
to remove SF 7.2 as it's not supported anymore#61383 merged
Aug 11, 2025 -
[Yaml] Fix code style
#61349 merged
Aug 9, 2025 -
[Mailer] [Resend] Add friendly name in the
to
field#61335 merged
Aug 9, 2025 -
[CI] fixed the Intl data tests actions
#61364 merged
Aug 9, 2025 -
[Mailer] Fix expected exception message to include quotes around "http(s)://"
#61360 merged
Aug 8, 2025 -
[Validator] (60455) Validate translations for Arabic (ar)
#61354 merged
Aug 7, 2025 -
[Validator] Validate translations for Ukrainian (uk)
#61352 merged
Aug 7, 2025 -
[VarDumper] Fix dumping objects from the DOM extension
#61351 merged
Aug 6, 2025 -
[DomCrawler] [Tests] Adapt testAddHtmlContentWithErrors to be HTML5 compliant
#61347 merged
Aug 6, 2025 -
[Mailer] Add MicrosoftGraph API Transport
#61290 merged
Aug 6, 2025 -
[Messenger] Allow SQS to handle its own retry/DLQ
#60754 merged
Aug 6, 2025 -
[Console] Adding more helpful error messages to the Questionhelper
#61308 merged
Aug 6, 2025 -
[SecurityBundle] Add tests for
debug:firewall
command#61334 merged
Aug 6, 2025 -
[Form] Fix code style issues
#61345 merged
Aug 6, 2025 -
Remove some implicit bool type juggling
#61203 merged
Aug 5, 2025 -
[DependencyInjection] Dump XML using plain PHP, no DOM needed
#61280 merged
Aug 5, 2025 -
run tests with PHPUnit 12.1 on PHP >= 8.3
#61333 merged
Aug 5, 2025 -
[Messenger] Remove fix
NoAutoAckStamp
handling inWorker::flush()
#61291 merged
Aug 5, 2025 -
[Scheduler] Fix
scheduler.task
tag arguments optionality#61307 merged
Aug 5, 2025 -
[FrameworkBundle] Fix block type from
OK
toERROR
when local vault is disabled inSecretsRemoveCommand
#61337 merged
Aug 5, 2025 -
[Form] use
false
instead ofnull
to hide the currency symbol#61338 merged
Aug 5, 2025 -
Fix wrong boolean values
#61296 merged
Aug 4, 2025 -
Cleanup .php-cs-fixer.dist.php
#61332 merged
Aug 4, 2025 -
use PHPUnit 11.5 when we need to ignore deprecations
#61330 merged
Aug 4, 2025 -
Remove some unneeded var annotations
#61329 merged
Aug 4, 2025 -
[FrameworkBundle] Decouple ControllerResolverTest from HttpKernel
#61328 merged
Aug 4, 2025 -
Fix inline var annotations
#61327 merged
Aug 4, 2025 -
[PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1
#61304 merged
Aug 4, 2025 -
[FrameworkBundle] Add tests for
secrets:decrypt-to-local
,encrypt-from-local
, andgenerate-keys
commands#61316 merged
Aug 4, 2025 -
[JsonStreamer] fix expected stream to native value transformers
#61323 merged
Aug 4, 2025 -
run tests with PHPUnit 12.0 on PHP >= 8.3
#61325 merged
Aug 4, 2025 -
[Ldap][Messenger][Validator][Workflow] Add methods to interfaces as planned
#61324 merged
Aug 4, 2025 -
[Console] [Table] Don't split grapheme clusters
#61319 merged
Aug 4, 2025 -
[Contracts] replace #[TestWithJson] with #[TestWith]
#61321 merged
Aug 4, 2025 -
CS fixes
#61318 merged
Aug 4, 2025 -
replace PHPUnit annotations with attributes
#61299 merged
Aug 4, 2025 -
[FrameworkBundle] fix low deps tests
#61314 merged
Aug 4, 2025 -
[FrameworkBundle] Escape parameters when serializing ContainerBuilders
#61306 merged
Aug 2, 2025 -
Fix tests sensitive to SYMFONY_IDE env var
#61298 merged
Aug 2, 2025 -
[Translation] account for error message changes in PHP 8.5
#61303 merged
Aug 1, 2025 -
[Intl] account for error message changes in PHP 8.5
#61300 merged
Aug 1, 2025 -
run tests using PHPUnit 11.5
#58370 merged
Aug 1, 2025 -
[Form] Fix interface name in Guess documentation
#61294 merged
Aug 1, 2025 -
[Validator] Review Persian translation for Twig template
#61283 merged
Jul 31, 2025 -
Release v7.3.2
#61286 merged
Jul 31, 2025 -
Release v7.2.9
#61285 merged
Jul 31, 2025 -
Release v6.4.24
#61284 merged
Jul 31, 2025 -
[OptionsResolver] make data provider static
#61281 merged
Jul 31, 2025 -
[DependencyInjection] Escape parameters before resolving env placeholders
#61276 merged
Jul 30, 2025 -
[Validator] remove support for generic constraint option handling
#61063 merged
Jul 30, 2025 -
[Console] [Table] Fix unnecessary wrapping
#61268 merged
Jul 30, 2025 -
[Lock] Fix using fractional TTLs
#61085 merged
Jul 30, 2025 -
[DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN
#61270 merged
Jul 30, 2025 -
[Messenger] disable detecting modified indexes with DBAL 4.3
#61271 merged
Jul 30, 2025 -
[Console] [Table] Fix invalid UTF-8 due to text wrapping
#61242 merged
Jul 30, 2025 -
[FrameworkBundle] relax assertions for forward compatibility with Symfony 7.4
#61264 merged
Jul 30, 2025 -
[Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster
#61234 merged
Jul 30, 2025 -
[Validator] deprecate passing choices as
$options
argument toChoice
constraint#61255 merged
Jul 29, 2025 -
[OptionsResolver] Optimize splitOutsideParenthesis() - 5.9x faster
#61239 merged
Jul 29, 2025 -
[VarDumper] Use unique identifier for
RequestContextProvider
#61246 merged
Jul 29, 2025 -
[DependencyInjection] Update
ResolveClassPass
to check class existence#61215 merged
Jul 29, 2025 -
[Validator] Add Japanese translation for Twig template validator
#61251 merged
Jul 29, 2025 -
[FrameworkBundle] Fix
lint:container --resolve-env-vars
#61261 merged
Jul 29, 2025 -
[JsonPath] Fix the readme doc link
#61263 merged
Jul 29, 2025 -
Leverage symfony-tools/fabbot
#61260 merged
Jul 29, 2025 -
Turn fabbot into a reusable github action
#61256 merged
Jul 28, 2025 -
[Serializer] Make data provider return type match its PHPDoc
#61249 merged
Jul 28, 2025 -
[WebProfilerBundle] fix fixture files locations
#61245 merged
Jul 26, 2025 -
[Config] resolve conflict
#61244 merged
Jul 26, 2025 -
[FrameworkBundle] Fix cache warmers tests
#61101 merged
Jul 26, 2025 -
[Console] Fix
TreeHelper::addChild
when providing a string#61080 merged
Jul 26, 2025 -
[Serializer] Handle invalid mapping type property type
#60296 merged
Jul 26, 2025 -
[Config] Do not generate unreachable configuration paths
#58995 merged
Jul 26, 2025 -
[WebProfilerBundle] Fix missing indent on non php files opended in the profiler
#60867 merged
Jul 26, 2025 -
[Serializer] Add
CDATA_WRAPPING_NAME_PATTERN
support toXmlEncoder
#60355 merged
Jul 26, 2025 -
[BrowserKit] Add PHPUnit constraints:
BrowserHistoryIsOnFirstPage
andBrowserHistoryIsOnLastPage
#60955 merged
Jul 26, 2025 -
[Validator] Add
min
andmax
in both error messages ofLengthValidator
#60805 merged
Jul 26, 2025 -
[ObjectMapper] skip reading uninitialized values
#61233 merged
Jul 26, 2025 -
[AssetMapper] Add support for loading JSON using import statements
#61133 merged
Jul 26, 2025 -
[JsonPath] Fix parsing invalid Unicode codepoints
#61199 merged
Jul 26, 2025 -
[Validator] remove docblocks for deprecated argument types
#61240 merged
Jul 26, 2025
32 Pull requests opened by 24 people
-
[FrameworkBundle] Add support for union types on `#[AsEventListener]`
#61252 opened
Jul 27, 2025 -
[Console] Expand LockableTrait API
#61273 opened
Jul 30, 2025 -
[Serializer] Introduce template type for `NormalizerInterface` and `DenormalizerInterface`
#61274 opened
Jul 30, 2025 -
[Serializer] Remove `@internal` from `ClassMetadataInterface` and `AttributeMetadataInterface`
#61278 opened
Jul 30, 2025 -
[Serializer] Allows to instantiate property when creating a `NotNormalizableValueException`
#61279 opened
Jul 30, 2025 -
[Serializer] Deprecate XML configuration format
#61287 opened
Jul 31, 2025 -
[Validator] Deprecate XML configuration format
#61288 opened
Jul 31, 2025 -
[Form] Add form type guesser for `EnumType`
#61297 opened
Aug 1, 2025 -
[WebProfilerBundle] Show `EventSource` requests in debug toolbar
#61311 opened
Aug 3, 2025 -
[Validator] feature coordinates validator
#61313 opened
Aug 3, 2025 -
[Security][TwigBridge] Add access_decision() and access_decision_for_user()
#61379 opened
Aug 10, 2025 -
[Intl][Currency] fetch active currencies in currency type by default
#61400 opened
Aug 13, 2025 -
[Intl] Add methods to filter currencies more precisely
#61431 opened
Aug 15, 2025 -
[TwigBridge][TwigBundle] Add `rate_limit()` Twig function
#61439 opened
Aug 16, 2025 -
[FrameworkBundle] Deprecate container parameters router.request_context.scheme and .host
#61457 opened
Aug 19, 2025 -
[HttpKernel] Prevent TypeError for out-of-range route parameters
#61458 opened
Aug 19, 2025 -
[Messenger] Add ListableReceiverInterface support to RedisReceiver
#61462 opened
Aug 19, 2025 -
Legacy TODO in XmlEncoder regarding root node name during decoding #61441
#61466 opened
Aug 20, 2025 -
[Console] Add `#[Input]` attribute to support DTOs in invokable commands
#61478 opened
Aug 21, 2025 -
[DependencyInjection][Routing] Define array-shapes for config arrays
#61490 opened
Aug 21, 2025 -
[Console] Allow to test the different streams at the same time
#61494 opened
Aug 21, 2025 -
[Notifier] Add tests for option classes
#61496 opened
Aug 21, 2025 -
[ObjectMapper] cache attributes in memory
#61497 opened
Aug 21, 2025 -
[HttpKernel] Remove unnecessary check in `RegisterControllerArgumentLocatorsPass`
#61505 opened
Aug 22, 2025 -
[WebProfilerBundle] Show `APP_RUNTIME`
#61508 opened
Aug 23, 2025 -
[DependencyInjection] Allow disabling instanceof config inheritance
#61511 opened
Aug 25, 2025 -
[Security] update test to not use the deprecated API
#61513 opened
Aug 25, 2025 -
[ObjectMapper] dump mapping code
#61515 opened
Aug 25, 2025 -
Add MapResponsePayload attribute for automatic JSON response serialization
#61516 opened
Aug 25, 2025 -
[FrameworkBundle][JsonPath] Add support for custom JsonPath functions
#61517 opened
Aug 25, 2025 -
[HttpKernel] Handle an array vary header in the http cache store for …
#61518 opened
Aug 25, 2025
87 Issues closed by 22 people
-
Cannot test ux-autocomplete in a WebTestCase
#58548 closed
Aug 24, 2025 -
Border crossing should not appear when spanning cols
#59616 closed
Aug 23, 2025 -
[Messenger] Oracle errors `ORA-00955: Name is already used by an existing object` with Doctrine transport
#59903 closed
Aug 23, 2025 -
Improved output of debug route collection
#59767 closed
Aug 23, 2025 -
performance issues with RoleHierarchy
#57322 closed
Aug 23, 2025 -
[ObjectMapper] Support mapping to nested arrays of objects
#61116 closed
Aug 23, 2025 -
[Console] Wrong response content question multiline
#58910 closed
Aug 23, 2025 -
[Security] Make IsGranted Attribute non final to allow usage of custom attributes
#60896 closed
Aug 23, 2025 -
CacheAttributeListener overrides custom Vary headers when set_locale_from_accept_language is enabled
#61229 closed
Aug 22, 2025 -
[Routing] free controllers from their folder
#60946 closed
Aug 22, 2025 -
[DependencyInjection][Routing] Add JSON Schema for Services and Route definition
#60572 closed
Aug 22, 2025 -
Missing translations for Spanish (es)
#54958 closed
Aug 22, 2025 -
Impersonation exit route not used
#53873 closed
Aug 22, 2025 -
[PropertyInfo] PhpStanExtractor does not support phpstan.neon-defined aliases
#61302 closed
Aug 22, 2025 -
[FrameworkBundle] No machine data available for `bin/console debug:config --format=json`
#61479 closed
Aug 21, 2025 -
`json_login_ldap` in chain with `json_login` and new authenticator
#41892 closed
Aug 21, 2025 -
Leverage PHP 8.4's native parsing of HTML5
#53666 closed
Aug 21, 2025 -
[TypeInfo] Add `scalar` type
#61385 closed
Aug 20, 2025 -
[TypeInfo] Add `numeric-string` type
#61386 closed
Aug 20, 2025 -
[PropertyInfo] PhpStanExtractor parsing failure
#61301 closed
Aug 20, 2025 -
[http-foundation OR routing] Defining query string parameters
#59802 closed
Aug 20, 2025 -
[Mailer] Sendgrid API Transport: allow use of asm
#53830 closed
Aug 20, 2025 -
[Routing] make it possible so that env parameter can set a array
#61344 closed
Aug 20, 2025 -
Telegram Message Thread Id: symfony/telegram-notifier
#61443 closed
Aug 19, 2025 -
Timezone Asia/Calcutta deprecated
#61289 closed
Aug 19, 2025 -
White empty bar appears after collapsing Web Debug Toolbar in Symfony 7.3.2
#61416 closed
Aug 19, 2025 -
Unable to transmit Log entries below ERROR in Monolog Bridge NotifierHandler
#47826 closed
Aug 19, 2025 -
[HttpKernel] #[MapUploadedFile] does not throw HttpException when no file is provided in request
#61376 closed
Aug 19, 2025 -
[ObjectMapper] Mapping array to Collection and the other way around
#61266 closed
Aug 18, 2025 -
[Router][Cache] Router cache does not warm using `cache:warm`, but does when `cache:clear`
#59703 closed
Aug 17, 2025 -
`MimeTypes::getExtensions` returns an empty array with `application/x-ndjson` mime type
#61135 closed
Aug 17, 2025 -
[UrlValidator] Url with curly braces is not correctly validated
#58720 closed
Aug 16, 2025 -
No difference between `path()` and `url()` when there are "host tokens"
#61435 closed
Aug 16, 2025 -
Add support for QUERY method
#60521 closed
Aug 16, 2025 -
impossible to have debug bar in dev mode with symfony 5.12 cli version
#61380 closed
Aug 15, 2025 -
Cache Pool InvalidateTags does not remove Cache Item
#61428 closed
Aug 15, 2025 -
Enums are considered as services by the container
#60738 closed
Aug 15, 2025 -
symfony/console 6.4.24 cause printed <fg> on windows
#61429 closed
Aug 15, 2025 -
[tagged_iterator yaml tag with AutoconfigureTag] Bug
#59532 closed
Aug 14, 2025 -
[ObjectMapper] Constructor is not used when mapping to FQCN and the same goes for nested objects
#61265 closed
Aug 14, 2025 -
Remove LoggerAwareInterface from classes where setting a logger is considered deprecated
#61403 closed
Aug 13, 2025 -
[VarExporter] Trying to use `isReadOnly` in versions lower than 8.2
#61399 closed
Aug 12, 2025 -
[ObjectMapper] Allow transform from target
#61027 closed
Aug 12, 2025 -
[Scheduler] RecurringMessage::every() skips last day in comma-separated list
#60745 closed
Aug 12, 2025 -
[HTMLSanitizer] `force_attributes` not replacing existing attribute in initial data
#58065 closed
Aug 12, 2025 -
`symfony/html-sanitizer` stripping `<head>` element despite being a safe element by default
#58426 closed
Aug 12, 2025 -
[HtmlSanitizer] Sanitize non-printable characters
#59919 closed
Aug 12, 2025 -
Console: Add type-safe getArgument and getOption methods to InputInterface
#58406 closed
Aug 8, 2025 -
[RFC][Validator] Produce better trace when there are no violations
#59662 closed
Aug 8, 2025 -
Missing translations for Arabic (ar)
#60455 closed
Aug 7, 2025 -
Missing translations for Ukrainian (uk)
#61353 closed
Aug 7, 2025 -
Missing translations for Ukrainian (uk)
#60474 closed
Aug 7, 2025 -
`testAddHtmlContentWithErrors` fails if php is compiled with libxml2 >= 2.14
#61346 closed
Aug 6, 2025 -
Document how symfony/deprecation-contracts may affect PHPUnit test execution
#59429 closed
Aug 6, 2025 -
Symfony SQS Transport not compatible with SQS-DLQs
#45104 closed
Aug 6, 2025 -
[DebugBundle] Add chronological overview of dispatched events and triggered listeners in profiler
#58382 closed
Aug 4, 2025 -
FrameworkConfig::session() and FrameworkConfig::router() return types seems to be wrong
#60763 closed
Aug 3, 2025 -
[JsonPath] Returning `[0 => null]` on path with `length` filter
#61258 closed
Aug 2, 2025 -
[Console][DI] Make use of autowiring within a complex console application
#52969 closed
Aug 2, 2025 -
[Serializer] - constructor denormalize inconsistency
#61295 closed
Aug 1, 2025 -
Missing translations for Persian (fa)
#60466 closed
Jul 31, 2025 -
[Console][Table] Invalid "UTF-8" string caused by text warping
#58286 closed
Jul 31, 2025 -
Entity manager is closed error after upgrading to Symfony 7.3
#61005 closed
Jul 30, 2025 -
[DI] `ContainerBuilder` can throw when resolving unescaped parameters
#59594 closed
Jul 30, 2025 -
Add options to `dump` function
#48474 closed
Jul 30, 2025 -
Return type deprecation
#61275 closed
Jul 30, 2025 -
[Lock] [DoctrineDbalStore] Key expiration is casted as integer but is a float
#59938 closed
Jul 30, 2025 -
Doctrine Deprecation
#61269 closed
Jul 30, 2025 -
Missing translations for Japanese (ja)
#60465 closed
Jul 29, 2025 -
[VarDumper] `spl_object_hash($request)` is identical leading to hidden information for sections
#61130 closed
Jul 29, 2025 -
lint:container --resolve-env-vars fails on new project
#59028 closed
Jul 29, 2025 -
[HttpClient] Get request body when using MockResponse together with Psr18Client in symfony 7.2
#59141 closed
Jul 29, 2025 -
[RFC] Add DevContainer support for GitHub Codespaces and Visual Studio Code's DevContainer feature
#61254 closed
Jul 29, 2025 -
[RFC] Auto-generate role-based attributes like #[ForAdmin] from security.role_hierarchy
#61253 closed
Jul 28, 2025 -
Route parameter mapping doesn't work with forwarded requests
#61185 closed
Jul 28, 2025 -
[HttpClient] Unable to set `$info['redirect_url']` via MockResponse
#59324 closed
Jul 28, 2025 -
YAML syntax error in csrf.yaml during Symfony 7.3 webapp installation
#61247 closed
Jul 28, 2025 -
Symfony Forms ChoiceType chained choice_filter
#60346 closed
Jul 28, 2025 -
PdoSessionHandler with SQL Server and ODBC Driver 18 does not support option for TrustServerCertificate=yes
#57743 closed
Jul 28, 2025 -
[RFC] Add DevContainer support for GitHub Codespaces
#61241 closed
Jul 27, 2025 -
Validator does not support property hooks (get/set)
#61250 closed
Jul 27, 2025 -
[Lock] - pass redis connection
#53845 closed
Jul 27, 2025 -
"syntax error, unexpected token "<<"" in symfony/config/blob/7.3/Builder/ConfigBuilderGenerator.php
#61243 closed
Jul 26, 2025 -
[WebProfilerBundle] Missing indent on non php files opended in the profiler
#60835 closed
Jul 26, 2025 -
[ObjectMapper] Allow to skip mapping non-initialized source values
#60786 closed
Jul 26, 2025 -
Add support for Enums in Voters
#61235 closed
Jul 25, 2025
35 Issues opened by 34 people
-
[Filesystem] Duplicate methods for checking absolute path
#61510 opened
Aug 24, 2025 -
Unclear exception in XmlFileLoader
#61493 opened
Aug 21, 2025 -
[Profiler] RFC: display app runtime in the Symfony configuration dashboard
#61491 opened
Aug 21, 2025 -
[Webhook] Mailchimp webhook is rejecting requests
#61489 opened
Aug 21, 2025 -
[FormType][Twig] Error in mapping error on the form collection when using 'property_path'
#61484 opened
Aug 21, 2025 -
Prevent type error when routing parameter cannot be converted to integer
#61451 opened
Aug 18, 2025 -
[Serializer] Legacy TODO in XmlEncoder regarding root node name during decoding
#61441 opened
Aug 17, 2025 -
Support `ListableReceiverInterface` for `RedisReceiver` in `symfony/redis-messenger`
#61436 opened
Aug 15, 2025 -
[Console] Testing `src/Symfony/Component/Console` fails during a full `php ./phpuinit symfony` test
#61434 opened
Aug 15, 2025 -
Make FormRenderer::humanize static
#61433 opened
Aug 15, 2025 -
[PropertyInfo] ReflectionExtractor::getReadInfo returns null for property `_`
#61425 opened
Aug 14, 2025 -
Asset-Mapper: Add extension point to resolve paths
#61420 opened
Aug 14, 2025 -
[Serializer] Does not pass context to property-info thus cannot control enable_getter_setter_extraction
#61419 opened
Aug 14, 2025 -
[FrameworkBundle] Running Symfony Tests > SecretsListCommandTest fails if path is too long
#61415 opened
Aug 14, 2025 -
[Asset Mapper] - Bootstrap JS throwing undefined error
#61397 opened
Aug 12, 2025 -
Environment variables "DOCKER_SERVICE_NAME" are never used. Only happens in production.
#61389 opened
Aug 12, 2025 -
SignalRegistry should deregister handlers after command termination
#61388 opened
Aug 11, 2025 -
[Notifier][MicrosoftTeams] Adaptive Card format support
#61387 opened
Aug 11, 2025 -
[Console] Support reading from stdin directly
#61384 opened
Aug 11, 2025 -
[HttpKernel] `#[MapUploadedFile]` validation errors for files have empty `propertyPath`
#61370 opened
Aug 9, 2025 -
[Intl] Methods to check if a given currency is obsolete/active
#61365 opened
Aug 8, 2025 -
[Notifier][Webhook] Webhook channel for notifier
#61362 opened
Aug 8, 2025 -
[ObjectMapper] Multiple: context array, mapping depth, selective instantiation of lazy objects.
#61357 opened
Aug 7, 2025 -
[ObjectMapper] ObjectMapper::map calling constructor without any arguments
#61348 opened
Aug 6, 2025 -
[Serializer] Union types of objects ordering prevents valid denormalization
#61343 opened
Aug 5, 2025 -
[DependencyInjection] ServiceLocator provides unexpected service id
#61341 opened
Aug 5, 2025 -
[FrankenPHP+DebugBundle+WebProfilerBundle] Using `dd` in worker mode results in blank page
#61340 opened
Aug 5, 2025 -
Outputing a Binary in Symfony Console
#61326 opened
Aug 4, 2025 -
[Validator] add new constraints Latitude and Longitude
#61312 opened
Aug 3, 2025 -
[Messenger] BatchHandlerTrait::flush() ignores $force parameter
#61292 opened
Jul 31, 2025 -
CheckTypeDeclarationsPass::checkType should use the type resolver
#61277 opened
Jul 30, 2025 -
[Form] With form builder, auto-detect Enum properties
#61272 opened
Jul 30, 2025 -
[Messenger] - messenger:consume, select transports with pattern
#61259 opened
Jul 29, 2025 -
[MIME] Allow inclusion of Bcc field when calling toString()
#61257 opened
Jul 28, 2025 -
[RFC] New command `lint:deprecations`
#61238 opened
Jul 25, 2025
114 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[HttpFoundation] Add `ProblemDetailsJsonResponse` for HTTP APIs
#61208 commented on
Aug 8, 2025 • 27 new comments -
[Semaphore] Add a semaphore store based on locks
#59202 commented on
Aug 21, 2025 • 20 new comments -
[ObjectMapper] Map a collection of objects
#60615 commented on
Aug 19, 2025 • 11 new comments -
[Security][SecurityBundle] Dump role hierarchy as mermaid chart
#61034 commented on
Aug 22, 2025 • 10 new comments -
[Form] Add `FormFlow` for multistep forms management
#60212 commented on
Aug 14, 2025 • 10 new comments -
[FeatureFlag] Propose a simple version
#53213 commented on
Aug 25, 2025 • 7 new comments -
Add support for rate limited mailer transports
#59985 commented on
Aug 23, 2025 • 6 new comments -
[Console][QuestionHelper] add optional timeout for human interaction
#61092 commented on
Aug 17, 2025 • 4 new comments -
[Messenger] Messenger: add `--duration` option to `messenger:stop-workers` command
#60517 commented on
Aug 19, 2025 • 4 new comments -
[Messenger] Firebird Database - incompatibility with expected lowercase columns
#61232 commented on
Aug 25, 2025 • 3 new comments -
[SecurityBundle] Add missing `fixXmlConfig()` calls
#60996 commented on
Aug 24, 2025 • 3 new comments -
[DependencyInjection][Routing] Deprecate XML configuration format
#60568 commented on
Aug 20, 2025 • 3 new comments -
[JsonPath] Make the component RFC compliant
#61132 commented on
Aug 25, 2025 • 2 new comments -
[VarDumper] Select HtmlDumper only if `Accept` header contains "html"
#58070 commented on
Jul 31, 2025 • 2 new comments -
[Messenger] [Amqp] delayed quorum queues
#60298 commented on
Aug 25, 2025 • 2 new comments -
WIP: support for targeted cache control
#59219 commented on
Aug 1, 2025 • 1 new comment -
[DoctrineBridge] [WIP] Add `comparator` option to `UniqueEntity` constraint
#61224 commented on
Aug 21, 2025 • 1 new comment -
[Messenger] New `transport.serializer` configuration
#49256 commented on
Aug 1, 2025 • 0 new comments -
[Console] Adding optional columns to Table
#47448 commented on
Jul 31, 2025 • 0 new comments -
[Console] Show Application-level console options when showing synopsis or when error occurred
#47436 commented on
Jul 31, 2025 • 0 new comments -
[Console] Fix various completion edge cases
#47432 commented on
Aug 1, 2025 • 0 new comments -
[Messenger] Be able to start a worker for multiple queues with custom consumption priorities
#46334 commented on
Jul 31, 2025 • 0 new comments -
[Yaml] Implement `$blockChompingIndicator` for `TaggedValue` multi-line literal blocks
#40431 commented on
Jul 28, 2025 • 0 new comments -
[DoctrineBridge][Validator] Expose all fields for message validation failure
#38969 commented on
Jul 28, 2025 • 0 new comments -
[Messenger] support for multiple bindings on the same queue
#38485 commented on
Jul 28, 2025 • 0 new comments -
Missing translations for Burmese (my)
#51897 commented on
Aug 25, 2025 • 0 new comments -
Forms/OptionsResolver Memory Usage
#57328 commented on
Aug 24, 2025 • 0 new comments -
[ObjectMapper] Enum mapping process
#61044 commented on
Aug 24, 2025 • 0 new comments -
suggest how to "Create your first endpoint" instead of "Create your first page" whenever Symfony app is created without --webapp
#59832 commented on
Aug 23, 2025 • 0 new comments -
[HttpFoundation] `UploadedFile::getRealPath` returns absolute path to public directory if uploading error
#59931 commented on
Aug 22, 2025 • 0 new comments -
Autowiring parameters inconsistent behavior
#59659 commented on
Aug 22, 2025 • 0 new comments -
Define the labels of the BirthdayType
#59825 commented on
Aug 22, 2025 • 0 new comments -
Intl: Invalid `Currencies::getNumericCode()` for `XCG` (Caribbean guilder)
#60041 commented on
Aug 22, 2025 • 0 new comments -
[Mailer, Messenger] User object is not unserialized correctly in asynchronous process
#58685 commented on
Aug 22, 2025 • 0 new comments -
Lazy firewall on public routes with remember me causes undue CSRF clearing
#59816 commented on
Aug 21, 2025 • 0 new comments -
Missing requests informations in symfony profiler
#59817 commented on
Aug 21, 2025 • 0 new comments -
[Console] PHPUnit test fails for empty answers
#45319 commented on
Aug 21, 2025 • 0 new comments -
[DependencyInjection] add `factory` argument in the `#[Autoconfigure]` attribute and also enabled the use of `factory` within `instanceof` conditionals
#60589 commented on
Aug 17, 2025 • 0 new comments -
[HttpKernel] Add `#[IsSignatureValid]` attribute
#60395 commented on
Aug 16, 2025 • 0 new comments -
[Twig] Add daisyUI form layout
#60334 commented on
Aug 23, 2025 • 0 new comments -
Introduce `twig-cs-fixer`
#60761 commented on
Aug 7, 2025 • 0 new comments -
[DependencyInjection] Respect original service class when a proxy is defined
#60766 commented on
Aug 25, 2025 • 0 new comments -
[FrameworkBundle] Add support for configuring workflow places with a `BackedEnum`
#60204 commented on
Aug 13, 2025 • 0 new comments -
[Lock][FrameworkBundle] Add `LockKeyNormalizer`
#60023 commented on
Aug 23, 2025 • 0 new comments -
[Translation] Rework `PhpAstExtractor` tests organization for future improvements
#60854 commented on
Aug 18, 2025 • 0 new comments -
[Serializer] Named serializer should get correct normalizer instance
#59627 commented on
Aug 14, 2025 • 0 new comments -
[Config][FrameworkBundle] Generate JSON schema for config
#59620 commented on
Aug 4, 2025 • 0 new comments -
[HttpFoundation] Add support for parsing non-POST requests using request_parse_body() (PHP 8.4)
#59358 commented on
Aug 3, 2025 • 0 new comments -
[PropertyAccess][PropertyInfo] customize behavior for property hooks on read and write
#59246 commented on
Jul 29, 2025 • 0 new comments -
[Filesystem] Add `readFileInChunks` method to read files in fixed-size chunks
#60916 commented on
Aug 2, 2025 • 0 new comments -
[Serializer][ObjectNormalizer] Fix isser methods where the property has the same name
#61097 commented on
Aug 4, 2025 • 0 new comments -
[FrameworkBundle] Generate `Config` class
#58771 commented on
Aug 21, 2025 • 0 new comments -
[Messenger] Second batch handler worker returns "The acknowledger was not called by the ... batch handler."
#58433 commented on
Jul 31, 2025 • 0 new comments -
[DoctrineBridge] Fix UniqueEntityValidator for fields (simple_array, json, ONE_TO_MANY ,MANY_TO_MANY)
#61129 commented on
Aug 5, 2025 • 0 new comments -
[HttpKernel] Fatal Error when using `#[MapUploadedFile]` with non-array/non-variadic argument
#57824 commented on
Aug 23, 2025 • 0 new comments -
[Serializer] Use `DenormalizerAwareInterface` instead of `SerializerAwareInterface`
#52764 commented on
Aug 1, 2025 • 0 new comments -
[Serializer] Improve denormalization of backed enums
#50201 commented on
Aug 1, 2025 • 0 new comments -
[Mailer] Sending Messages Async with json serializer does not work
#33394 commented on
Aug 21, 2025 • 0 new comments -
[HttpFoundation] [RFC] Improve stateless request handling
#57502 commented on
Aug 12, 2025 • 0 new comments -
When using Monolog, the command "messenger:consume scheduler_default -vv" stops displaying logs in console after the first RunCommandMessage consumed.
#59660 commented on
Aug 12, 2025 • 0 new comments -
[CssSelector] Support `has` CSS selector
#53162 commented on
Aug 11, 2025 • 0 new comments -
[HttpClient] Error "connection reset by peer" in long-running process
#57368 commented on
Aug 11, 2025 • 0 new comments -
[Scheduler] RedispatchMessage and custom Scheduler triggers - message cannot be dispatched if Trigger is not serializable
#59719 commented on
Aug 11, 2025 • 0 new comments -
[DependencyInjection] Incorrect handling when decorating a service created by a factory
#49591 commented on
Aug 8, 2025 • 0 new comments -
Customizable FileLinkFormatter
#60338 commented on
Aug 8, 2025 • 0 new comments -
[Messenger] Messages are not deleted with Doctrine transport after upgrading to Symfony 7 and consumer limit 1
#59653 commented on
Aug 7, 2025 • 0 new comments -
[DependencyInjection] PhpDumper does not properly share service used in TaggedIteratorArgument under (very) specific circumstances
#51095 commented on
Aug 7, 2025 • 0 new comments -
Configuring framework.router.default_uri has no impact on request context parameters
#53919 commented on
Aug 7, 2025 • 0 new comments -
[Messenger][SQS] Uncaught SQS Exception when worker stopped.
#50342 commented on
Aug 6, 2025 • 0 new comments -
[Messenger] DeduplicateMiddleware using Symfony Serializer
#60659 commented on
Aug 5, 2025 • 0 new comments -
Doctrine Bridge creating random tables prevents fine grained database permissions
#54348 commented on
Aug 4, 2025 • 0 new comments -
Range Requests are not correctly handled for streaming large files
#59159 commented on
Aug 4, 2025 • 0 new comments -
[Process] RuntimeException: "Unable to launch a new process."
#59677 commented on
Aug 4, 2025 • 0 new comments -
[ObjectSerializer] invalid normalization when getter-like method (`isser`, `hasser`, `canner`) and property have the same name
#61096 commented on
Aug 4, 2025 • 0 new comments -
[CssSelector] `:where` pseudo-class and attribute error
#59669 commented on
Aug 1, 2025 • 0 new comments -
PathInfo not correct if `index.php` is in the path.
#60773 commented on
Aug 1, 2025 • 0 new comments -
[HttpKernel] Conversion of type in #[MapQueryString] constructor is no longer accepted since Symfony 7.1.10
#59353 commented on
Jul 31, 2025 • 0 new comments -
[HttpClient] "Warning: Trying to access array offset on null" in CurlResponse
#60220 commented on
Jul 31, 2025 • 0 new comments -
Using AssetMapper to manage web assets of bundles
#53912 commented on
Jul 31, 2025 • 0 new comments -
[HttpFoundation] Request::create does not allow //
#59500 commented on
Jul 30, 2025 • 0 new comments -
[Webhook] Allow consumer to change the HTTP response
#51837 commented on
Jul 29, 2025 • 0 new comments -
Serializer default groups
#32622 commented on
Jul 28, 2025 • 0 new comments -
[Messenger] Batch consumer: don't flush unless jobs amount is equal or greater than batch size
#54600 commented on
Jul 28, 2025 • 0 new comments -
[AssetMapper] Unable to find asset from ApiPlatform bundle
#60684 commented on
Jul 28, 2025 • 0 new comments -
[VarDumper] Handle Doctrine binary ID
#61142 commented on
Jul 26, 2025 • 0 new comments -
Validator URL is not allowing a valid URL
#61236 commented on
Jul 25, 2025 • 0 new comments -
[DX][Config] Generate JSON schema for Yaml configuration
#59603 commented on
Aug 21, 2025 • 0 new comments -
[RFC] The future of Webpack Encore, Webpack Encore Bundle, and Node.js usage inside a Symfony app
#59707 commented on
Aug 20, 2025 • 0 new comments -
symfony/ldap fails eventually in worker mode
#53442 commented on
Aug 20, 2025 • 0 new comments -
[Uid] Add `MockUuid`/`UuidFactory` for deterministic UUID generation in tests
#60978 commented on
Aug 19, 2025 • 0 new comments -
Profiler (?) adds HTML to the JSON error output and client is unable to parse response as JSON
#59024 commented on
Aug 19, 2025 • 0 new comments -
[Mailer] Images in TemplatedEmail are sended as attachments instead of to be rendered using Async and Dkim Signer
#50685 commented on
Aug 19, 2025 • 0 new comments -
[AssetMapper] Disable Versioning in Dev
#59683 commented on
Aug 19, 2025 • 0 new comments -
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler::onAuthenticationFailure should could return null
#59801 commented on
Aug 19, 2025 • 0 new comments -
Should BinaryFileResponse reset max execution time?
#53721 commented on
Aug 18, 2025 • 0 new comments -
[RFC] Using argument value resolvers outside of controllers
#53915 commented on
Aug 18, 2025 • 0 new comments -
[Translator] support blocks (callbacks) in ICU translation messages
#57389 commented on
Aug 18, 2025 • 0 new comments -
lint:container does not correctly validate tagged services in debug mode
#53839 commented on
Aug 18, 2025 • 0 new comments -
[DependencyInjection][Debug] introduce debug command to display decoration stack
#59787 commented on
Aug 17, 2025 • 0 new comments -
[Serializer] XML Context Options on how xsd:boolean are normalized/serialized
#58305 commented on
Aug 15, 2025 • 0 new comments -
Scheduler: Support handling messages one by one
#59668 commented on
Aug 15, 2025 • 0 new comments -
Add type extensions in the form profiler
#57725 commented on
Aug 15, 2025 • 0 new comments -
[Messenger][AmazonSqsMessenger] Transport automatically adds de-duplication ID which can lead to lost messages
#59741 commented on
Aug 15, 2025 • 0 new comments -
Allow to create process without STDIN read pipe
#57863 commented on
Aug 15, 2025 • 0 new comments -
`CommandTester` ignores options `--help` and others from `Application::getDefaultInputDefinition`
#59765 commented on
Aug 15, 2025 • 0 new comments -
Symfony CLI on WSL2 (Ubuntu) - Local Domain Issue
#59755 commented on
Aug 15, 2025 • 0 new comments -
Proxy object not fully loaded and tries to write unset values back to database
#54521 commented on
Aug 14, 2025 • 0 new comments -
Nested AutowireLocator is not working
#59758 commented on
Aug 14, 2025 • 0 new comments -
[RFC] (Console) Add a second style (besides SymfonyStyle)
#58714 commented on
Aug 14, 2025 • 0 new comments -
[Cache] prefix_seed option by cache pool
#59509 commented on
Aug 13, 2025 • 0 new comments -
[Serializer][XmlEncoder] Serialize/Normalize Collections properties result in faulty XML, should be skipped entirely
#58768 commented on
Aug 13, 2025 • 0 new comments -
[DoctrineBridge][Form] EntityType updates related entity with enable_native_lazy_objects
#61058 commented on
Aug 13, 2025 • 0 new comments -
[Asset Mapper] JSdoc `d.ts import` files added into the importmap.
#57808 commented on
Aug 12, 2025 • 0 new comments -
Automatically handle merging default context for normalizers
#59614 commented on
Aug 12, 2025 • 0 new comments