This week, the upcoming Symfony 3.2 version deprecated the use of duplicate keys in YAML files, removed the proposed TaggedCacheItemInterface in the Cache component and improved the AccessDeniedException by exposing the required roles.
Symfony development highlights
- 454b16d: [Intl] updated ICU data to 57.1
- 5e601b9: [Console] fixed indentation of help section text
- 6f10550: [Process] strengthened Windows pipe files opening
- b405df0: [Form] fixed DateType fails parsing when midnight is not a valid time
- 74b8561: [Cache] handled unserialize() failures gracefully
- 90f7ff5: [Security] exposed the required roles in AccessDeniedException
- 2faf6f3: [Yaml] added Yaml::PARSE_EXCEPTION_ON_DUPLICATE to throw exceptions on duplicates
- ccb684a: [Config] used a dedicated exception in the file locator
- 5cc9ed2: [Cache] dropped TaggedCacheItemInterface
Newest issues and pull requests
- @UniqueEntity Constraint on superclasses
- Event kernel.request not stopped after Symfony upgrade
- HttpCache trying to cache OPTIONS requests
- [Finder] ExcludeDirectoryFilterIterator issues with trailing slashes
- Sample JS code for collections may submit two entries with the same name
They talked about us
- Consider Docker for your Symfony projects
- Symfony validators, a tool little used
- PHP/Symfony development with Windows Subsystem for Linux (WSL)
- How To Implement User Authentication In Symfony Using Auth0
- The Basics of Symfony Security
- Installation et mise en place de Symfony
- Création d’une contrainte de validation personnalisée sous symfony 2
- Windows10でSymfony2のローカル開発環境構築②
- Разработка → Убираем default locale из url в Symfony
There must be some hole in the change log tracking script, these two PRs are not unimportant yet they are missing from the weekly summary: SCAN when clearing redis: https://github.com/symfony/symfony/pull/19551 Generic cache tag adapter: https://github.com/symfony/symfony/pull/19524