Merge pull request #37244 from fabpot/release-3.4.42

released v3.4.42
This commit is contained in:
Fabien Potencier 2020-06-12 12:57:23 +02:00 committed by GitHub
commit 79b0cc53df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 20 deletions

View File

@ -7,6 +7,16 @@ in 3.4 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/v3.4.0...v3.4.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
* 3.4.42 (2020-06-12)
* bug #37103 [Form] switch the context when validating nested forms (xabbuh)
* bug #37182 [HttpKernel] Fix regression where Store does not return response body correctly (mpdude)
* bug #36913 [FrameworkBundle] fix type annotation on ControllerTrait::addFlash() (ThomasLandauer)
* bug #37169 [Cache] fix forward compatibility with Doctrine DBAL 3 (xabbuh)
* bug #37085 [Form] properly cascade validation to child forms (xabbuh)
* bug #37095 [PhpUnitBridge] Fix undefined index when output of "composer show" cannot be parsed (nicolas-grekas)
* bug #37092 [PhpUnitBridge] fix undefined var on version 3.4 (nicolas-grekas)
* 3.4.41 (2020-05-31) * 3.4.41 (2020-05-31)
* bug #36894 [Validator] never directly validate Existence (Required/Optional) constraints (xabbuh) * bug #36894 [Validator] never directly validate Existence (Required/Optional) constraints (xabbuh)

View File

