Merge branch '5.2' into 5.x

* 5.2:
  Bump Symfony version to 5.2.8
  Update VERSION for 5.2.7
  Update CHANGELOG for 5.2.7
  Bump Symfony version to 4.4.23
  Update VERSION for 4.4.22
  Update CONTRIBUTORS for 4.4.22
  Update CHANGELOG for 4.4.22
This commit is contained in:
Alexander M. Turek 2021-05-02 00:13:55 +02:00
commit 7fe37ba2ef
2 changed files with 79 additions and 27 deletions

View File

@ -7,6 +7,42 @@ in 5.2 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.2.0...v5.2.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.2.0...v5.2.1
* 5.2.7 (2021-05-01)
* bug #41008 [Security] Do not try to rehash null-passwords (tjveldhuizen)
* bug #40993 [Security] [Security/Core] fix checking for bcrypt (nicolas-grekas)
* bug #40923 [Yaml] expose references detected in inline notation structures (xabbuh)
* bug #40964 [HttpFoundation] Fixes for PHP 8.1 deprecations (jrmajor)
* bug #40919 [Mailer] use correct spelling when accessing the SMTP php.ini value (xabbuh)
* bug #40514 [Yaml] Allow tabs as separators between tokens (bertramakers)
* bug #40882 [Cache] phpredis: Added full TLS support for RedisCluster (jackthomasatl)
* bug #40872 [DependencyInjection] [AliasDeprecatedPublicServicesPass] Noop when the service is private (fancyweb)
* bug #40802 [FrameworkBundle] Fix array controller link in debug:router (fancyweb)
* bug #40793 [DoctrineBridge] Add support for a driver type "attribute" (beberlei)
* bug #40807 RequestMatcher issue when `_controller` is a closure (Plopix)
* bug #40811 [PropertyInfo] Use the right context for methods defined in traits (colinodell)
* bug #40791 [WebProfilerBundle] Use ControllerReference instead of URL in twig render() (Foxprodev)
* bug #40330 [SecurityBundle] Empty line starting with dash under "access_control" causes all rules to be skipped (monteiro)
* bug #40780 [Cache] Apply NullAdapter as Null Object (roukmoute)
* bug #40740 [Cache][FrameworkBundle] Fix logging for TagAwareAdapter (fancyweb)
* bug #40755 [Routing] Better inline requirements and defaults parsing (Foxprodev)
* bug #40754 [PhpUnitBridge] Fix phpunit symlink on Windows (johnstevenson)
* bug #40660 [Form] Fix 'invalid_message' use in multiple ChoiceType (alexandre-daubois)
* bug #40707 [Yaml] Fixed infinite loop when parser goes through an additional and invalid closing tag (alexandre-daubois)
* bug #40698 [Console] Add Helper::width() and Helper::length() (Nyholm, grasmash)
* bug #40679 [Debug][ErrorHandler] Avoid warning with Xdebug 3 with develop mode disabled (Jean85)
* bug #40702 [HttpClient] allow CurlHttpClient on Windows (n0rbyt3)
* bug #40503 [Yaml] fix parsing some block sequences (a1812)
* bug #40610 Fixed bugs found by psalm (Nyholm)
* bug #40603 [Config] Fixed support for nodes not extending BaseNode (Nyholm)
* bug #40658 [RateLimiter] Fix sleep value (jderusse)
* bug #40645 [FrameworkBundle] Dont store cache misses on warmup (Nyholm)
* bug #40629 [DependencyInjection] Fix "url" env var processor behavior when the url has no path (fancyweb)
* bug #40655 [Cache] skip storing failure-to-save as misses in ArrayAdapter (nicolas-grekas)
* bug #40522 [Serializer] Allow AbstractNormalizer to use null for non-optional nullable constructor parameters without default value (Pierre Rineau)
* bug #40595 add missing queue_name to find(id) in doctrine messenger transport (monteiro)
* bug #40619 [FrameworkBundle] dont access the container to configure http_cache (nicolas-grekas)
* 5.2.6 (2021-03-29) * 5.2.6 (2021-03-29)
* bug #40598 [Form] error if the input string couldn't be parsed as a date (xabbuh) * bug #40598 [Form] error if the input string couldn't be parsed as a date (xabbuh)

View File

