Skip to content

v7.1.2

Latest
Compare
Choose a tag to compare
@fabpot fabpot released this 28 Jun 13:21
· 228 commits to 7.2 since this release
v7.1.2
b9a741b

Changelog (v7.1.1...v7.1.2)

  • bug #57345 [DependencyInjection] Fix regression in ordering service locators by priority (@longwave)
  • bug #57553 [HttpKernel] Enable optional cache-warmers when cache-dir != build-dir (@nicolas-grekas)
  • bug #57497 [String] Fixed u()->snake(), b()->snake() and s()->snake() methods (@arczinosek)
  • bug #57574 [Filesystem] Fix Filesystem::remove() on Windows (@nicolas-grekas)
  • bug #57572 [DoctrineBridge] Fix compat with DI >= 6.4 (@nicolas-grekas)
  • bug #57541 [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL is set (Maximilian Zumbansen)
  • bug #57538 [String] Add alias case to EnglishInflector (@alexandre-daubois)
  • bug #57533 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled (@nicolas-grekas)
  • bug #57520 [SecurityBundle] Remove unused memory users’ name attribute from the XSD (@MatTheCat)
  • bug #57554 [FrameworkBundle] Fix warming up routes (@nicolas-grekas)
  • feature #57557 Ibexa is sponsoring Symfony 5.4, thanks to them! \o/ (@nicolas-grekas)
  • bug #57433 [Serializer] forward exceptions caught in the AbstractObjectNormalizer (@HypeMC, @xabbuh)
  • bug #57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
  • bug #57564 [HttpClient] Fix initializing InformationalChunk (@nicolas-grekas)
  • bug #57289 [DependencyInjection] Fix phpdoc for $calls in class Autoconfigure (@ThomasTr)
  • bug #57499 [Mailer] Add additional headers in Scaleway bridge (@MrMicky-FR)
  • bug #57488 [Security] check token in payload instead just request (@eltharin)
  • bug #57460 [VarExporter] fix contravariance problem with __unserialize() in lazy proxy (@nikophil)
  • bug #57397 [VarDumper] Fix FFI caster test (@alexandre-daubois)
  • bug #57453 [HttpClient] Fix parsing SSE (@fancyweb)
  • bug #57467 [SecurityBundle] Add provider XML attribute to the authenticators it’s missing from (@MatTheCat)
  • bug #57447 [Notifier] [Lox24] Fix request body format to JSON string (@alebedev80)
  • bug #57434 [FrameworkBundle] inject the missing logger service (@xabbuh)
  • bug #57384 [Notifier] Fix thread key in GoogleChat bridge (@romain-jacquart)
  • bug #57372 [HttpKernel][Security] Fix accessing session for stateless request (@VincentLanglet)
  • bug #57112 [Messenger] Handle AMQPConnectionException when publishing a message (@jwage)
  • bug #57341 [Serializer] properly handle invalid data for false/true types (@xabbuh)
  • bug #57187 [Serializer] Fix ObjectNormalizer with property path (@HypeMC)
  • bug #57355 [ErrorHandler] Fix rendered exception code highlighting on PHP 8.3 (@tscni)
  • bug #57310 [DependencyInjection] Fix ternary in AutowireCallable attribute (@alamirault)
  • bug #57405 [DoctrineBridge] fix handling of special "value" constraint option (@xabbuh)
  • bug #57273 [FrameworkBundle] Fix setting default context for certain normalizers (@HypeMC)
  • bug #57395 [Notifier]  send the recipient phone number as an array (@xabbuh)
  • bug #57378 [Security] Change to BadCredentialsException when empty username / password (@llupa)
  • bug #52699 [Serializer] [PropertyAccessor] Ignore non-collection interface generics (@mtarld)
  • bug #54634 [String] Fix #54611 pluralization of -on ending words + singularization of -a ending foreign words (@geordie, @DesLynx)
  • bug #57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
  • bug #54920 [Messenger] Comply with Amazon SQS requirements for message body (@VincentLanglet)
  • bug #57348 [Notifier][Brevo] change type from chatter to texter (@xabbuh)
  • bug #57321 [AssetMapper] fix npm version constraint conversion (@Jean-Beru)
  • bug #57320 [Serializer] avoid calling undefined built-in is_*() functions (@xabbuh)

[PR] #57582