Changelog (v6.0.1...v6.0.2)
- bug #44828 [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure (@simon-watiau)
- bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (@ogizanagi)
- bug #44723 [Lock] Release PostgreSqlStore connection lock on failure (simon-watiau) * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (@ogizanagi)
- bug #44822 [Mime][Security] Fix missing sprintf and add tests (@alamirault)
- bug #44824 [Mime] Fix missing sprintf in DkimSigner (@alamirault)
- bug #44816 [Translation] [LocoProvider] Use rawurlencode and separate tag setting (@danut007ro)
- bug #44805 [Security] fix unserializing session payloads from v4 (@nicolas-grekas)
- bug #44820 [Cache] Don't lock when doing nested computations (@nicolas-grekas)
- bug #44807 [Messenger] fix Redis support on 32b arch (@nicolas-grekas)
- bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (@vitali Tsyrkin)
- bug #44809 [WebProfilerBundle] relax return type for memory data collector (@94noni)
- bug #44799 [Cache] fix compat with apcu < 5.1.10 (@nicolas-grekas)
- bug #44764 [Form] Expand FormView key to include int (@biozshock)
- bug #44730 [Console] Fix autocompletion of argument with default value (@GromNaN)
- bug #44637 [PropertyInfo] PhpStan extractor nested object fix (@rmikalkenas)
- bug #44085 [Translation] Fix TranslationPullCommand with ICU translations (@Kocal)
- bug #44578 [PropertyInfo] Fix phpstan extractor issues (@ostrolucky)
- bug #44771 [Notifier] Use correct factory for the msteams transport (@veewee)
- bug #44618 [HttpKernel] Fix SessionListener without session in request (@shyim)
- bug #44743 [HttpClient] fix checking for recent curl consts (@nicolas-grekas)
- bug #44752 [Security/Http] Fix cookie clearing on logout (@maxhelias)
- bug #44745 [EventDispatcher][HttpFoundation] Restore return type to covariant IteratorAggregate implementations (@derrabus)
- bug #44732 [Mime] Relaxing in-reply-to header validation (@ThomasLandauer)
- bug #44714 [WebProfilerBundle] fix Email HTML preview (@94noni)
- bug #44737 Fix Psr16Cache not being compatible with non-Symfony cache pools (@colinodell)
- bug #44728 [Mime] Fix encoding filenames in multipart/form-data (@nicolas-grekas)
- bug #44602 [Serializer] Improve UidNormalizer denormalize error message (@fancyweb)
- bug #44383 [Lock] Create tables in transaction only if supported by driver (@martinssipenko)
- bug #44518 [HttpFoundation] Take php session.cookie settings into account (@simonchrz)
- bug #44719 [ErrorHandler] fix on patching return types on Windows (@nicolas-grekas)
- bug #44710 [DependencyInjection] fix linting callable classes (@nicolas-grekas)
- bug #44639 [DependencyInjection] Cast tag attribute value to string (@ruudk)
- bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (@rodnaph)
- bug #44682 [FrameworkBundle] alias
cache.app.taggable
tocache.app
if usingcache.adapter.redis_tag_aware
(@kbond) - bug #44649 [HttpKernel] fix how configuring log-level and status-code by exception works (@nicolas-grekas)
- bug #44667 [Cache] Revert "feature #41989 make
LockRegistry
use semaphores when possible" (@nicolas-grekas) - bug #44671 [HttpClient] Fix tracing requests made after calling withOptions() (@nicolas-grekas)
- bug #44577 [Cache] Fix proxy no expiration to the Redis (@Sergey Belyshkin)
- bug #44669 [Cache] disable lock on CLI (@nicolas-grekas)
- bug #44598 [Translation] Handle the blank-translation in Loco Adapter (@kgonella)
- bug #44448 [Validator] Allow Sequence constraint to be applied onto class as an attribute (@sidz)
- bug #44354 [RateLimiter] Make RateLimiter resilient to timeShifting (@jderusse)
- bug #44600 [Serializer] Fix denormalizing custom class in UidNormalizer (@fancyweb)
- bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (@alexandre-daubois)
- bug #44510 [Workflow] Fix eventsToDispatch parameter setup for StateMachine (@olexandr Kalaidzhy)
- bug #44625 [HttpClient] fix monitoring responses issued before reset() (@nicolas-grekas)
- bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (@nicolas-grekas)
- bug #44430 [PropertyInfo] Fix aliased namespace matching (@Korbeil)
- bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (@nicolas-grekas)
- bug #44554 Make enable_authenticator_manager true as there is no other way in Symfony 6 (@alexander-schranz)
- bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (@nicolas-grekas)
- bug #44479 [HttpClient] Double check if handle is complete (@Nyholm)
- bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (@fancyweb)
- bug #44474 [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #… (@olegmifle)
- bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (@fancyweb)
- bug #44419 [PropertyAccess] Fix accessing public property on Object (@kevcomparadise)
- bug #44565 [FrameworkBundle] Use correct cookie domain in loginUser() (@wouterj)
- bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (@rbaarsma)
- bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (@fancyweb)
- bug #44469 [String] Fix requiring wcswitch table several times (@fancyweb)
- bug #44428 [HttpClient] Fix response id property check in MockResponse (@fancyweb)
- bug #44539 [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection (@GromNaN)
[PR] #44848
Changelog (v5.4.1...v5.4.2)
- bug #44828 [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure (@simon-watiau)
- bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (@ogizanagi)
- bug #44723 [Lock] Release PostgreSqlStore connection lock on failure (simon-watiau) * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (@ogizanagi)
- bug #44824 [Mime] Fix missing sprintf in DkimSigner (@alamirault)
- bug #44816 [Translation] [LocoProvider] Use rawurlencode and separate tag setting (@danut007ro)
- bug #44805 [Security] fix unserializing session payloads from v4 (@nicolas-grekas)
- bug #44820 [Cache] Don't lock when doing nested computations (@nicolas-grekas)
- bug #44807 [Messenger] fix Redis support on 32b arch (@nicolas-grekas)
- bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (@vitali Tsyrkin)
- bug #44809 [WebProfilerBundle] relax return type for memory data collector (@94noni)
- bug #44799 [Cache] fix compat with apcu < 5.1.10 (@nicolas-grekas)
- bug #44764 [Form] Expand FormView key to include int (@biozshock)
- bug #44730 [Console] Fix autocompletion of argument with default value (@GromNaN)
- bug #44637 [PropertyInfo] PhpStan extractor nested object fix (@rmikalkenas)
- bug #44085 [Translation] Fix TranslationPullCommand with ICU translations (@Kocal)
- bug #44578 [PropertyInfo] Fix phpstan extractor issues (@ostrolucky)
- bug #44771 [Notifier] Use correct factory for the msteams transport (@veewee)
- bug #44618 [HttpKernel] Fix SessionListener without session in request (@shyim)
- bug #44743 [HttpClient] fix checking for recent curl consts (@nicolas-grekas)
- bug #44752 [Security/Http] Fix cookie clearing on logout (@maxhelias)
- bug #44732 [Mime] Relaxing in-reply-to header validation (@ThomasLandauer)
- bug #44714 [WebProfilerBundle] fix Email HTML preview (@94noni)
- bug #44728 [Mime] Fix encoding filenames in multipart/form-data (@nicolas-grekas)
- bug #44602 [Serializer] Improve UidNormalizer denormalize error message (@fancyweb)
- bug #44383 [Lock] Create tables in transaction only if supported by driver (@martinssipenko)
- bug #44518 [HttpFoundation] Take php session.cookie settings into account (@simonchrz)
- bug #44719 [ErrorHandler] fix on patching return types on Windows (@nicolas-grekas)
- bug #44710 [DependencyInjection] fix linting callable classes (@nicolas-grekas)
- bug #44639 [DependencyInjection] Cast tag attribute value to string (@ruudk)
- bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (@rodnaph)
- bug #44682 [FrameworkBundle] alias
cache.app.taggable
tocache.app
if usingcache.adapter.redis_tag_aware
(@kbond) - bug #44649 [HttpKernel] fix how configuring log-level and status-code by exception works (@nicolas-grekas)
- bug #44667 [Cache] Revert "feature #41989 make
LockRegistry
use semaphores when possible" (@nicolas-grekas) - bug #44671 [HttpClient] Fix tracing requests made after calling withOptions() (@nicolas-grekas)
- bug #44577 [Cache] Fix proxy no expiration to the Redis (@Sergey Belyshkin)
- bug #44669 [Cache] disable lock on CLI (@nicolas-grekas)
- bug #44598 [Translation] Handle the blank-translation in Loco Adapter (@kgonella)
- bug #44448 [Validator] Allow Sequence constraint to be applied onto class as an attribute (@sidz)
- bug #44354 [RateLimiter] Make RateLimiter resilient to timeShifting (@jderusse)
- bug #44600 [Serializer] Fix denormalizing custom class in UidNormalizer (@fancyweb)
- bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (@alexandre-daubois)
- bug #44510 [Workflow] Fix eventsToDispatch parameter setup for StateMachine (@olexandr Kalaidzhy)
- bug #44625 [HttpClient] fix monitoring responses issued before reset() (@nicolas-grekas)
- bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (@nicolas-grekas)
- bug #44430 [PropertyInfo] Fix aliased namespace matching (@Korbeil)
- bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (@nicolas-grekas)
- bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (@nicolas-grekas)
- bug #44479 [HttpClient] Double check if handle is complete (@Nyholm)
- bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (@fancyweb)
- bug #44474 [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #… (@olegmifle)
- bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (@fancyweb)
- bug #44419 [PropertyAccess] Fix accessing public property on Object (@kevcomparadise)
- bug #44565 [FrameworkBundle] Use correct cookie domain in loginUser() (@wouterj)
- bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (@rbaarsma)
- bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (@fancyweb)
- bug #44469 [String] Fix requiring wcswitch table several times (@fancyweb)
- bug #44539 [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection (@GromNaN)
[PR] #44843
Changelog (v5.3.12...v5.3.13)
- bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (@ogizanagi)
- bug #44723 [Lock] Release PostgreSqlStore connection lock on failure (simon-watiau) * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (@ogizanagi)
- bug #44824 [Mime] Fix missing sprintf in DkimSigner (@alamirault)
- bug #44816 [Translation] [LocoProvider] Use rawurlencode and separate tag setting (@danut007ro)
- bug #44805 [Security] fix unserializing session payloads from v4 (@nicolas-grekas)
- bug #44820 [Cache] Don't lock when doing nested computations (@nicolas-grekas)
- bug #44807 [Messenger] fix Redis support on 32b arch (@nicolas-grekas)
- bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (@vitali Tsyrkin)
- bug #44799 [Cache] fix compat with apcu < 5.1.10 (@nicolas-grekas)
- bug #44085 [Translation] Fix TranslationPullCommand with ICU translations (@Kocal)
- bug #44771 [Notifier] Use correct factory for the msteams transport (@veewee)
- bug #44618 [HttpKernel] Fix SessionListener without session in request (@shyim)
- bug #44743 [HttpClient] fix checking for recent curl consts (@nicolas-grekas)
- bug #44752 [Security/Http] Fix cookie clearing on logout (@maxhelias)
- bug #44732 [Mime] Relaxing in-reply-to header validation (@ThomasLandauer)
- bug #44728 [Mime] Fix encoding filenames in multipart/form-data (@nicolas-grekas)
- bug #44710 [DependencyInjection] fix linting callable classes (@nicolas-grekas)
- bug #44639 [DependencyInjection] Cast tag attribute value to string (@ruudk)
- bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (@rodnaph)
- bug #44682 [FrameworkBundle] alias
cache.app.taggable
tocache.app
if usingcache.adapter.redis_tag_aware
(@kbond) - bug #44671 [HttpClient] Fix tracing requests made after calling withOptions() (@nicolas-grekas)
- bug #44577 [Cache] Fix proxy no expiration to the Redis (@Sergey Belyshkin)
- bug #44669 [Cache] disable lock on CLI (@nicolas-grekas)
- bug #44598 [Translation] Handle the blank-translation in Loco Adapter (@kgonella)
- bug #44354 [RateLimiter] Make RateLimiter resilient to timeShifting (@jderusse)
- bug #44600 [Serializer] Fix denormalizing custom class in UidNormalizer (@fancyweb)
- bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (@alexandre-daubois)
- bug #44510 [Workflow] Fix eventsToDispatch parameter setup for StateMachine (@olexandr Kalaidzhy)
- bug #44625 [HttpClient] fix monitoring responses issued before reset() (@nicolas-grekas)
- bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (@nicolas-grekas)
- bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (@nicolas-grekas)
- bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (@nicolas-grekas)
- bug #44479 [HttpClient] Double check if handle is complete (@Nyholm)
- bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (@fancyweb)
- bug #44474 [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #… (@olegmifle)
- bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (@fancyweb)
- bug #44419 [PropertyAccess] Fix accessing public property on Object (@kevcomparadise)
- bug #44565 [FrameworkBundle] Use correct cookie domain in loginUser() (@wouterj)
- bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (@rbaarsma)
- bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (@fancyweb)
- bug #44469 [String] Fix requiring wcswitch table several times (@fancyweb)
- bug #44502 [HttpFoundation] do not call preg_match() on null (@xabbuh)
- bug #44481 [FrameworkBundle] Fix loginUser() causing deprecation (@wouterj)
- bug #44416 [Translation] Make http requests synchronous when reading the Loco API (@Kocal)
- bug #44350 [Translation] Fix TranslationTrait (@tomasz Kusy)
- bug #44467 [Console] Fix parameter types for
ProcessHelper::mustRun()
(@derrabus) - bug #44427 [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests) (@wouterj)
- bug #44399 Prevent infinite nesting of lazy
ObjectManager
instances whenObjectManager
is reset (@Ocramius) - bug #44375 [DoctrineBridge] fix calling get_class on non-object (@kbond)
- bug #44361 [HttpClient] Fix handling error info in MockResponse (@fancyweb)
- bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (@derrabus)
- bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (@welcoMattic)
- bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (@stlrnz)
- bug #43876 [Validator] Fix validation for single level domains (@HypeMC)
- bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (@sakalys)
- bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (@stable-staple)
- bug #44295 [Serializer] fix support for lazy/unset properties (@nicolas-grekas)
- bug #44277 [Notifier] Fix AllMySms bridge body content (@afiocre)
- bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (@dunglas)
[PR] #44842
Changelog (v4.4.35...v4.4.36)
- bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (@ogizanagi)
- bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (@ogizanagi)
- bug #44820 [Cache] Don't lock when doing nested computations (@nicolas-grekas)
- bug #44807 [Messenger] fix Redis support on 32b arch (@nicolas-grekas)
- bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (@vitali Tsyrkin)
- bug #44799 [Cache] fix compat with apcu < 5.1.10 (@nicolas-grekas)
- bug #44732 [Mime] Relaxing in-reply-to header validation (@ThomasLandauer)
- bug #44728 [Mime] Fix encoding filenames in multipart/form-data (@nicolas-grekas)
- bug #44710 [DependencyInjection] fix linting callable classes (@nicolas-grekas)
- bug #44639 [DependencyInjection] Cast tag attribute value to string (@ruudk)
- bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (@rodnaph)
- bug #44577 [Cache] Fix proxy no expiration to the Redis (@Sergey Belyshkin)
- bug #44669 [Cache] disable lock on CLI (@nicolas-grekas)
- bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (@alexandre-daubois)
- bug #44625 [HttpClient] fix monitoring responses issued before reset() (@nicolas-grekas)
- bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (@nicolas-grekas)
- bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (@nicolas-grekas)
- bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (@nicolas-grekas)
- bug #44479 [HttpClient] Double check if handle is complete (@Nyholm)
- bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (@fancyweb)
- bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (@fancyweb)
- bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (@rbaarsma)
- bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (@fancyweb)
- bug #44502 [HttpFoundation] do not call preg_match() on null (@xabbuh)
- bug #44467 [Console] Fix parameter types for
ProcessHelper::mustRun()
(@derrabus) - bug #44399 Prevent infinite nesting of lazy
ObjectManager
instances whenObjectManager
is reset (@Ocramius) - bug #44375 [DoctrineBridge] fix calling get_class on non-object (@kbond)
- bug #44361 [HttpClient] Fix handling error info in MockResponse (@fancyweb)
- bug #43876 [Validator] Fix validation for single level domains (@HypeMC)
- bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (@sakalys)
- bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (@stable-staple)
- bug #44295 [Serializer] fix support for lazy/unset properties (@nicolas-grekas)
- bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (@dunglas)
[PR] #44841
Changelog (v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (@fabpot)
- bug #44490 [DependencyInjection][Messenger] Add auto-registration for BatchHandlerInterface (@GaryPEGEOT)
- bug #44523 [Console] Fix polyfill-php73 requirement (@Seldaek)
- bug #44514 Don't access uninitialized typed property ChromePhpHandler::$response (@Philipp91)
- bug #44502 [HttpFoundation] do not call preg_match() on null (@xabbuh)
- bug #44475 [Console] Handle alias in completion script (@GromNaN)
- bug #44481 [FrameworkBundle] Fix loginUser() causing deprecation (@wouterj)
- bug #44416 [Translation] Make http requests synchronous when reading the Loco API (@Kocal)
- bug #44437 [HttpKernel] Fix wrong usage of SessionUtils::popSessionCookie (@simonchrz)
- bug #44350 [Translation] Fix TranslationTrait (@tomasz Kusy)
- bug #44460 [SecurityBundle] Fix ambiguous deprecation message on missing provider (@chalasr)
- bug #44467 [Console] Fix parameter types for
ProcessHelper::mustRun()
(@derrabus) - bug #44427 [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests) (@wouterj)
- bug #44424 [SecurityBundle] Don't rely on deprecated strategy constants (@derrabus)
- bug #44399 Prevent infinite nesting of lazy
ObjectManager
instances whenObjectManager
is reset (@Ocramius) - bug #44402 [HttpKernel] Fix using FileLinkFormatter after serialization (@derrabus)
- bug #44395 [HttpKernel] fix sending Vary: Accept-Language when appropriate (@nicolas-grekas)
- bug #44385 [DependencyInjection] Skip parameter attribute configurators in AttributeAutoconfigurationPass if we can't get the constructor reflector (@fancyweb)
- bug #44359 Avoid duplicated session listener registration in tests (@alexander-schranz)
- bug #44375 [DoctrineBridge] fix calling get_class on non-object (@kbond)
- bug #44378 [HttpFoundation] fix SessionHandlerFactory using connections (@dmaicher)
- bug #44365 [SecurityBundle] Fix invalid reference with
always_authenticate_before_granting
(@chalasr) - bug #44361 [HttpClient] Fix handling error info in MockResponse (@fancyweb)
- bug #44370 [Lock] create lock table if it does not exist (@martinssipenko)
[PR] #44528
Changelog (v5.4.0...v5.4.1)
- bug #44490 [DependencyInjection][Messenger] Add auto-registration for BatchHandlerInterface (@GaryPEGEOT)
- bug #44523 [Console] Fix polyfill-php73 requirement (@Seldaek)
- bug #44502 [HttpFoundation] do not call preg_match() on null (@xabbuh)
- bug #44475 [Console] Handle alias in completion script (@GromNaN)
- bug #44481 [FrameworkBundle] Fix loginUser() causing deprecation (@wouterj)
- bug #44416 [Translation] Make http requests synchronous when reading the Loco API (@Kocal)
- bug #44437 [HttpKernel] Fix wrong usage of SessionUtils::popSessionCookie (@simonchrz)
- bug #44350 [Translation] Fix TranslationTrait (@tomasz Kusy)
- bug #44460 [SecurityBundle] Fix ambiguous deprecation message on missing provider (@chalasr)
- bug #44467 [Console] Fix parameter types for
ProcessHelper::mustRun()
(@derrabus) - bug #44427 [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests) (@wouterj)
- bug #44424 [SecurityBundle] Don't rely on deprecated strategy constants (@derrabus)
- bug #44399 Prevent infinite nesting of lazy
ObjectManager
instances whenObjectManager
is reset (@Ocramius) - bug #44395 [HttpKernel] fix sending Vary: Accept-Language when appropriate (@nicolas-grekas)
- bug #44385 [DependencyInjection] Skip parameter attribute configurators in AttributeAutoconfigurationPass if we can't get the constructor reflector (@fancyweb)
- bug #44359 Avoid duplicated session listener registration in tests (@alexander-schranz)
- bug #44375 [DoctrineBridge] fix calling get_class on non-object (@kbond)
- bug #44378 [HttpFoundation] fix SessionHandlerFactory using connections (@dmaicher)
- bug #44365 [SecurityBundle] Fix invalid reference with
always_authenticate_before_granting
(@chalasr) - bug #44361 [HttpClient] Fix handling error info in MockResponse (@fancyweb)
- bug #44370 [Lock] create lock table if it does not exist (@martinssipenko)
[PR] #44527
Changelog (v6.0.0-RC1...v6.0.0)
- bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (@derrabus)
- bug #44300 [FrameworkBundle] Fix property-info phpstan extractor discovery (@1ed)
- feature #44271 [Notifier] add Vonage bridge to replace the Nexmo one (@nicolas-grekas)
- bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (@welcoMattic)
- bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (@stlrnz)
- bug #43876 [Validator] Fix validation for single level domains (@HypeMC)
- bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (@sakalys)
- bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (@stable-staple)
- bug #44295 [Serializer] fix support for lazy/unset properties (@nicolas-grekas)
- bug #44277 [Notifier] Fix AllMySms bridge body content (@afiocre)
- bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (@dunglas)
[PR] #44336
Changelog (v5.4.0-RC1...v5.4.0)
- bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (@derrabus)
- bug #44300 [FrameworkBundle] Fix property-info phpstan extractor discovery (@1ed)
- feature #44271 [Notifier] add Vonage bridge to replace the Nexmo one (@nicolas-grekas)
- bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (@welcoMattic)
- bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (@stlrnz)
- bug #43876 [Validator] Fix validation for single level domains (@HypeMC)
- bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (@sakalys)
- bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (@stable-staple)
- bug #44295 [Serializer] fix support for lazy/unset properties (@nicolas-grekas)
- bug #44277 [Notifier] Fix AllMySms bridge body content (@afiocre)
- bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (@dunglas)
[PR] #44335
Changelog (v6.0.0-BETA3...v6.0.0-RC1)
- security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (@wouterj)
- security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (@jderusse)
- security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse)
- bug #44230 [Console] Add Suggestion class for more advanced completion suggestion (@wouterj)
- bug #44232 [Cache] fix connecting to local Redis sockets (@nicolas-grekas)
- bug #44204 [HttpClient] fix closing curl multi handle when destructing client (@nicolas-grekas)
- bug #44208 [Process] exclude argv/argc from possible default env vars (@nicolas-grekas)
- bug #44188 [VarExporter] fix exporting declared but unset properties when __sleep() is implemented (@nicolas-grekas)
- bug #44176 [Console] Default ansi option to null (@jderusse)
- bug #44179 [WebProfilerBundle] Fix JS error when toolbar is reloaded (@jderusse)
- bug #44177 [SecurityBundle] Remove Guard (@derrabus)
- bug #44172 [Security] Guard is incompatible with Symfony 6 (@derrabus)
- bug #44119 [HttpClient][Mime] Add correct IDN flags for IDNA2008 compliance (@j-bernard)
- bug #44139 [WebProfilerBundle] Prevent installation of incompatible mailer component versions (@Anne-Julia Seitz)
- bug #43917 Allow autodetecting mapping type for any object (@franmomu)
- bug #44130 [SecurityBundle] Remove outdated conditions based on authenticatorManagerEnabled (@chalasr)
- bug #44131 [Yaml] properly parse quoted strings tagged with !!str (@xabbuh)
- bug #42323 [TwigBridge] do not merge label classes into expanded choice labels (@xabbuh)
[PR] #44245
Changelog (v5.4.0-BETA3...v5.4.0-RC1)
- security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (@wouterj)
- security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (@jderusse)
- security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse)
- bug #44230 [Console] Add Suggestion class for more advanced completion suggestion (@wouterj)
- bug #44232 [Cache] fix connecting to local Redis sockets (@nicolas-grekas)
- bug #44204 [HttpClient] fix closing curl multi handle when destructing client (@nicolas-grekas)
- bug #44208 [Process] exclude argv/argc from possible default env vars (@nicolas-grekas)
- bug #44188 [VarExporter] fix exporting declared but unset properties when __sleep() is implemented (@nicolas-grekas)
- bug #44176 [Console] Default ansi option to null (@jderusse)
- bug #44179 [WebProfilerBundle] Fix JS error when toolbar is reloaded (@jderusse)
- bug #44172 [Security] Guard is incompatible with Symfony 6 (@derrabus)
- bug #44119 [HttpClient][Mime] Add correct IDN flags for IDNA2008 compliance (@j-bernard)
- bug #44139 [WebProfilerBundle] Prevent installation of incompatible mailer component versions (@Anne-Julia Seitz)
- bug #43917 Allow autodetecting mapping type for any object (@franmomu)
- bug #44131 [Yaml] properly parse quoted strings tagged with !!str (@xabbuh)
- bug #42323 [TwigBridge] do not merge label classes into expanded choice labels (@xabbuh)
[PR] #44244