This week, the upcoming Symfony 5.4 version optimized PHP preloading, improved the Web Debug Toolbar to show roles of the logged-in user, added support for resetting container services between two AMQP messages to avoid memory leaks and removed the experimental flag from RateLimiter and Runtime components.
Symfony development highlights
This week, 70 pull requests were merged (67 in code and 3 in docs) and 44 issues were closed (39 in code and 5 in docs). Excluding merges, 24 authors made 2,751 additions and 445 deletions. See details for code and docs.
4.4 changelog:
6645885: [HttpClient] fix handling timeouts when responses are destructed ba46a07: [Cache] make sure PdoAdapter::prune() always returns a bool 3bf2d14: [PropertyInfo] support for intersection types 3413afb: [Mime] allow array as input for RawMessage 2ed7672: update Romanian translations
5.3 changelog:
3cf8234: [Messenger] support rediss in transport bridge 683c4f6: [PropertyAccess] fix Regression in PropertyAccessor::isWritable 36aff48: [FrameworkBundle] fix session-related BC layer triggering deprecation
5.4 changelog:
47385e5: display the roles of the logged-in user in the Web Debug Toolbar ad64124: [HttpKernel] add session cookie handling in cli context f5efb03: [HttpFoundation] add a flag to hasSession to distinguished session from factory c4df3a7: [Console] add more context when CommandIsSuccessful fails 8042736: [DependencyInjection] optimize PHP preloading 7c531f5: [FrameworkBundle] introduce new method for getting bundles config path a8cc21e: [Serializer] add option to skip uninitialized typed properties 98ed693: [DoctrineBridge] replace string with FQCN resolution in EntityType 3356795: [Cache] deprecate support for Doctrine Cache db76265: [Cache] add CouchbaseCollectionAdapter compatibility with sdk 3.0.0 b0fbe93: [Serializer] add support for collecting type error during denormalization 75e0737: [DependencyInjection] sort services in service locator according to priority 2221f4e: [Translation] translate translatable parameters 1ee9727: [ErrorHandler] reword return type deprecation message ba7f746: [Mesenger] add support for reseting container services between two messages b095293: [RateLimiter, Runtime, Translation] remove @experimental flag f9c6958: [DependencyInjection] make auto-aliases private by default 2085ff8: [DebugClassLoader] ignore __construct() when checking return types
Symfony CLI
Symfony CLI is a must-have tool when developing Symfony applications on your local machine. It includes the Symfony Local Server, the best way to run local Symfony applications. This week Symfony CLI released its new 4.26.0 version with the following changes:
Add support for Mercure in Docker Compose (expose port 80) Remove built-in Mercure support (use explicit Docker Compose support instead) Add --debug to var:export
Newest issues and pull requests
Split PDO and DBAL adapters [Uid] Add some ulid helpers to manipulate the binary field saved in db
They talked about us
Implement traditional auth system in Symfony with less code than ever How to use symfony/mailer without the Symfony framework
Call to Action
Follow Symfony on Twitter and retweet this article. Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Sponsor the Symfony project.
http://feedproxy.google.com/~r/symfony/blog/~3/l-RbaHi_04Y/a-week-of-symfony-767-6-12-september-2021
Login to add comment
Other posts in this group
This blog post highlights the key accomplishments of the Symfony project in 2024. We are grateful for your continuous support, which enabled the Symfony project to achieve a remarkable year.
Releases
This week, Symfony 6.4.17, 7.1.10 and 7.2.2 maintenance versions were released. In addition, we published more information about the upcoming SymfonyOnline January 2025 conference.
Symfony developmen
Get ready for the exciting SymfonyOnline January 2025, kicking off shortly on January 16-17! There’s still time to register and join the international online Symfony conference—along with pre-
Symfony 6.4.17 has just been released. Here is the list of the most important changes since 6.4.16:
bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario G
Symfony 7.1.10 has just been released. Here is the list of the most important changes since 7.1.9:
bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario Gu
Symfony 7.2.2 has just been released. Here is the list of the most important changes since 7.2.1:
bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario Gua
This week, we launched the new Twig playground, a tool that lets you test and experiment with Twig features in a safe, sandboxed environment. While Symfony development activity was lighter than usual