Merge branch '4.3' into 4.4

* 4.3:
  bumped Symfony version to 4.3.8
  updated VERSION for 4.3.7
  updated CHANGELOG for 4.3.7
  bumped Symfony version to 3.4.35
  updated VERSION for 3.4.34
  update CONTRIBUTORS for 3.4.34
  updated CHANGELOG for 3.4.34
This commit is contained in:
Nicolas Grekas 2019-11-12 09:57:06 +01:00
commit 25c166fc10
2 changed files with 48 additions and 16 deletions

View File

@ -7,6 +7,26 @@ in 4.3 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/v4.3.0...v4.3.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.3.0...v4.3.1
* 4.3.7 (2019-11-11)
* bug #34294 [Workflow] Fix error when we use ValueObject for the marking property (FabienSalles)
* bug #34297 [DI] fix locators with numeric keys (nicolas-grekas)
* bug #34282 [DI] Dont cache classes with missing parents (nicolas-grekas)
* bug #34287 [HttpClient] Fix a crash when calling CurlHttpClient::__destruct() (dunglas)
* bug #34129 [FrameworkBundle][Translation] Invalidate cached catalogues when the scanned directories change (fancyweb)
* bug #34246 [Serializer] Use context to compute MetadataAwareNameConverter cache (antograssiot)
* bug #34251 [HttpClient] expose only gzip when doing transparent compression (nicolas-grekas)
* bug #34244 [Inflector] add support for 'species' (jeffreymoelands)
* bug #34085 [Console] Detect dimensions using mode CON if vt100 is supported (rtek)
* bug #34199 [HttpClient] Retry safe requests using HTTP/1.1 when HTTP/2 fails (nicolas-grekas)
* bug #34192 [Routing] Fix URL generator instantiation (X-Coder264, HypeMC)
* bug #34134 [Messenger] fix retry of messages losing the routing key and properties (Tobion)
* bug #34181 [Stopwatch] Fixed bug in getDuration when counting multiple ongoing periods (TimoBakx)
* bug #34165 [PropertyInfo] Fixed type extraction for nullable collections of non-nullable elements (happyproff)
* bug #34179 [Stopwatch] Fixed a bug in StopwatchEvent::getStartTime (TimoBakx)
* bug #34203 [FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month (erics86)
* bug #34035 [Serializer] Fix property name usage for denormalization (antograssiot)
* 4.3.6 (2019-11-01) * 4.3.6 (2019-11-01)
* bug #34198 [HttpClient] Fix perf issue when doing thousands of requests with curl (nicolas-grekas) * bug #34198 [HttpClient] Fix perf issue when doing thousands of requests with curl (nicolas-grekas)

View File

