Symfony blog posts for May 2019
Symfony Contracts, battle-tested semantics you can depend on
Symfony Contracts are a set of abstractions extracted out of the Symfony Components and they can be used to build on semantics that components proved useful - and that already have fully-tested implementations.
May 27, 2019 · Published in #SymfonyA Week of Symfony #647 (20-26 May 2019)
This week, Symfony 4.3 beta2 version was released to better prepare for the final Symfony 4.3 release of the next week. Meanwhile, work on Symfony 4.4 (to be released on November 2019) started with the addition of Redis Sentinel support in Cache and LTS config information in the profiler.
May 26, 2019 · Published in #A week of symfonyNew in Symfony 4.3: Extracting Translation Contents from PHP Files
In Symfony 4.3, the translation:update command has been improved to also extract translation contents from PHP files.
May 24, 2019 · Published in #Living on the edgeLast days to submit a talk proposal for SymfonyCon Amsterdam 2019
Call for Papers for SymfonyCon Amsterdam ends on May 24th 2019, submit now your talk proposals for the international Symfony conference!
May 22, 2019 · Published in #Community #ConferencesNew in Symfony 4.3: Timezone improvements
Symfony 4.3 will improve support of timezones in the Intl, Validator and Form components.
May 21, 2019 · Published in #Living on the edgeLess than a month before SymfonyLive Warszawa 2019
SymfonyLive Warszawa 2019 is coming next month! Today's the very last day to register at regular rates and there are only a few seats left for the workshops, register now!
May 20, 2019 · Published in #Community #ConferencesA Week of Symfony #646 (13-19 May 2019)
This week Symfony continued polishing the upcoming Symfony 4.3 version with the addition of a cache to improve PropertyInfo performance. In addition, the Symfony local web server started publishing its releases on GitHub, so you can watch that repository to not miss any release. Lastly, a special Amsterdam PHP Meetup was announced for June 20th in anticipation of the SymfonyCon Amsterdam 2019 conference.
May 19, 2019 · Published in #A week of symfonyNew in Symfony 4.3: Native password encoder
Symfony 4.3 introduces a new native password encoder to auto-select the best possible hashing algorithm available to hash user passwords.
May 17, 2019 · Published in #Living on the edgeJoin Fabien Potencier at Amsterdam PHP meetup on June 20th
We’re super excited to announce that Fabien Potencier, Symfony founder, will speak at Amsterdam PHP meetup on June 20th about “Developing Symfony applications in 2019”. Join us there!
May 16, 2019 · Published in #CommunityNew in Symfony 4.3: HttpClient component
Symfony 4.3 adds a new and modern HttpClient component to help you make and process HTTP requests.
May 15, 2019 · Published in #Living on the edgeNew in DoctrineBundle 1.11.0
DoctrineBundle 1.11.0 has been released with a simpler configuration for Symfony Cache pools, new Messenger middleware services and new utilities to debug failing queries.
May 13, 2019 · Published in #Living on the edgeA Week of Symfony #645 (6-12 May 2019)
This week, the Symfony 4.3.0 beta 1 version was released, so you can test Symfony 4.3 in your own projects before the stable release at the end of May. Meanwhile, the SymfonyLive London 2019 conference announced its first speakers.
May 12, 2019 · Published in #A week of symfonyNew in Symfony 4.3: More Form improvements
Symfony 4.3 will include many new features to improve the Symfony Forms, such as row attributes, custom errors in data mappers and a better form debug command.
May 10, 2019 · Published in #Living on the edgeSymfonyLive London 2019: meet the first selected speakers!
We're very pleased to announce the first selected speakers of the conference, check out the conference schedule! Early bird registration is extended to May 10th, register now at early bird before the price changes!
May 8, 2019 · Published in #Community #ConferencesNew in Symfony 4.3: Mime component
The new Mime component introduced in Symfony 4.3 helps you create and manipulate the MIME messages used to send emails and provides utilities related to MIME types.
May 7, 2019 · Published in #Living on the edgeA Week of Symfony #644 (29 April - 5 May 2019)
This week, Symfony 3.4.27 and 4.2.8 maintenance versions were released. Meanwhile, the upcoming Symfony 4.3 version continued working on polishing its new features, specially those related to timezones.
May 5, 2019 · Published in #A week of symfonyNew in Symfony 4.3: Messenger failure transport
In Symfony 4.3, the Messenger component allows to collect messages that fail on all their retries to inspect them and retry/delete them if wanted.
May 3, 2019 · Published in #Living on the edgeSymfony on Stackoverflow
The Symfony Community is not only GitHub. The Symfony Diversity Initiative aims to make all channels fun & safe places to interact with others. This post focuses on what this means for people asking & answering questions on StackOverflow.
May 2, 2019 · Published in #Community #DiversityCopy code from symfony.com examples
Code examples on symfony.com now display a "copy code" button so you can quickly copy their contents to the clipboard.
May 1, 2019 · Published in #Documentation #Symfony