A Week of Symfony #921 (19-25 August 2024)


This week, the upcoming Symfony 7.2 version added a feature to render a Twig block with the Template attribute, improved the Serializer with a snake case to camel case name converter, and added support for new operators in the ExpressionLanguage component. In addition, we published new talks for the SymfonyCon Vienna 2024 conference, including sessions on containerization with DDEV and best practices for Symfony.

Symfony development highlights

This week, 44 pull requests were merged (37 in code and 7 in docs) and 31 issues were closed (23 in code and 8 in docs). Excluding merges, 2 authors made 26,531 additions and 11,851 deletions. See details for code and docs.

5.4 changelog:

  • ca84bcc: [SecurityBundle] make security schema deterministic
  • 5d8c854: [DependencyInjection] fix handling of repeated #[Autoconfigure] attributes
  • fb5e0e8: [HttpClient] do not overwrite the host to request when using option resolve
  • 86ccbdb: [DependencyInjection] fix issue between decorator and service locator index

6.4 changelog:

  • acd4d15: [Mailer] support the unique_proxy_open event in Brevo mailer
  • 93e8814: [AssetMapper] fix JsDeliver import regexp

7.1 changelog:

  • b11bd87: [Serializer] fix CamelCaseToSnakeCaseNameConverterTest::testDenormalizeWithContext

7.2 changelog:

  • 3c6f465: [TwigBridge] render a block via the #[Template] attribute
  • 7a7b686: [Mailer] add Sweego bridge
  • 9c441cd: [AssetMapper] use Filesystem component
  • c4da8e6: [Security] deprecate empty user identifier
  • 5d47bea: [Serializer, Translation] deprecate passing a non-empty CSV escape char
  • 3ad4e94: [Scheduler] allow to skip missed periodic tasks, only the last schedule will be called
  • 5e76ca0: [FrameworkBundle, HttpKernel] let RequestPayloadValueResolver consider mapped argument type
  • a44311e: [HttpClient] add support for amphp/http-client v5
  • 99b25a1: [Messenger] add previous to the exception output
  • 1c8cd56: [Form] add support for the calendar option in DateType
  • 4daa12b: [VarDumper] add support for virtual properties
  • b7fe7ef: [Validator] add CompoundConstraintTestCase to ease testing Compound Constraints
  • 00b9db7: [Serializer] add SnakeCaseToCamelCaseNameConverter
  • beca579: [HttpFoundation] add optional $v4Bytes and $v6Bytes parameters to IpUtils::anonymize()
  • 310fc6a: [Validator] add $groups and $payload to Compound constructor
  • b3d9138: [ExpressionLanguage] add support for <<, >>, and ~ bitwise operators
  • c3bb47a: [Webhook] pass original request to RequestParserInterface

Newest issues and pull requests

They talked about us

Call to Action

Sponsor the Symfony project.