@ -22,16 +22,16 @@ Symfony is the result of the work of many people who made the code better
- Johannes S (johannes) - Johannes S (johannes)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Kris Wallsmith (kriswallsmith) - Kris Wallsmith (kriswallsmith)
- Hugo Hamon (hhamon)
- Yonel Ceruto (yonelceruto) - Yonel Ceruto (yonelceruto)
- Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
- Samuel ROZE (sroze) - Samuel ROZE (sroze)
- Romain Neutron (romain) - Romain Neutron (romain)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Wouter De Jong (wouterj) - Wouter De Jong (wouterj)
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Karma Dordrak (drak)
- Alexander M. Turek (derrabus) - Alexander M. Turek (derrabus)
- Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Hamza Amrouche (simperfit) - Hamza Amrouche (simperfit)
@ -78,8 +78,8 @@ Symfony is the result of the work of many people who made the code better
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Jáchym Toušek (enumag) - Jáchym Toušek (enumag)
- Michel Weimerskirch (mweimerskirch)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
- Michel Weimerskirch (mweimerskirch)
- Issei Murasawa (issei_m) - Issei Murasawa (issei_m)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
@ -124,6 +124,7 @@ Symfony is the result of the work of many people who made the code better
- Jacob Dreesen (jdreesen) - Jacob Dreesen (jdreesen)
- Florian Voutzinos (florianv) - Florian Voutzinos (florianv)
- Colin Frei - Colin Frei
- Oskar Stark (oskarstark)
- Javier Spagnoletti (phansys) - Javier Spagnoletti (phansys)
- Joshua Thijssen - Joshua Thijssen
- Alex Pott - Alex Pott
@ -131,7 +132,6 @@ Symfony is the result of the work of many people who made the code better
- excelwebzone - excelwebzone
- Gordon Franke (gimler) - Gordon Franke (gimler)
- Teoh Han Hui (teohhanhui) - Teoh Han Hui (teohhanhui)
- Oskar Stark (oskarstark)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
@ -147,6 +147,7 @@ Symfony is the result of the work of many people who made the code better
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Alexander Schranz (alexander-schranz)
- Anthony MARTIN (xurudragon) - Anthony MARTIN (xurudragon)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
@ -162,13 +163,12 @@ Symfony is the result of the work of many people who made the code better
- François-Xavier de Guillebon (de-gui_f) - François-Xavier de Guillebon (de-gui_f)
- Oleg Voronkovich - Oleg Voronkovich
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Massimiliano Arione (garak)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- jwdeitch - jwdeitch
- Alexander Schranz (alexander-schranz)
- Mikael Pajunen - Mikael Pajunen
- Alessandro Chitolina (alekitto) - Alessandro Chitolina (alekitto)
- Yanick Witschi (toflar) - Yanick Witschi (toflar)
- Massimiliano Arione (garak)
- Niels Keurentjes (curry684) - Niels Keurentjes (curry684)
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
@ -261,6 +261,7 @@ Symfony is the result of the work of many people who made the code better
- Mantis Development - Mantis Development
- Loïc Faugeron - Loïc Faugeron
- Hidde Wieringa (hiddewie) - Hidde Wieringa (hiddewie)
- dFayet
- Marco Pivetta (ocramius) - Marco Pivetta (ocramius)
- Rob Frawley 2nd (robfrawley) - Rob Frawley 2nd (robfrawley)
- julien pauli (jpauli) - julien pauli (jpauli)
@ -284,6 +285,7 @@ Symfony is the result of the work of many people who made the code better
- Xavier Montaña Carreras (xmontana) - Xavier Montaña Carreras (xmontana)
- Rémon van de Kamp (rpkamp) - Rémon van de Kamp (rpkamp)
- Mickaël Andrieu (mickaelandrieu) - Mickaël Andrieu (mickaelandrieu)
- Anthony GRASSIOT (antograssiot)
- Xavier Perez - Xavier Perez
- Arjen Brouwer (arjenjb) - Arjen Brouwer (arjenjb)
- Katsuhiro OGAWA - Katsuhiro OGAWA
@ -321,7 +323,6 @@ Symfony is the result of the work of many people who made the code better
- Frank de Jonge (frenkynet) - Frank de Jonge (frenkynet)
- Nikita Konstantinov - Nikita Konstantinov
- Wodor Wodorski - Wodor Wodorski
- dFayet
- Thomas Lallement (raziel057) - Thomas Lallement (raziel057)
- Colin O'Dell (colinodell) - Colin O'Dell (colinodell)
- Giorgio Premi - Giorgio Premi
@ -405,6 +406,7 @@ Symfony is the result of the work of many people who made the code better
- Dmytro Borysovskyi (dmytr0) - Dmytro Borysovskyi (dmytr0)
- Tomasz Kowalczyk (thunderer) - Tomasz Kowalczyk (thunderer)
- Artur Eshenbrener - Artur Eshenbrener
- Timo Bakx (timobakx)
- Damien Alexandre (damienalexandre) - Damien Alexandre (damienalexandre)
- Thomas Perez (scullwm) - Thomas Perez (scullwm)
- Saif Eddin Gmati (azjezz) - Saif Eddin Gmati (azjezz)
@ -427,7 +429,6 @@ Symfony is the result of the work of many people who made the code better
- Grzegorz (Greg) Zdanowski (kiler129) - Grzegorz (Greg) Zdanowski (kiler129)
- Iker Ibarguren (ikerib) - Iker Ibarguren (ikerib)
- Kirill chEbba Chebunin (chebba) - Kirill chEbba Chebunin (chebba)
- Anthony GRASSIOT (antograssiot)
- Greg Thornton (xdissent) - Greg Thornton (xdissent)
- Martin Hujer (martinhujer) - Martin Hujer (martinhujer)
- Alex Bowers - Alex Bowers
@ -442,6 +443,7 @@ Symfony is the result of the work of many people who made the code better
- Michele Locati - Michele Locati
- Pavel Volokitin (pvolok) - Pavel Volokitin (pvolok)
- Valentine Boineau (valentineboineau) - Valentine Boineau (valentineboineau)
- Christopher Hertel (chertel)
- Arthur de Moulins (4rthem) - Arthur de Moulins (4rthem)
- Matthias Althaus (althaus) - Matthias Althaus (althaus)
- Nicolas Dewez (nicolas_dewez) - Nicolas Dewez (nicolas_dewez)
@ -483,6 +485,7 @@ Symfony is the result of the work of many people who made the code better
- Steffen Roßkamp - Steffen Roßkamp
- Alexandru Furculita (afurculita) - Alexandru Furculita (afurculita)
- Valentin Jonovs (valentins-jonovs) - Valentin Jonovs (valentins-jonovs)
- Guilhem N (guilhemn)
- Laurent VOULLEMIER (lvo) - Laurent VOULLEMIER (lvo)
- Jeanmonod David (jeanmonod) - Jeanmonod David (jeanmonod)
- Christopher Davis (chrisguitarguy) - Christopher Davis (chrisguitarguy)
@ -606,7 +609,6 @@ Symfony is the result of the work of many people who made the code better
- Karoly Gossler (connorhu) - Karoly Gossler (connorhu)
- Scott Arciszewski - Scott Arciszewski
- Xavier HAUSHERR - Xavier HAUSHERR
- Christopher Hertel (chertel)
- Norbert Orzechowicz (norzechowicz) - Norbert Orzechowicz (norzechowicz)
- Denis Charrier (brucewouaigne) - Denis Charrier (brucewouaigne)
- Matthijs van den Bos (matthijs) - Matthijs van den Bos (matthijs)
@ -664,6 +666,7 @@ Symfony is the result of the work of many people who made the code better
- Sebastian Krebs - Sebastian Krebs
- Piotr Stankowski - Piotr Stankowski
- Baptiste Leduc (bleduc) - Baptiste Leduc (bleduc)
- Julien Maulny
- Jean-Christophe Cuvelier [Artack] - Jean-Christophe Cuvelier [Artack]
- Julien Montel (julienmgel) - Julien Montel (julienmgel)
- Philippe Segatori - Philippe Segatori
@ -717,7 +720,6 @@ Symfony is the result of the work of many people who made the code better
- dantleech - dantleech
- Anne-Sophie Bachelard (annesophie) - Anne-Sophie Bachelard (annesophie)
- Sebastian Marek (proofek) - Sebastian Marek (proofek)
- Guilhem N (guilhemn)
- Erkhembayar Gantulga (erheme318) - Erkhembayar Gantulga (erheme318)
- zenmate - zenmate
- Michal Trojanowski - Michal Trojanowski
@ -725,7 +727,6 @@ Symfony is the result of the work of many people who made the code better
- Mathias STRASSER (roukmoute) - Mathias STRASSER (roukmoute)
- Max Grigorian (maxakawizard) - Max Grigorian (maxakawizard)
- DerManoMann - DerManoMann
- Timo Bakx (timobakx)
- Rostyslav Kinash - Rostyslav Kinash
- Dennis Fridrich (dfridrich) - Dennis Fridrich (dfridrich)
- Mardari Dorel (dorumd) - Mardari Dorel (dorumd)
@ -736,6 +737,7 @@ Symfony is the result of the work of many people who made the code better
- adev - adev
- Stefan Warman - Stefan Warman
- Arkadius Stefanski (arkadius) - Arkadius Stefanski (arkadius)
- Antonio Pauletich (x-coder264)
- Tristan Maindron (tmaindron) - Tristan Maindron (tmaindron)
- Behnoush Norouzali (behnoush) - Behnoush Norouzali (behnoush)
- Wesley Lancel - Wesley Lancel
@ -753,6 +755,7 @@ Symfony is the result of the work of many people who made the code better
- Shaun Simmons (simshaun) - Shaun Simmons (simshaun)
- Richard Bradley - Richard Bradley
- Ulumuddin Yunus (joenoez) - Ulumuddin Yunus (joenoez)
- rtek
- Johann Saunier (prophet777) - Johann Saunier (prophet777)
- Sergey (upyx) - Sergey (upyx)
- Andreas Erhard - Andreas Erhard
@ -772,6 +775,7 @@ Symfony is the result of the work of many people who made the code better
- Simon Schick (simonsimcity) - Simon Schick (simonsimcity)
- redstar504 - redstar504
- Tristan Roussel - Tristan Roussel
- HypeMC
- Cameron Porter - Cameron Porter
- Hossein Bukhamsin - Hossein Bukhamsin
- Oliver Hoff - Oliver Hoff
@ -973,6 +977,7 @@ Symfony is the result of the work of many people who made the code better
- Alexander Miehe (engerim) - Alexander Miehe (engerim)
- Morgan Auchede (mauchede) - Morgan Auchede (mauchede)
- Sascha Dens (saschadens) - Sascha Dens (saschadens)
- Chi-teck
- Don Pinkster - Don Pinkster
- Maksim Muruev - Maksim Muruev
- Emil Einarsson - Emil Einarsson
@ -1052,6 +1057,7 @@ Symfony is the result of the work of many people who made the code better
- neghmurken - neghmurken
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
- Mathias Arlaud (mtarld)
- Ahmed Abdou - Ahmed Abdou
- Daniel Iwaniec - Daniel Iwaniec
- Pieter - Pieter
@ -1092,7 +1098,6 @@ Symfony is the result of the work of many people who made the code better
- Ashura - Ashura
- Hryhorii Hrebiniuk - Hryhorii Hrebiniuk
- johnstevenson - johnstevenson
- Antonio Pauletich (x-coder264)
- hamza - hamza
- dantleech - dantleech
- Bastien DURAND (deamon) - Bastien DURAND (deamon)
@ -1129,9 +1134,9 @@ Symfony is the result of the work of many people who made the code better
- Chris Tiearney - Chris Tiearney
- Oliver Hoff - Oliver Hoff
- Ole Rößner (basster) - Ole Rößner (basster)
- rtek
- Faton (notaf) - Faton (notaf)
- Tom Houdmont - Tom Houdmont
- tamar peled
- Per Sandström (per) - Per Sandström (per)
- Goran Juric - Goran Juric
- Laurent Ghirardotti (laurentg) - Laurent Ghirardotti (laurentg)
@ -1169,8 +1174,8 @@ Symfony is the result of the work of many people who made the code better
- Ken Marfilla (marfillaster) - Ken Marfilla (marfillaster)
- benatespina (benatespina) - benatespina (benatespina)
- Denis Kop - Denis Kop
- HypeMC
- Jean-Guilhem Rouel (jean-gui) - Jean-Guilhem Rouel (jean-gui)
- HypeMC
- jfcixmedia - jfcixmedia
- Dominic Tubach - Dominic Tubach
- Nikita Konstantinov - Nikita Konstantinov
@ -1223,6 +1228,7 @@ Symfony is the result of the work of many people who made the code better
- Dan Wilga - Dan Wilga
- Andrew Tch - Andrew Tch
- Alexander Cheprasov - Alexander Cheprasov
- Tristan Bessoussa (sf_tristanb)
- Rodrigo Díez Villamuera (rodrigodiez) - Rodrigo Díez Villamuera (rodrigodiez)
- James Hudson - James Hudson
- Stephen Clouse - Stephen Clouse
@ -1381,6 +1387,7 @@ Symfony is the result of the work of many people who made the code better
- Zacharias Luiten - Zacharias Luiten
- Sebastian Utz - Sebastian Utz
- Adrien Gallou (agallou) - Adrien Gallou (agallou)
- Fabien Salles (blacked)
- Maks Rafalko (bornfree) - Maks Rafalko (bornfree)
- Karol Sójko (karolsojko) - Karol Sójko (karolsojko)
- sl_toto (sl_toto) - sl_toto (sl_toto)
@ -1544,6 +1551,7 @@ Symfony is the result of the work of many people who made the code better
- 1ma (jautenim) - 1ma (jautenim)
- Nicolas Schwartz (nicoschwartz) - Nicolas Schwartz (nicoschwartz)
- Patrik Gmitter (patie) - Patrik Gmitter (patie)
- Peter Schultz
- Jonathan Gough - Jonathan Gough
- Benjamin Bender - Benjamin Bender
- Jared Farrish - Jared Farrish
@ -1616,6 +1624,7 @@ Symfony is the result of the work of many people who made the code better
- ryunosuke - ryunosuke
- victoria - victoria
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
- Stanislav Gamayunov (happyproff)
- Iwan van Staveren (istaveren) - Iwan van Staveren (istaveren)
- Povilas S. (povilas) - Povilas S. (povilas)
- Laurent Negre (raulnet) - Laurent Negre (raulnet)
@ -1630,6 +1639,7 @@ Symfony is the result of the work of many people who made the code better
- catch - catch
- Alexandre Segura - Alexandre Segura
- Josef Cech - Josef Cech
- Glodzienski
- Andrii Boiko - Andrii Boiko
- Harold Iedema - Harold Iedema
- Ikhsan Agustian - Ikhsan Agustian
@ -1670,6 +1680,7 @@ Symfony is the result of the work of many people who made the code better
- Matthew Donadio - Matthew Donadio
- Houziaux mike - Houziaux mike
- Phobetor - Phobetor
- Eric Schildkamp
- Andreas - Andreas
- Markus - Markus
- Daniel Gorgan - Daniel Gorgan
@ -1700,6 +1711,7 @@ Symfony is the result of the work of many people who made the code better
- Mathieu Dewet (mdewet) - Mathieu Dewet (mdewet)
- Nicolas Tallefourtané (nicolab) - Nicolas Tallefourtané (nicolab)
- Botond Dani (picur) - Botond Dani (picur)
- Romaric Drigon (romaricdrigon)
- Thierry Marianne (thierrymarianne) - Thierry Marianne (thierrymarianne)
- Nick Stemerdink - Nick Stemerdink
- David Stone - David Stone
@ -1899,7 +1911,6 @@ Symfony is the result of the work of many people who made the code better
- Hein Zaw Htet™ - Hein Zaw Htet™
- Ruben Kruiswijk - Ruben Kruiswijk
- Cosmin-Romeo TANASE - Cosmin-Romeo TANASE
- Julien Maulny
- Michael J - Michael J
- Joseph Maarek - Joseph Maarek
- Alexander Menk - Alexander Menk
@ -2037,6 +2048,7 @@ Symfony is the result of the work of many people who made the code better
- HADJEDJ Vincent (hadjedjvincent) - HADJEDJ Vincent (hadjedjvincent)
- Daniele Cesarini (ijanki) - Daniele Cesarini (ijanki)
- Ismail Asci (ismailasci) - Ismail Asci (ismailasci)
- Jeffrey Moelands (jeffreymoelands)
- Hugo Alliaume (kocal) - Hugo Alliaume (kocal)
- Simon CONSTANS (kosssi) - Simon CONSTANS (kosssi)
- Kristof Van Cauwenbergh (kristofvc) - Kristof Van Cauwenbergh (kristofvc)
@ -2051,7 +2063,6 @@ Symfony is the result of the work of many people who made the code better
- Ulf Reimers (ureimers) - Ulf Reimers (ureimers)
- Wotre - Wotre
- goohib - goohib
- Chi-teck
- Tom Counsell - Tom Counsell
- George Bateman - George Bateman
- Xavier HAUSHERR - Xavier HAUSHERR
@ -2344,6 +2355,7 @@ Symfony is the result of the work of many people who made the code better
- Stano Turza - Stano Turza
- simpson - simpson
- drublic - drublic
- MaPePeR
- Andreas Streichardt - Andreas Streichardt
- Alexandre Segura - Alexandre Segura
- Pascal Hofmann - Pascal Hofmann