This week, Symfony 4.4.18, [5.1.10](Symfony 5.1.10 released) and [5.2.1](Symfony 5.2.1 released) maintenance versions were released. Meanwhile, the pre-conference workshops for the next Symfony conferences were announced. Lastly, a special Christmas Sale was announced for all certifications.
Symfony development highlights
This week, 67 pull requests were merged (51 in code and 16 in docs) and 76 issues were closed (51 in code and 25 in docs). See details for code and docs.
4.4 changelog:
43ab20e: [Lock] prevent store exception break combined store c052542: [Serializer] fixed EncoderInterface::encode() return type a316a31: [Ldap] incorrect determination of RelativeDistinguishedName for the "move" operation 72fb034: [Mailer] fixed parsing DSN with empty user/password 5eeb957: normalize exceptions messages containing methods references 7b3461c: updated Luxembourgish translations def8181: updated Basque translations
5.1 changelog:
77960f8: [Notifier] could not use custom host in Free Mobile DSN 8797138: [Notifier] host is required in Mattermost
5.2 changelog:
936bab4: [FrameworkBundle] fixed missing kernel.build_dir on cache clear 6112be3: [DoctrineBridge] guess correct form types for DATE_IMMUTABLE and DATETIME_IMMUTABLE 3741b06: [VarDumper] don't hide any nodes until JavaScript is proven to work 756bab4: [Notifier] set message id on SentMessage 6ead4a2: [Notifier] use private const and mb_strlen() in Discord 0625c2a: [HttpFoundation] keep turning dots to underscores when using Request::create() 7b4af4b: [Notifier] host is required in Infobip and Zulip 7a7ded2: [FrameworkBundle] fixed NFS detection on macOS
5.x changelog:
ee901c3: [FrameworkBundle] added "mailer" monolog channel to mailer transports c766e59: [FrameworkBundle] allow env variables in json_manifest_path cf08a50: [Notifier] fixed toString when optional parameter is not set
Newest issues and pull requests
[RFC][Messenger] allow to shutdown worker consume with a particular Exception [Security] 'entry_point' could accept a route as well, for convenience Support for a build / distribution .env file (eg. env.build) Names of collectors as class constants
They talked about us
vue.js: Using vue with a Symfony Form Le Compiler Pass de Symfony Symfony et Vue.js — Partie 2 : Récupérer les données d’un webservice en Ajax L’authentification à double facteur avec Symfony (2FA) N+1問題をFetch Modeで対策する [Symfony] 機能テストでmultipleなファイル型フォームフィールドに複数のファイルをセットするには特殊な対応が必要という話 DDDとORMのEntityを混同しないための考え方 [Symfony] 機能テストでCSRFトークンを送る方法 [Symfony] エンティティに添付ファイル系の項目を持たせる実装例
Call to Action
Follow Symfony on Twitter and retweet this article. Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Sponsor the Symfony project.
http://feedproxy.google.com/~r/symfony/blog/~3/tLp-lojzt6c/a-week-of-symfony-729-14-20-december-2020
Inicia sesión para agregar comentarios
Otros mensajes en este grupo.

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:
June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

The Validator component provides dozens of constraints ready to use in your applications. In Symfony 7.3, we've added two new constraints to the list.
Slug Constraint

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:
June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Contributed by Jérôme Tamarelle in

This week, we kicked off the New in Symfony 7.3 blog series, highlighting all the exciting new features coming in this release. We also unveiled more details about some of the SymfonyOnline June 2025

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:
June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Symfony's Messenger component makes it easy to build message-driven applications. However, developers using symfony/amqp-messenger have long faced a limitation: it relies on polling (get()), which can