@ -65,18 +65,18 @@ Symfony is the result of the work of many people who made the code better
- Kevin Bond (kbond) - Kevin Bond (kbond)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Gábor Egyed (1ed)
- Gabriel Ostrolucký (gadelat) - Gabriel Ostrolucký (gadelat)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Gábor Egyed (1ed)
- Miha Vrhovnik - Miha Vrhovnik
- David Maicher (dmaicher) - David Maicher (dmaicher)
- Titouan Galopin (tgalopin)
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Jan Schädlich (jschaedl) - Jan Schädlich (jschaedl)
- Titouan Galopin (tgalopin)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Vladimir Reznichenko (kalessil)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Mathieu Piot (mpiot) - Mathieu Piot (mpiot)
- Vladimir Reznichenko (kalessil)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Jáchym Toušek (enumag) - Jáchym Toušek (enumag)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
@ -91,12 +91,12 @@ Symfony is the result of the work of many people who made the code better
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- David Buchmann (dbu) - David Buchmann (dbu)
- Jérôme Tamarelle (gromnan)
- Graham Campbell (graham) - Graham Campbell (graham)
- Dariusz Ruminski - Dariusz Ruminski
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
- Jérôme Tamarelle (gromnan)
- Daniel Holmes (dholmes) - Daniel Holmes (dholmes)
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
@ -106,11 +106,11 @@ Symfony is the result of the work of many people who made the code better
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Sebastiaan Stok (sstok)
- Maxime STEINHAUSSER - Maxime STEINHAUSSER
- Baptiste Clavié (talus) - Baptiste Clavié (talus)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Tim Nagel (merk) - Tim Nagel (merk)
- Sebastiaan Stok (sstok)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- Brice BERNARD (brikou) - Brice BERNARD (brikou)
- marc.weistroff - marc.weistroff
@ -170,6 +170,7 @@ Symfony is the result of the work of many people who made the code better
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- jwdeitch - jwdeitch
- Ahmed TAILOULOUTE (ahmedtai)
- Mikael Pajunen - Mikael Pajunen
- Arman Hosseini (arman) - Arman Hosseini (arman)
- Niels Keurentjes (curry684) - Niels Keurentjes (curry684)
@ -177,7 +178,6 @@ Symfony is the result of the work of many people who made the code better
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Ahmed TAILOULOUTE (ahmedtai)
- Vincent Touzet (vincenttouzet) - Vincent Touzet (vincenttouzet)
- jeremyFreeAgent (jeremyfreeagent) - jeremyFreeAgent (jeremyfreeagent)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
@ -198,6 +198,7 @@ Symfony is the result of the work of many people who made the code better
- GDIBass - GDIBass
- Samuel NELA (snela) - Samuel NELA (snela)
- Saif (╯°□°)╯ (azjezz) - Saif (╯°□°)╯ (azjezz)
- Gary PEGEOT (gary-p)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Matthieu Napoli (mnapoli) - Matthieu Napoli (mnapoli)
- Florent Mata (fmata) - Florent Mata (fmata)
@ -220,7 +221,6 @@ Symfony is the result of the work of many people who made the code better
- DQNEO - DQNEO
- Andre Rømcke (andrerom) - Andre Rømcke (andrerom)
- mcfedr (mcfedr) - mcfedr (mcfedr)
- Gary PEGEOT (gary-p)
- Ruben Gonzalez (rubenrua) - Ruben Gonzalez (rubenrua)
- Benjamin Dulau (dbenjamin) - Benjamin Dulau (dbenjamin)
- Jan Rosier (rosier) - Jan Rosier (rosier)
@ -244,6 +244,7 @@ Symfony is the result of the work of many people who made the code better
- Matthieu Bontemps (mbontemps) - Matthieu Bontemps (mbontemps)
- apetitpa - apetitpa
- Pierre Minnieur (pminnieur) - Pierre Minnieur (pminnieur)
- David Prévot
- fivestar - fivestar
- Dominique Bongiraud - Dominique Bongiraud
- Jeremy Livingston (jeremylivingston) - Jeremy Livingston (jeremylivingston)
@ -277,7 +278,6 @@ Symfony is the result of the work of many people who made the code better
- Ruud Kamphuis (ruudk) - Ruud Kamphuis (ruudk)
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Mantis Development - Mantis Development
- David Prévot
- Loïc Faugeron - Loïc Faugeron
- Hidde Wieringa (hiddewie) - Hidde Wieringa (hiddewie)
- dFayet - dFayet
@ -371,6 +371,7 @@ Symfony is the result of the work of many people who made the code better
- Chris Smith (cs278) - Chris Smith (cs278)
- Thomas Bisignani (toma) - Thomas Bisignani (toma)
- Florian Klein (docteurklein) - Florian Klein (docteurklein)
- Benjamin Leveque (benji07)
- Manuel Kiessling (manuelkiessling) - Manuel Kiessling (manuelkiessling)
- Atsuhiro KUBO (iteman) - Atsuhiro KUBO (iteman)
- rudy onfroy (ronfroy) - rudy onfroy (ronfroy)
@ -407,6 +408,7 @@ Symfony is the result of the work of many people who made the code better
- Dariusz Rumiński - Dariusz Rumiński
- Berny Cantos (xphere81) - Berny Cantos (xphere81)
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Guilhem N (guilhemn)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- Philippe Segatori - Philippe Segatori
@ -432,6 +434,7 @@ Symfony is the result of the work of many people who made the code better
- Tomasz Kowalczyk (thunderer) - Tomasz Kowalczyk (thunderer)
- Artur Eshenbrener - Artur Eshenbrener
- Timo Bakx (timobakx) - Timo Bakx (timobakx)
- Harm van Tilborg (hvt)
- Thomas Perez (scullwm) - Thomas Perez (scullwm)
- Felix Labrecque - Felix Labrecque
- Yaroslav Kiliba - Yaroslav Kiliba
@ -471,7 +474,6 @@ 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)
- Benjamin Leveque (benji07)
- Arthur de Moulins (4rthem) - Arthur de Moulins (4rthem)
- Matthias Althaus (althaus) - Matthias Althaus (althaus)
- Nicolas Dewez (nicolas_dewez) - Nicolas Dewez (nicolas_dewez)
@ -516,10 +518,11 @@ 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) - Sebastien Morel (plopix)
- Jeanmonod David (jeanmonod) - Jeanmonod David (jeanmonod)
- Christopher Davis (chrisguitarguy) - Christopher Davis (chrisguitarguy)
- Webnet team (webnet) - Webnet team (webnet)
- Joe Bennett (kralos)
- Farhad Safarov - Farhad Safarov
- Jan Schumann - Jan Schumann
- Niklas Fiekas - Niklas Fiekas
@ -556,6 +559,7 @@ Symfony is the result of the work of many people who made the code better
- Ariel Ferrandini (aferrandini) - Ariel Ferrandini (aferrandini)
- Dirk Pahl (dirkaholic) - Dirk Pahl (dirkaholic)
- cedric lombardot (cedriclombardot) - cedric lombardot (cedriclombardot)
- Arkadius Stefanski (arkadius)
- Tim Goudriaan (codedmonkey) - Tim Goudriaan (codedmonkey)
- Jonas Flodén (flojon) - Jonas Flodén (flojon)
- Tobias Weichart - Tobias Weichart
@ -621,6 +625,7 @@ Symfony is the result of the work of many people who made the code better
- Maks Slesarenko - Maks Slesarenko
- Filip Procházka (fprochazka) - Filip Procházka (fprochazka)
- mmoreram - mmoreram
- Jeroen Thora (bolle)
- Markus Lanthaler (lanthaler) - Markus Lanthaler (lanthaler)
- Remi Collet - Remi Collet
- Vicent Soria Durá (vicentgodella) - Vicent Soria Durá (vicentgodella)
@ -688,6 +693,7 @@ Symfony is the result of the work of many people who made the code better
- Pavel Campr (pcampr) - Pavel Campr (pcampr)
- Andrii Dembitskyi - Andrii Dembitskyi
- Johnny Robeson (johnny) - Johnny Robeson (johnny)
- Thomas Landauer (thomas-landauer)
- Guilliam Xavier - Guilliam Xavier
- Disquedur - Disquedur
- Michiel Boeckaert (milio) - Michiel Boeckaert (milio)
@ -701,13 +707,11 @@ Symfony is the result of the work of many people who made the code better
- Piotr Stankowski - Piotr Stankowski
- Baptiste Leduc (bleduc) - Baptiste Leduc (bleduc)
- Julien Maulny - Julien Maulny
- Sebastien Morel (plopix)
- Jean-Christophe Cuvelier [Artack] - Jean-Christophe Cuvelier [Artack]
- Julien Montel (julienmgel) - Julien Montel (julienmgel)
- Simon DELICATA - Simon DELICATA
- Artem Henvald (artemgenvald) - Artem Henvald (artemgenvald)
- Dmitry Simushev - Dmitry Simushev
- Joe Bennett (kralos)
- alcaeus - alcaeus
- Thomas Talbot (ioni) - Thomas Talbot (ioni)
- Fred Cox - Fred Cox
@ -722,10 +726,12 @@ Symfony is the result of the work of many people who made the code better
- Marvin Butkereit - Marvin Butkereit
- Renan - Renan
- Ricky Su (ricky) - Ricky Su (ricky)
- Marcin Szepczynski (czepol)
- Kyle Evans (kevans91) - Kyle Evans (kevans91)
- Charles-Henri Bruyand - Charles-Henri Bruyand
- Max Rath (drak3) - Max Rath (drak3)
- Stéphane Escandell (sescandell) - Stéphane Escandell (sescandell)
- Baptiste Leduc (korbeil)
- Konstantin S. M. Möllers (ksmmoellers) - Konstantin S. M. Möllers (ksmmoellers)
- James Johnston - James Johnston
- Noémi Salaün (noemi-salaun) - Noémi Salaün (noemi-salaun)
@ -776,7 +782,6 @@ Symfony is the result of the work of many people who made the code better
- maxime.steinhausser - maxime.steinhausser
- adev - adev
- Stefan Warman - Stefan Warman
- Arkadius Stefanski (arkadius)
- Tristan Maindron (tmaindron) - Tristan Maindron (tmaindron)
- Behnoush Norouzali (behnoush) - Behnoush Norouzali (behnoush)
- Wesley Lancel - Wesley Lancel
@ -949,12 +954,10 @@ Symfony is the result of the work of many people who made the code better
- Jayson Xu (superjavason) - Jayson Xu (superjavason)
- Hubert Lenoir (hubert_lenoir) - Hubert Lenoir (hubert_lenoir)
- fago - fago
- Harm van Tilborg
- Jan Prieser - Jan Prieser
- GDIBass - GDIBass
- Antoine Lamirault - Antoine Lamirault
- Adrien Lucas (adrienlucas) - Adrien Lucas (adrienlucas)
- Jeroen Thora (bolle)
- Zhuravlev Alexander (scif) - Zhuravlev Alexander (scif)
- Stefano Degenkamp (steef) - Stefano Degenkamp (steef)
- James Michael DuPont - James Michael DuPont
@ -1038,7 +1041,6 @@ Symfony is the result of the work of many people who made the code better
- Don Pinkster - Don Pinkster
- Maksim Muruev - Maksim Muruev
- Emil Einarsson - Emil Einarsson
- Thomas Landauer
- 243083df - 243083df
- Thibault Duplessis - Thibault Duplessis
- Rimas Kudelis - Rimas Kudelis
@ -1060,6 +1062,7 @@ Symfony is the result of the work of many people who made the code better
- Hugo Alliaume (kocal) - Hugo Alliaume (kocal)
- Marcos Gómez Vilches (markitosgv) - Marcos Gómez Vilches (markitosgv)
- Matthew Davis (mdavis1982) - Matthew Davis (mdavis1982)
- Paulo Ribeiro (paulo)
- Markus S. (staabm) - Markus S. (staabm)
- Benjamin Morel - Benjamin Morel
- Maks - Maks
@ -1118,7 +1121,6 @@ Symfony is the result of the work of many people who made the code better
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
- Antonio Jose Cerezo (ajcerezo) - Antonio Jose Cerezo (ajcerezo)
- Baptiste Leduc (korbeil)
- Ahmed Abdou - Ahmed Abdou
- Daniel Iwaniec - Daniel Iwaniec
- Thomas Ferney - Thomas Ferney
@ -1157,6 +1159,8 @@ Symfony is the result of the work of many people who made the code better
- zairig imad (zairigimad) - zairig imad (zairigimad)
- Anton Babenko (antonbabenko) - Anton Babenko (antonbabenko)
- Irmantas Šiupšinskas (irmantas) - Irmantas Šiupšinskas (irmantas)
- Benoit Mallo
- Lescot Edouard (idetox)
- Danilo Silva - Danilo Silva
- Giuseppe Campanelli - Giuseppe Campanelli
- Arnaud PETITPAS (apetitpa) - Arnaud PETITPAS (apetitpa)
@ -1226,11 +1230,13 @@ Symfony is the result of the work of many people who made the code better
- gr1ev0us - gr1ev0us
- mlazovla - mlazovla
- Alejandro Diaz Torres - Alejandro Diaz Torres
- quentin neyrat (qneyrat)
- Max Beutel - Max Beutel
- Jan Vernieuwe (vernija) - Jan Vernieuwe (vernija)
- Antanas Arvasevicius - Antanas Arvasevicius
- Pierre Dudoret - Pierre Dudoret
- Thomas - Thomas
- j.schmitt
- Maximilian Berghoff (electricmaxxx) - Maximilian Berghoff (electricmaxxx)
- nacho - nacho
- Piotr Antosik (antek88) - Piotr Antosik (antek88)
@ -1326,7 +1332,9 @@ Symfony is the result of the work of many people who made the code better
- Carlos Ortega Huetos - Carlos Ortega Huetos
- rpg600 - rpg600
- Péter Buri (burci) - Péter Buri (burci)
- John VanDeWeghe
- kaiwa - kaiwa
- Claude Khedhiri (ck-developer)
- Charles Sanquer (csanquer) - Charles Sanquer (csanquer)
- Albert Ganiev (helios-ag) - Albert Ganiev (helios-ag)
- Neil Katin - Neil Katin
@ -1363,6 +1371,7 @@ Symfony is the result of the work of many people who made the code better
- arnaud (arnooo999) - arnaud (arnooo999)
- Gilles Doge (gido) - Gilles Doge (gido)
- Oscar Esteve (oesteve) - Oscar Esteve (oesteve)
- Sobhan Sharifi (50bhan)
- abulford - abulford
- Philipp Kretzschmar - Philipp Kretzschmar
- antograssiot - antograssiot
@ -1412,6 +1421,7 @@ Symfony is the result of the work of many people who made the code better
- Marc Torres - Marc Torres
- Mark Spink - Mark Spink
- Alberto Aldegheri - Alberto Aldegheri
- Sagrario Meneses
- Dmitri Petmanson - Dmitri Petmanson
- heccjj - heccjj
- Alexandre Melard - Alexandre Melard
@ -1731,7 +1741,9 @@ Symfony is the result of the work of many people who made the code better
- Przemysław Piechota (kibao) - Przemysław Piechota (kibao)
- Leonid Terentyev (li0n) - Leonid Terentyev (li0n)
- Martynas Sudintas (martiis) - Martynas Sudintas (martiis)
- Douglas Hammond (wizhippo)
- ryunosuke - ryunosuke
- Bruno BOUTAREL
- victoria - victoria
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
- Stanislav Gamayunov (happyproff) - Stanislav Gamayunov (happyproff)
@ -1864,6 +1876,7 @@ Symfony is the result of the work of many people who made the code better
- Pavel.Batanov - Pavel.Batanov
- avi123 - avi123
- Pavel Prischepa - Pavel Prischepa
- Sami Mussbach
- alsar - alsar
- downace - downace
- Aarón Nieves Fernández - Aarón Nieves Fernández
@ -1891,6 +1904,7 @@ Symfony is the result of the work of many people who made the code better
- Brian Graham (incognito) - Brian Graham (incognito)
- Kevin Vergauwen (innocenzo) - Kevin Vergauwen (innocenzo)
- Alessio Baglio (ioalessio) - Alessio Baglio (ioalessio)
- Jeroen Noten (jeroennoten)
- Johannes Müller (johmue) - Johannes Müller (johmue)
- Jordi Llonch (jordillonch) - Jordi Llonch (jordillonch)
- Nicholas Ruunu (nicholasruunu) - Nicholas Ruunu (nicholasruunu)
@ -1911,6 +1925,7 @@ Symfony is the result of the work of many people who made the code better
- Alexey Popkov - Alexey Popkov
- Gijs Kunze - Gijs Kunze
- Artyom Protaskin - Artyom Protaskin
- Steven Dubois
- Nathanael d. Noblet - Nathanael d. Noblet
- helmer - helmer
- ged15 - ged15
@ -1983,6 +1998,7 @@ Symfony is the result of the work of many people who made the code better
- Andrew Marcinkevičius (ifdattic) - Andrew Marcinkevičius (ifdattic)
- Ioana Hazsda (ioana-hazsda) - Ioana Hazsda (ioana-hazsda)
- Jan Marek (janmarek) - Jan Marek (janmarek)
- Dmitriy Mamontov (mamontovdmitriy)
- Mark de Haan (markdehaan) - Mark de Haan (markdehaan)
- Dan Patrick (mdpatrick) - Dan Patrick (mdpatrick)
- naitsirch (naitsirch) - naitsirch (naitsirch)
@ -2343,6 +2359,7 @@ Symfony is the result of the work of many people who made the code better
- Ben Miller - Ben Miller
- Peter Gribanov - Peter Gribanov
- Matteo Galli - Matteo Galli
- Loenix
- kwiateusz - kwiateusz
- jspee - jspee
- Ilya Bulakh - Ilya Bulakh
@ -2466,7 +2483,6 @@ Symfony is the result of the work of many people who made the code better
- Marco Petersen (ocrampete16) - Marco Petersen (ocrampete16)
- ollie harridge (ollietb) - ollie harridge (ollietb)
- Paul Andrieux (paulandrieux) - Paul Andrieux (paulandrieux)
- Paulo Ribeiro (paulo)
- Paweł Szczepanek (pauluz) - Paweł Szczepanek (pauluz)
- Philippe Degeeter (pdegeeter) - Philippe Degeeter (pdegeeter)
- Christian López Espínola (penyaskito) - Christian López Espínola (penyaskito)
@ -2521,6 +2537,7 @@ Symfony is the result of the work of many people who made the code better
- MaPePeR - MaPePeR
- Andreas Streichardt - Andreas Streichardt
- Alexandre Segura - Alexandre Segura
- Marco Pfeiffer
- Vivien - Vivien
- Pascal Hofmann - Pascal Hofmann
- david-binda - david-binda

View File

@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0; private $requestStackSize = 0;
private $resetServices = false; private $resetServices = false;
const VERSION = '3.4.42-DEV'; const VERSION = '3.4.42';
const VERSION_ID = 30442; const VERSION_ID = 30442;
const MAJOR_VERSION = 3; const MAJOR_VERSION = 3;
const MINOR_VERSION = 4; const MINOR_VERSION = 4;
const RELEASE_VERSION = 42; const RELEASE_VERSION = 42;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '11/2020'; const END_OF_MAINTENANCE = '11/2020';
const END_OF_LIFE = '11/2021'; const END_OF_LIFE = '11/2021';