8000 Merge pull request #32195 from fabpot/release-4.3.2 · symfony/symfony@288bc24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 288bc24

Browse files
authored
Merge pull request #32195 from fabpot/release-4.3.2
released v4.3.2
2 parents 6dde428 + 6314d4f commit 288bc24

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

C 8000 HANGELOG-4.3.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,69 @@ in 4.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.3.0...v4.3.1
99

10+
* 4.3.2 (2019-06-26)
11+
12+
* bug #31954 [PhpunitBridge] Read environment variable from superglobals (greg0ire)
13+
* bug #32131 [Mailgun Mailer] fixed issue when using html body (alOneh)
14+
* bug #31730 [PhpUnitBridge] More accurate grouping (greg0ire)
15+
* bug #31966 [Messenger] Doctrine Connection find and findAll now correctly decode headers (TimoBakx)
16+
* bug #31972 Add missing rendering of form help block. (alexsegura)
17+
* bug #32141 [HttpClient] fix dealing with 1xx informational responses (nicolas-grekas)
18+
* bug #32138 [Filesystem] fix mirroring directory into parent directory (xabbuh)
19+
* bug #32137 [HttpFoundation] fix accessing session bags (xabbuh)
20+
* bug #32147 [HttpClient] fix timing measurements with NativeHttpClient (nicolas-grekas)
21+
* bug #32165 revert #30525 due to performance penalty (bendavies)
22+
* bug #32164 [EventDispatcher] collect called listeners information only once (xabbuh)
23+
* bug #32173 [FrameworkBundle] Fix calling Client::getProfile() before sending a request (dunglas)
24+
* bug #32163 [DoctrineBridge] Fix type error (norkunas)
25+
* bug #32154 [Messenger] fix retrying handlers using DoctrineTransactionMiddleware (Tobion)
26+
* bug #32169 [Security/Core] require libsodium >= 1.0.14 (nicolas-grekas)
27+
* bug #32170 [Security/Core] Don't use ParagonIE_Sodium_Compat (nicolas-grekas)
28+
* bug #32156 [Workflow] re-add workflow.definition tag to workflow services (nikossvnk)
29+
* bug #32053 [Messenger] No need for retry to require SentStamp (Tobion)
30+
* bug #32083 [HttpClient] fixing passing debug info to progress callback (nicolas-grekas)
31+
* bug #32129 [DebugBundle] fix register ReflectionCaster::unsetClosureFileInfo caster in var cloner service (alekitto)
32+
* bug #32027 [Messenger] Remove DispatchAfterCurrentBusStamp when message is put on internal queue (Nyholm)
33+
* bug #32125 [Form] accept floats for input="string" in NumberType (xabbuh)
34+
* bug #32094 [Validator] Use LogicException for missing Property Access Component in comparison constraints (Lctrs)
35+
* bug #32136 [FrameworkBundle] sync `require-dev` and `conflict` constraints (xabbuh)
36+
* bug #32123 [Form] fix translation domain (xabbuh)
37+
* bug #32115 [SecurityBundle] don't validate IP addresses from env var placeholders (xabbuh)
38+
* bug #32116 [FrameworkBundle] tag the FileType service as a form type (xabbuh)
39+
* bug #32109 [Messenger] fix delay exchange recreation after disconnect (Tobion)
40+
* bug #32090 [Debug] workaround BC break in PHP 7.3 (nicolas-grekas)
41+
* bug #32076 [Lock] Fix PDO prune not called (jderusse)
42+
* bug #32071 Fix expired lock not cleaned (jderusse)
43+
* bug #32052 [Messenger] fix AMQP delay queue to be per exchange (Tobion)
44+
* bug #32065 [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error (nicolas-grekas)
45+
* bug #32057 [HttpFoundation] Fix SA/phpdoc JsonResponse (ro0NL)
46+
* bug #32040 [DI] Show the right class autowired when providing a non-existing class (Simperfit)
47+
* bug #32035 [Messenger] fix delay delivery for non-fanout exchanges (Tobion)
48+
* bug #32025 SimpleCacheAdapter fails to cache any item if a namespace is used (moufmouf)
49+
* bug #32022 [HttpClient] Don't use CurlHttpClient on Windows when curl.cainfo is not set (nicolas-grekas)
50+
* bug #32037 [Form] validate composite constraints in all groups (xabbuh)
51+
* bug #32007 [Serializer] Handle true and false appropriately in CSV encoder (battye)
52+
* bug #32036 [Messenger] improve logs (Tobion)
53+
* bug #31998 Parameterize Mailgun's region (jderusse)
54+
* bug #32000 [Routing] fix absolute url generation when scheme is not known (Tobion)
55+
* bug #32012 Add statement to fileLink to ignore href code when no fileLink. (bmxmale)
56+
* bug #32024 [VarDumper] fix dumping objects that implement __debugInfo() (nicolas-grekas)
57+
* bug #32014 Do not log or call the proxy function when the locale is the same (gmponos)
58+
* bug #32011 [HttpClient] fix closing debug stream prematurely (nicolas-grekas)
59+
* bug #32017 [Contracts] add missing required dependencies (mbessolov)
60+
* bug #31992 Fix sender/recipients in SMTP Envelope (fabpot)
61+
* bug #31999 [PhpunitBridge] Restore php 5.5 compat (greg0ire)
62+
* bug #31991 [EventDispatcher] collect called listeners information only once (xabbuh)
63+
* bug #31988 [TwigBridge] add back possibility to use form themes without translations (xabbuh)
64+
* bug #31982 [HttpClient] fix Psr18Client handling of non-200 response codes (nicolas-grekas)
65+
* bug #31953 [DoctrineBridge] fix handling nested embeddables (xabbuh)
66+
* bug #31962 Fix reporting unsilenced deprecations from insulated tests (nicolas-grekas)
67+
* bug #31936 PropertyInfoLoader should not try to add validation to non-existent property (weaverryan)
68+
* bug #31923 [Serializer] Fix DataUriNormalizer deprecation (MIME type guesser is optional) (ogizanagi)
69+
* bug #31928 [FrameworkBundle] avoid service id conflicts with Swiftmailer (xabbuh)
70+
* bug #31925 [Form] fix usage of legacy TranslatorInterface (nicolas-grekas)
71+
* bug #31908 [Validator] fix deprecation layer of ValidatorBuilder (nicolas-grekas)
72+
1073
* 4.3.1 (2019-06-06)
1174

1275
* bug #31894 Fix wrong requirements for ocramius/proxy-manager in root composer.json (henrikvolmer)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7373
private $requestStackSize = 0;
7474
private $resetServices = false;
7575

76-
const VERSION = '4.3.2-DEV';
76+
const VERSION = '4.3.2';
7777
const VERSION_ID = 40302;
7878
const MAJOR_VERSION = 4;
7979
const MINOR_VERSION = 3;
8080
const RELEASE_VERSION = 2;
81-
const EXTRA_VERSION = 'DEV';
81+
const EXTRA_VERSION = '';
8282

8383
const END_OF_MAINTENANCE = '01/2020';
8484
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)
0