This week, Symfony released five new maintenance versions for the branches that have active support: 2.7.39, 2.8.32, 3.3.14, 3.4.1, 4.0.1. In addition, we continued our efforts towards creating a more diverse Symfony community.
Symfony development highlights
- 9524396: [Form, TwigBridge] fixed collision between view properties and form fields
- 87c5c2c: [HttpKernel] removed noisy frame in controller stack traces
- 40ced3a: removed some unused variables, properties and methods
- 5f5edf2: [Yaml] do not eagerly filter comment lines
- c08602c: [Yaml] parse newlines in quoted multiline strings
- 73ff764: [DependencyInjection] fixed deep-inlining of non-shared refs
- 8a4bb79: [WebProfiler] disallow viewing dot-files in Profiler
- 31e4533: [PhpUnit Bridge] prefer $_SERVER['argv'] over $argv
- 6e7e684: [DependencyInjection] prevent a loop in aliases within the findDefinition() method
- 2f0e786: [Yaml] fixed some edge cases with indented blocks
- 86b0598: [Validator] fixed the @Valid(groups={"group"}) against null exception case
- 4ae47e0: [Security] adding a GuardAuthenticatorHandler alias
- 831bdc3: [DependencyInjection] register singly-implemented interfaces when doing PSR-4 discovery
- 0152527: [SecurityBundle] fixed setLogoutOnUserChange calls for context listeners
- ae3d899: [HttpKernel] throw a sensible exception when controller has been removed
- 5d7576c: [Serializer] improved CsvEncoder::decode performance
- 05ffb6f: [Yaml] do not evaluate PHP constant names
- ec4a160: [HttpFoundation] don't prefix cookies with "Set-Cookie"
- 8e7eac6: [FrameworkBundle] improved the DX of TemplateController
- 7c0b1cd: [Workflow] introduced a Workflow interface
- 04c3712: [Process] created a "isTtySupported" static method
- d220e28: [FrameworkBundle] added clean option to assets install command
- db816ed: [DoctrineBridge] comment the non runnable part of the query in DoctrineDataCollector
- ecf54d5: [DependencyInjection] fixed non-string class handling in PhpDumper
- 7744e8f: [FrameworkBundle] don't list FQCN in debug:autowiring when they are aliased
Newest issues and pull requests
- Upgrade the Web Framework Benchmarks to Symfony 4
- [DX] Configure a default CSRF provider
- [RFC][DI] tagging system like event subscribers (autoconfigure)
- [RFC] Move annotations from SensioFrameworkExtraBundle to Symfony core
- Twig Issues on Google App Engine Standard
- SameSite cookie attribute does not work as expected
They talked about us
- Highest / Lowest Testing with Multiple Symfony Versions
- eZ Platform Cloud and eZ Launchpad: don’t host, don’t deploy, don’t install: just code
- How to protect personal information in an application. Part 2.
- Automate Symfony Deployment On Cloudways Through Envoyer
- Headless is more (sans-tête c'est plus)
- Découpler Form et votre modèle
- Symfony Flex : la nouvelle façon de développer avec Symfony
- Détournement de twig pour des prototypages d'appli
- [Symfony 4] — Trabalhando com Banco de Dados
- [Pré-venda] — Symfony 4 na Prática
- [Symfony 4] — Utilizando Templates
- Unitテスト高速化の話
- Symfony4をインストールして Hello World を表示させるまでの手順
- Symfony3.4でLiipFunctionalTestBundleを使って機能テストを書く方法
- ぼくのかんがえたさいきょうのControllerTrait(別名 Autowiringで遊んでみた)
- Monolog + AWS ElasticSearchでアクセス解析基盤を作ってみた
- Symfony2のプロジェクトにひたすら機能テストを書いた話
- symfony/consoleとBoxでCLIツールをPharファイルで作成する
It seems there is broken link in the
Newest issues and pull requests
. There is one named 'title' with an empty url.Well spotted! It's fixed now. Thanks Sebastiaan.