Filter posts by Symfony release
                                            In Symfony 4.1 sessions can be migrated to new storage handlers and some requests that use sessions can now be cached.
                            
            
                April 26, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 4.1 introduces new exception classes and improves the exception pages design to be more actionable and display more accurate information.
                            
            
                April 24, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 4.1 introduces a new utility class to work with HTTP headers, adds support for default values in Accept headers and it allows to bypass HTTP headers when submitting forms in tests.
                            
            
                April 23, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 4.1 the serializer can normalize validation errors automatically, it can define default constructor arguments when denormalizing contents, it allows to use custom max depth handlers and it ignores XML comments by default.
                            
            
                April 20, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 4.1 it's easier to make Ajax requests in functional tests and the Ajax panel in the debug toolbar has been improved.
                            
            
                April 19, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 4.1 you can ignore the log messages related to specific HTTP status codes so your log files are not polluted with irrelevant messages.
                            
            
                April 17, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 4.1, the output of console commands goes to the next level with multiple editable sections, overwritable contents and dynamic tables.
                            
            
                March 29, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 4.1 adds a new Messenger component that helps applications send and receive messages to/from other applications or via message queues. It provides a message bus based on middlewares, some routing capabilities and built-in support for AMQP brokers.
                            
            
                March 28, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 4.1 you can autowire scalar values to controller action arguments and the configuration of decorated services has been simplified.
                            
            
                March 27, 2018
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 4.1 you can use the new server:dump command to collect all dumped information in a centralized server to avoid mixing your own contents with the dumped contents.
                            
            
                March 26, 2018
                
                                            #Living on the edge