@ -22,25 +22,25 @@ The Symfony Connect username in parenthesis allows to get more information
- Roland Franssen (ro0) - Roland Franssen (ro0)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Johannes S (johannes) - Johannes S (johannes)
- Kris Wallsmith (kriswallsmith)
- Wouter De Jong (wouterj) - Wouter De Jong (wouterj)
- Kris Wallsmith (kriswallsmith)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Thomas Calvet (fancyweb) - Thomas Calvet (fancyweb)
- Yonel Ceruto González (yonelceruto) - Yonel Ceruto González (yonelceruto)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Tobias Nyholm (tobias)
- Ait Boudad Abdellatif (aitboudad) - Ait Boudad Abdellatif (aitboudad)
- Samuel ROZE (sroze) - Samuel ROZE (sroze)
- Romain Neutron (romain) - Romain Neutron (romain)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Tobias Nyholm (tobias)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Jules Pietri (heah) - Jules Pietri (heah)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Amrouche Hamza (simperfit) - Amrouche Hamza (simperfit)
- Jeremy Mikola (jmikola)
- Oskar Stark (oskarstark) - Oskar Stark (oskarstark)
- Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
@ -86,15 +86,16 @@ The Symfony Connect username in parenthesis allows to get more information
- Christian Raue - Christian Raue
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
- Laurent VOULLEMIER (lvo)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- Laurent VOULLEMIER (lvo)
- Arnout Boks (aboks) - Arnout Boks (aboks)
- Graham Campbell (graham) - Graham Campbell (graham)
- David Buchmann (dbu) - David Buchmann (dbu)
- Deni - Deni
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Vasilij Duško (staff)
- Dariusz Ruminski - Dariusz Ruminski
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
- Lee McDermott - Lee McDermott
@ -104,16 +105,17 @@ The Symfony Connect username in parenthesis allows to get more information
- Alex Pott - Alex Pott
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Bart van den Burg (burgov) - Bart van den Burg (burgov)
- Vasilij Dusko | CREATION
- Jordan Alliot (jalliot) - Jordan Alliot (jalliot)
- John Wards (johnwards) - John Wards (johnwards)
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- Jérôme Vasseur (jvasseur)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Sebastiaan Stok (sstok) - Sebastiaan Stok (sstok)
- Maxime STEINHAUSSER - Maxime STEINHAUSSER
- Baptiste Clavié (talus) - Baptiste Clavié (talus)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Jérôme Vasseur (jvasseur)
- Tim Nagel (merk) - Tim Nagel (merk)
- Alexander Schranz (alexander-schranz) - Alexander Schranz (alexander-schranz)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
@ -122,12 +124,12 @@ The Symfony Connect username in parenthesis allows to get more information
- marc.weistroff - marc.weistroff
- Tomáš Votruba (tomas_votruba) - Tomáš Votruba (tomas_votruba)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
- Antoine M (amakdessi)
- lenar - lenar
- Alexander Schwenn (xelaris) - Alexander Schwenn (xelaris)
- Massimiliano Arione (garak) - Massimiliano Arione (garak)
- Włodzimierz Gajda (gajdaw) - Włodzimierz Gajda (gajdaw)
- Adrien Brault (adrienbrault) - Adrien Brault (adrienbrault)
- Antoine M (amakdessi)
- Jacob Dreesen (jdreesen) - Jacob Dreesen (jdreesen)
- Florian Voutzinos (florianv) - Florian Voutzinos (florianv)
- Teoh Han Hui (teohhanhui) - Teoh Han Hui (teohhanhui)
@ -144,6 +146,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- Vasilij Dusko
- Jannik Zschiesche (apfelbox) - Jannik Zschiesche (apfelbox)
- Jérémy Romey (jeremyfreeagent) - Jérémy Romey (jeremyfreeagent)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
@ -159,11 +162,13 @@ The Symfony Connect username in parenthesis allows to get more information
- Anthony MARTIN (xurudragon) - Anthony MARTIN (xurudragon)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Vincent Langlet (deviling)
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Alessandro Chitolina (alekitto) - Alessandro Chitolina (alekitto)
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Mathias Arlaud (mtarld)
- SpacePossum - SpacePossum
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Andreas Braun - Andreas Braun
@ -177,7 +182,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- jwdeitch - jwdeitch
- Ahmed TAILOULOUTE (ahmedtai) - Ahmed TAILOULOUTE (ahmedtai)
- Mathias Arlaud (mtarld)
- Mikael Pajunen - Mikael Pajunen
- Gary PEGEOT (gary-p) - Gary PEGEOT (gary-p)
- HypeMC (hypemc) - HypeMC (hypemc)
@ -189,6 +193,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Vincent Touzet (vincenttouzet) - Vincent Touzet (vincenttouzet)
- Saif Eddin Gmati (azjezz)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- Jérôme Parmentier (lctrs) - Jérôme Parmentier (lctrs)
- Ben Davies (bendavies) - Ben Davies (bendavies)
@ -209,13 +214,14 @@ The Symfony Connect username in parenthesis allows to get more information
- Samuel NELA (snela) - Samuel NELA (snela)
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
- Fabien Bourigault (fbourigault) - Fabien Bourigault (fbourigault)
- Saif Eddin Gmati (azjezz)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Christian Scheb
- Florent Mata (fmata) - Florent Mata (fmata)
- Warnar Boekkooi (boekkooi) - Warnar Boekkooi (boekkooi)
- Dmitrii Chekaliuk (lazyhammer) - Dmitrii Chekaliuk (lazyhammer)
- Clément JOBEILI (dator) - Clément JOBEILI (dator)
- Marek Štípek (maryo) - Marek Štípek (maryo)
- Jesse Rushlow (geeshoe)
- Filippo Tessarotto (slamdunk) - Filippo Tessarotto (slamdunk)
- Daniel Espendiller - Daniel Espendiller
- Possum - Possum
@ -233,7 +239,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Marco Pivetta (ocramius) - Marco Pivetta (ocramius)
- Smaine Milianni (ismail1432) - Smaine Milianni (ismail1432)
- mcfedr (mcfedr) - mcfedr (mcfedr)
- Christian Scheb
- Ruben Gonzalez (rubenrua) - Ruben Gonzalez (rubenrua)
- Benjamin Dulau (dbenjamin) - Benjamin Dulau (dbenjamin)
- Mathieu Lemoine (lemoinem) - Mathieu Lemoine (lemoinem)
@ -266,11 +271,13 @@ The Symfony Connect username in parenthesis allows to get more information
- Dmitrii Poddubnyi (karser) - Dmitrii Poddubnyi (karser)
- Matthieu Auger (matthieuauger) - Matthieu Auger (matthieuauger)
- Leszek Prabucki (l3l0) - Leszek Prabucki (l3l0)
- Colin O'Dell (colinodell)
- François Zaninotto (fzaninotto) - François Zaninotto (fzaninotto)
- Dustin Whittle (dustinwhittle) - Dustin Whittle (dustinwhittle)
- jeff - jeff
- John Kary (johnkary) - John Kary (johnkary)
- Tien Vo (tienvx) - Tien Vo (tienvx)
- Alessandro Lai (jean85)
- YaFou - YaFou
- Justin Hileman (bobthecow) - Justin Hileman (bobthecow)
- Blanchon Vincent (blanchonvincent) - Blanchon Vincent (blanchonvincent)
@ -279,7 +286,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Baptiste Lafontaine (magnetik) - Baptiste Lafontaine (magnetik)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Jesse Rushlow (geeshoe)
- Eugene Wissner - Eugene Wissner
- Andreas Möller (localheinz) - Andreas Möller (localheinz)
- Edi Modrić (emodric) - Edi Modrić (emodric)
@ -293,6 +299,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Chi-teck - Chi-teck
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Mantis Development - Mantis Development
- Guilliam Xavier
- Loïc Faugeron - Loïc Faugeron
- dFayet - dFayet
- Antonio Pauletich (x-coder264) - Antonio Pauletich (x-coder264)
@ -306,7 +313,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Michael Babker (mbabker) - Michael Babker (mbabker)
- Thomas Lallement (raziel057) - Thomas Lallement (raziel057)
- Francois Zaninotto - Francois Zaninotto
- Colin O'Dell (colinodell)
- Alexander Kotynia (olden) - Alexander Kotynia (olden)
- Daniel Tschinder - Daniel Tschinder
- Christian Schmidt - Christian Schmidt
@ -316,7 +322,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Danny Berger (dpb587) - Danny Berger (dpb587)
- zairig imad (zairigimad) - zairig imad (zairigimad)
- Antonio J. García Lagar (ajgarlag) - Antonio J. García Lagar (ajgarlag)
- Alessandro Lai (jean85)
- Adam Prager (padam87) - Adam Prager (padam87)
- Benoît Burnichon (bburnichon) - Benoît Burnichon (bburnichon)
- Maciej Malarz (malarzm) - Maciej Malarz (malarzm)
@ -358,8 +363,10 @@ The Symfony Connect username in parenthesis allows to get more information
- Bob den Otter (bopp) - Bob den Otter (bopp)
- Thomas Schulz (king2500) - Thomas Schulz (king2500)
- Frank de Jonge (frenkynet) - Frank de Jonge (frenkynet)
- Hugo Monteiro (monteiro)
- Nikita Konstantinov - Nikita Konstantinov
- Wodor Wodorski - Wodor Wodorski
- Sebastien Morel (plopix)
- Joe Bennett (kralos) - Joe Bennett (kralos)
- Simon Berger - Simon Berger
- soyuka - soyuka
@ -374,7 +381,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Alexander Menshchikov (zmey_kk) - Alexander Menshchikov (zmey_kk)
- Emanuele Panzeri (thepanz) - Emanuele Panzeri (thepanz)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Langlet Vincent (deviling)
- Pascal Luna (skalpa) - Pascal Luna (skalpa)
- Wouter Van Hecke - Wouter Van Hecke
- Iker Ibarguren (ikerib) - Iker Ibarguren (ikerib)
@ -437,7 +443,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Berny Cantos (xphere81) - Berny Cantos (xphere81)
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Guilhem N (guilhemn) - Guilhem N (guilhemn)
- Sebastien Morel (plopix)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- ivan - ivan
@ -466,6 +471,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Christian Gärtner (dagardner) - Christian Gärtner (dagardner)
- Dmytro Borysovskyi (dmytr0) - Dmytro Borysovskyi (dmytr0)
- Tomasz Kowalczyk (thunderer) - Tomasz Kowalczyk (thunderer)
- Johann Pardanaud
- Sylvain Fabre (sylfabre) - Sylvain Fabre (sylfabre)
- Artur Eshenbrener - Artur Eshenbrener
- Harm van Tilborg (hvt) - Harm van Tilborg (hvt)
@ -550,8 +556,8 @@ The Symfony Connect username in parenthesis allows to get more information
- Sander Toonen (xatoo) - Sander Toonen (xatoo)
- Anthon Pang (robocoder) - Anthon Pang (robocoder)
- Marko Kaznovac (kaznovac) - Marko Kaznovac (kaznovac)
- Guilliam Xavier
- Sébastien Santoro (dereckson) - Sébastien Santoro (dereckson)
- Mathieu Santostefano
- Brian King - Brian King
- Michel Salib (michelsalib) - Michel Salib (michelsalib)
- quentin neyrat (qneyrat) - quentin neyrat (qneyrat)
@ -565,6 +571,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Webnet team (webnet) - Webnet team (webnet)
- Ben Ramsey (ramsey) - Ben Ramsey (ramsey)
- Marcin Szepczynski (czepol) - Marcin Szepczynski (czepol)
- Lescot Edouard (idetox)
- Mohammad Emran Hasan (phpfour) - Mohammad Emran Hasan (phpfour)
- Dmitriy Mamontov (mamontovdmitriy) - Dmitriy Mamontov (mamontovdmitriy)
- Jan Schumann - Jan Schumann
@ -576,7 +583,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Greg Anderson - Greg Anderson
- Islam93 - Islam93
- lancergr - lancergr
- Vincent Langlet
- Tri Pham (phamuyentri) - Tri Pham (phamuyentri)
- Mihai Stancu - Mihai Stancu
- Ivan Nikolaev (destillat) - Ivan Nikolaev (destillat)
@ -605,6 +611,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Judicaël RUFFIEUX (axanagor) - Judicaël RUFFIEUX (axanagor)
- Chris Sedlmayr (catchamonkey) - Chris Sedlmayr (catchamonkey)
- Indra Gunawan (indragunawan) - Indra Gunawan (indragunawan)
- Mathias STRASSER (roukmoute)
- Kamil Kokot (pamil) - Kamil Kokot (pamil)
- Seb Koelen - Seb Koelen
- Christoph Mewes (xrstf) - Christoph Mewes (xrstf)
@ -639,6 +646,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Gintautas Miselis - Gintautas Miselis
- Rob Bast - Rob Bast
- Roberto Espinoza (respinoza) - Roberto Espinoza (respinoza)
- Pierre Rineau
- Soufian EZ-ZANTAR (soezz) - Soufian EZ-ZANTAR (soezz)
- Zander Baldwin - Zander Baldwin
- Adam Harvey - Adam Harvey
@ -664,8 +672,10 @@ The Symfony Connect username in parenthesis allows to get more information
- Joshua Nye - Joshua Nye
- Nathan Dench (ndenc2) - Nathan Dench (ndenc2)
- Sebastian Bergmann - Sebastian Bergmann
- Matthew Grasmick
- Miroslav Sustek - Miroslav Sustek
- Pablo Díez (pablodip) - Pablo Díez (pablodip)
- Alexandre Daubois (alexandre-daubois)
- Kevin McBride - Kevin McBride
- Sergio Santoro - Sergio Santoro
- Robin van der Vleuten (robinvdvleuten) - Robin van der Vleuten (robinvdvleuten)
@ -676,6 +686,7 @@ The Symfony Connect username in parenthesis allows to get more information
- BENOIT POLASZEK (bpolaszek) - BENOIT POLASZEK (bpolaszek)
- Eduardo Oliveira (entering) - Eduardo Oliveira (entering)
- Oleksii Zhurbytskyi - Oleksii Zhurbytskyi
- Roman Martinuk (a2a4)
- Ilya Antipenko (aivus) - Ilya Antipenko (aivus)
- Ricardo Oliveira (ricardolotr) - Ricardo Oliveira (ricardolotr)
- Roy Van Ginneken (rvanginneken) - Roy Van Ginneken (rvanginneken)
@ -700,7 +711,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Jakub Škvára (jskvara) - Jakub Škvára (jskvara)
- Andrew Udvare (audvare) - Andrew Udvare (audvare)
- alexpods - alexpods
- Johann Pardanaud
- Adam Szaraniec (mimol) - Adam Szaraniec (mimol)
- Dariusz Ruminski - Dariusz Ruminski
- Erik Trapman (eriktrapman) - Erik Trapman (eriktrapman)
@ -767,6 +777,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Baptiste Leduc (bleduc) - Baptiste Leduc (bleduc)
- Julien Maulny - Julien Maulny
- Gennadi Janzen - Gennadi Janzen
- James Hemery
- Jean-Christophe Cuvelier [Artack] - Jean-Christophe Cuvelier [Artack]
- Julien Montel (julienmgel) - Julien Montel (julienmgel)
- Mátyás Somfai (smatyas) - Mátyás Somfai (smatyas)
@ -807,10 +818,10 @@ The Symfony Connect username in parenthesis allows to get more information
- Simeon Kolev (simeon_kolev9) - Simeon Kolev (simeon_kolev9)
- Joost van Driel (j92) - Joost van Driel (j92)
- Jonas Elfering - Jonas Elfering
- Hugo Monteiro (monteiro)
- Nahuel Cuesta (ncuesta) - Nahuel Cuesta (ncuesta)
- Chris Boden (cboden) - Chris Boden (cboden)
- Christophe Villeger (seragan) - Christophe Villeger (seragan)
- Krystian Marcisz (simivar)
- Matthias Krauser (mkrauser) - Matthias Krauser (mkrauser)
- Julien Fredon - Julien Fredon
- Xavier Leune (xleune) - Xavier Leune (xleune)
@ -836,11 +847,10 @@ The Symfony Connect username in parenthesis allows to get more information
- Carlos Pereira De Amorim (epitre) - Carlos Pereira De Amorim (epitre)
- zenmate - zenmate
- Michal Trojanowski - Michal Trojanowski
- Lescot Edouard (idetox)
- Andrii Popov (andrii-popov) - Andrii Popov (andrii-popov)
- David Fuhr - David Fuhr
- Rodrigo Aguilera - Rodrigo Aguilera
- Mathias STRASSER (roukmoute) - Vladimir Varlamov (iamvar)
- Max Grigorian (maxakawizard) - Max Grigorian (maxakawizard)
- Guilherme Augusto Henschel - Guilherme Augusto Henschel
- Rostyslav Kinash - Rostyslav Kinash
@ -871,7 +881,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Chris Heng (gigablah) - Chris Heng (gigablah)
- Shaun Simmons (simshaun) - Shaun Simmons (simshaun)
- Richard Bradley - Richard Bradley
- Mathieu Santostefano
- Ulumuddin Yunus (joenoez) - Ulumuddin Yunus (joenoez)
- rtek - rtek
- Ivan Grigoriev - Ivan Grigoriev
@ -947,7 +956,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Indra Gunawan (guind) - Indra Gunawan (guind)
- Roberto Nygaard - Roberto Nygaard
- Peter Ward - Peter Ward
- Matthew Grasmick
- Davide Borsatto (davide.borsatto) - Davide Borsatto (davide.borsatto)
- Gert de Pagter - Gert de Pagter
- Julien DIDIER (juliendidier) - Julien DIDIER (juliendidier)
@ -959,7 +967,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Jeroen van den Enden (stoefke) - Jeroen van den Enden (stoefke)
- Pascal Helfenstein - Pascal Helfenstein
- Baldur Rensch (brensch) - Baldur Rensch (brensch)
- Pierre Rineau
- Fritz Michael Gschwantner - Fritz Michael Gschwantner
- Vladyslav Petrovych - Vladyslav Petrovych
- Alex Xandra Albert Sim - Alex Xandra Albert Sim
@ -1099,7 +1106,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Peter Bowyer (pbowyer) - Peter Bowyer (pbowyer)
- Aleksey Podskrebyshev - Aleksey Podskrebyshev
- Calin Mihai Pristavu - Calin Mihai Pristavu
- Vincent Langlet
- David Marín Carreño (davefx) - David Marín Carreño (davefx)
- Fabien LUCAS (flucas2) - Fabien LUCAS (flucas2)
- Konstantin Grachev (grachevko) - Konstantin Grachev (grachevko)
@ -1203,6 +1209,7 @@ The Symfony Connect username in parenthesis allows to get more information
- d-ph - d-ph
- Stewart Malik - Stewart Malik
- Renan Taranto (renan-taranto) - Renan Taranto (renan-taranto)
- Stefan Graupner (efrane)
- Gemorroj (gemorroj) - Gemorroj (gemorroj)
- Rikijs Murgs - Rikijs Murgs
- Mihail Krasilnikov (krasilnikovm) - Mihail Krasilnikov (krasilnikovm)
@ -1229,7 +1236,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Christin Gruber (christingruber) - Christin Gruber (christingruber)
- Phan Thanh Ha (haphan) - Phan Thanh Ha (haphan)
- Chris Jones (leek) - Chris Jones (leek)
- James Hemery
- neghmurken - neghmurken
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
@ -1258,7 +1264,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Iliya Miroslavov Iliev (i.miroslavov) - Iliya Miroslavov Iliev (i.miroslavov)
- Safonov Nikita (ns3777k) - Safonov Nikita (ns3777k)
- Ross Motley (rossmotley) - Ross Motley (rossmotley)
- Krystian Marcisz (simivar)
- ttomor - ttomor
- Mei Gwilym (meigwilym) - Mei Gwilym (meigwilym)
- Michael H. Arieli (excelwebzone) - Michael H. Arieli (excelwebzone)
@ -1313,6 +1318,7 @@ The Symfony Connect username in parenthesis allows to get more information
- DerManoMann - DerManoMann
- Damien Fayet (rainst0rm) - Damien Fayet (rainst0rm)
- Ippei SUmida (ippey_s) - Ippei SUmida (ippey_s)
- Maxim Dovydenok (shiftby)
- MatTheCat - MatTheCat
- Guillaume Royer - Guillaume Royer
- Artem (digi) - Artem (digi)
@ -1433,6 +1439,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Cristobal Dabed - Cristobal Dabed
- Daniel Mecke (daniel_mecke) - Daniel Mecke (daniel_mecke)
- Matteo Giachino (matteosister) - Matteo Giachino (matteosister)
- Pavel Kirpitsov (pavel-kirpichyov)
- Alex Demchenko (pilot) - Alex Demchenko (pilot)
- Tadas Gliaubicas (tadcka) - Tadas Gliaubicas (tadcka)
- Thanos Polymeneas (thanos) - Thanos Polymeneas (thanos)
@ -1769,6 +1776,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Frédéric Bouchery (fbouchery) - Frédéric Bouchery (fbouchery)
- kylekatarnls (kylekatarnls) - kylekatarnls (kylekatarnls)
- Patrick Daley (padrig) - Patrick Daley (padrig)
- Foxprodev
- Max Summe - Max Summe
- WedgeSama - WedgeSama
- Hugo Sales - Hugo Sales
@ -1835,7 +1843,6 @@ The Symfony Connect username in parenthesis allows to get more information
- Wouter Diesveld - Wouter Diesveld
- Romain - Romain
- Matěj Humpál - Matěj Humpál
- Vincent Langlet
- Amine Matmati - Amine Matmati
- caalholm - caalholm
- Nouhail AL FIDI (alfidi) - Nouhail AL FIDI (alfidi)
@ -1936,6 +1943,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Maarten de Boer - Maarten de Boer
- Malte Wunsch - Malte Wunsch
- wusuopu - wusuopu
- Markus Staab
- povilas - povilas
- Gavin Staniforth - Gavin Staniforth
- bahram - bahram
@ -1970,6 +1978,7 @@ The Symfony Connect username in parenthesis allows to get more information
- ryunosuke - ryunosuke
- Bruno BOUTAREL - Bruno BOUTAREL
- victoria - victoria
- John Stevenson
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
- Stanislav Gamayunov (happyproff) - Stanislav Gamayunov (happyproff)
- Iwan van Staveren (istaveren) - Iwan van Staveren (istaveren)
@ -1988,6 +1997,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Matt Farmer - Matt Farmer
- catch - catch
- siganushka - siganushka
- roromix
- Alexandre Segura - Alexandre Segura
- Josef Cech - Josef Cech
- Glodzienski - Glodzienski
@ -2126,6 +2136,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Chris - Chris
- Farid Jalilov - Farid Jalilov
- Florent Olivaud - Florent Olivaud
- Foxprodev
- Eric Hertwig - Eric Hertwig
- JakeFr - JakeFr
- Oliver Klee - Oliver Klee
@ -2268,6 +2279,7 @@ The Symfony Connect username in parenthesis allows to get more information
- James Hudson - James Hudson
- Tom Maguire - Tom Maguire
- Mateusz Lerczak - Mateusz Lerczak
- Andrii Dembitskyi
- Richard Quadling - Richard Quadling
- David Zuelke - David Zuelke
- Adrian - Adrian
@ -2319,6 +2331,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Haritz - Haritz
- Matthieu Prat - Matthieu Prat
- Grummfy - Grummfy
- lerminou
- pdragun - pdragun
- Paul Le Corre - Paul Le Corre
- Filipe Guerra - Filipe Guerra
@ -2399,6 +2412,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Joeri Verdeyen (jverdeyen) - Joeri Verdeyen (jverdeyen)
- Kevin Verschaeve (keversc) - Kevin Verschaeve (keversc)
- Kevin Herrera (kherge) - Kevin Herrera (kherge)
- Kubicki Kamil (kubik)
- Simon Leblanc (leblanc_simon) - Simon Leblanc (leblanc_simon)
- Luis Ramón López López (lrlopez) - Luis Ramón López López (lrlopez)
- Mehdi Mabrouk (mehdidev) - Mehdi Mabrouk (mehdidev)
@ -2469,6 +2483,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Ramon Henrique Ornelas (ramonornela) - Ramon Henrique Ornelas (ramonornela)
- Ricardo de Vries (ricknox) - Ricardo de Vries (ricknox)
- Simon Heimberg (simon_heimberg) - Simon Heimberg (simon_heimberg)
- Stefano Cappellini (stefano_cappellini)
- Thomas Dutrion (theocrite) - Thomas Dutrion (theocrite)
- Till Klampaeckel (till) - Till Klampaeckel (till)
- Tobias Weinert (tweini) - Tobias Weinert (tweini)
@ -2568,6 +2583,7 @@ The Symfony Connect username in parenthesis allows to get more information
- Kasperki - Kasperki
- Tammy D - Tammy D
- tsilefy - tsilefy
- Enrico
- Ryan Rud - Ryan Rud
- Ondrej Slinták - Ondrej Slinták
- vlechemin - vlechemin