Symfony blog posts for September 2020
Meet more selected speakers for SymfonyWorld 2020
We are pleased to announce more selected speakers for SymfonyWorld 2020. We can't wait to welcome you online from December 1st to 5th 2020 for the online conference. Check the new selected talks added to the conference schedule!
September 30, 2020 · Published in #Community #ConferencesNew in Symfony 5.2: Simpler DataCollectors
Symfony 5.2 introduces a new AbstractDataCollector class that configures everything about DataCollectors, so you no longer need to manually register services for them.
September 30, 2020 · Published in #Living on the edgeNew Symfony swag available on the Symfony Store
We're delighted to add several new items to the Symfony Store: Symfony metal cup, Symfony mask and Symfony t-shirt! Get yours today!
September 29, 2020 · Published in #CommunityNew in Symfony 5.2: Session profiling
Symfony 5.2 will provide session profiling in the debug toolbar and the profiler, showing you all the session usages and their full details, including PHP backtraces.
September 29, 2020 · Published in #Living on the edgeThank you for joining us at SymfonyLive Paris 2020
The SymfonyLive Paris 2020 conference has been organized last week, thank you to all our attendees, speakers and sponsors for joining us there!
September 28, 2020 · Published in #Community #ConferencesNew in Symfony 5.2: PHP 8 attributes
Symfony 5.2 will support PHP 8 attributes/annotations to define routes and required dependencies.
September 28, 2020 · Published in #Living on the edgeA Week of Symfony #717 (21-27 September 2020)
This week, Symfony 3.4.45, 4.4.14 and 5.1.6 maintenance versions were released. Meanwhile, the upcoming Symfony 5.2 version added an html5 option to MoneyType and PercentType and introduced new test assertions for checkboxes and form values.
September 27, 2020 · Published in #A week of symfonyNew in Symfony 5.2: Translatable objects
Symfony 5.2 introduces new TranslatableMessage objects which hold all the information needed to make full translations, simplifying both your backend code and your templates.
September 25, 2020 · Published in #Living on the edgeNew in Symfony 5.2: Doctrine types for UUID and ULID
Symfony 5.2 provides new Doctrine types to help you work with UUID/ULID values in your entity properties.
September 24, 2020 · Published in #Living on the edgeNew in Symfony 5.2: EventSource HTTP client
Symfony 5.2 provides a special HTTP client to listen to server-sent events, similar to what you can do with EventSource JavaScript objects.
September 23, 2020 · Published in #Living on the edgeNew in Symfony 5.2: True colors in the console
In Symfony 5.2, Console applications can use 24-bit colors to define the text and background colors.
September 22, 2020 · Published in #Living on the edgeNew in Symfony 5.2: Pseudo-localization translator
Symfony 5.2 adds support for pseudo-localization, a software testing method used for testing internationalization.
September 21, 2020 · Published in #Living on the edgeA Week of Symfony #716 (14-20 September 2020)
This week, the upcoming Symfony 5.2 version introduced a new RateLimiter component and built the first feature on top of it: login throttling. In addition, a new feature was merged into HttpClient component to automatically retry failed HTTP requests. Finally, the first speakers of the SymfonyWorld 2020 online conference were announced.
September 20, 2020 · Published in #A week of symfonyFirst selected speakers at SymfonyWorld 2020 are announced
We are pleased to welcome you online from December 1st to 5th 2020 for SymfonyWorld 2020. The first selected speakers are announced! Discover the first topics scheduled.
September 17, 2020 · Published in #Community #ConferencesSymfonyInsight, the life jacket for your team
SymfonyInsight now also protects your projects against business threats.
September 17, 2020 · Published in #SymfonyInsightA Week of Symfony #715 (7-13 September 2020)
This week, Symfony development activity was frantic with tens of fixes and new features merged. The upcoming Symfony 5.2 version added support for shared locks, integration of Cache and Messenger components to allow computing cached values in a worker and the introduction of PHP 8 compatible attributes for routes and required attributes.
September 13, 2020 · Published in #A week of symfonyNew in SymfonyInsight: Composer 2 native support
Composer 2 RC1 has just been released. SymfonyInsight supports it out of the box.
September 11, 2020 · Published in #SymfonyInsightNew in SymfonyInsight: Microsoft Teams analysis results notifications
You can now receive native notifications in Microsoft Teams to get notified of new analysis results.
September 8, 2020 · Published in #SymfonyInsightA Week of Symfony #714 (31 August - 6 September 2020)
This week, the Symfony 5 book was published for free in all available languages. Meanwhile, the upcoming Symfony 5.2 version updated security to allow configuring the order of firewall listeners and added new Doctrine types for ULID and UUID values.
September 6, 2020 · Published in #A week of symfonySome seats left for the pre-conference workshops at SymfonyLive Paris 2020
The conference tickets sale for SymfonyLive Paris 2020 is now sold out but we have a few seats left for the pre-conference workshops. Get trained on the latest about Symfony!
September 4, 2020 · Published in #Community #ConferencesThe Symfony 5 book, The Fast Track, now available online for all languages
The Symfony 5 book, The Fast Track, is available to read for free in 14 languages, including English, French, and Japanese.
September 4, 2020 · Published in #Community #DocumentationPHP preloading and Symfony
Symfony simplifies the use of PHP preloading.
September 3, 2020 · Published in #Cloud #SymfonyRendez-vous at the end of this month for SymfonyLive Paris 2020
Postponed SymfonyLive Paris 2020 is coming at the end of this month. The conference is still organized on September 23-24 in full respect of all the security measures recommended by the French Government.
September 2, 2020 · Published in #Community #ConferencesCVE-2020-15094: Prevent RCE when calling untrusted remote with CachingHttpClient
CVE-2020-15094 fixes an issue to prevent RCE when calling untrusted remote with CachingHttpClient
September 2, 2020 · Published in #Security AdvisoriesLogging in Symfony and the Cloud
The way messages are logged in applications has evolved in the last few years, let's see how Symfony adapts.
September 1, 2020 · Published in #Cloud #Community #Symfony