@@ -7,6 +7,64 @@ in 4.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.3.0...v4.3.1
9
9
10
+ * 4.3.3 (2019-07-28)
11
+
12
+ * bug #32726 [ Messenger] Fix redis last error not cleared between calls (chalasr)
13
+ * bug #32760 [ HttpKernel] clarify error handler restoring process (xabbuh)
14
+ * bug #32730 [ Inflector] Fix pluralizing words ending with "son" (norkunas)
15
+ * bug #32715 [ DI] fix perf issue with lazy autowire error messages (nicolas-grekas)
16
+ * bug #32503 Fix multiSelect ChoiceQuestion when answers have spaces (IceMaD)
17
+ * bug #32688 [ Yaml] fix inline handling when dumping tagged values (xabbuh)
18
+ * bug #32710 [ Security/Core] align defaults for sodium with PHP 7.4 (nicolas-grekas)
19
+ * bug #32644 [ WebProfileBundle] Avoid getting right to left style (Arman-Hosseini)
20
+ * bug #32689 [ HttpClient] rewind stream when using Psr18Client (nicolas-grekas)
21
+ * bug #32700 [ Messenger] Flatten collection of stamps collected by the traceable m
10000
iddleware (ogizanagi)
22
+ * bug #32699 [ HttpClient] fix canceling responses in a streaming loop (nicolas-grekas)
23
+ * bug #32679 [ Intl] relax some date parser patterns (xabbuh)
24
+ * bug #31303 [ VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4) (dorumd, nicolas-grekas)
25
+ * bug #32485 [ Validator] Added support for validation of giga values (kernig)
26
+ * bug #32567 [ Messenger] pass transport name to factory (Tobion)
27
+ * bug #32568 [ Messenger] Fix UnrecoverableExceptionInterface handling (LanaiGrunt)
28
+ * bug #32604 Properly handle optional tag attributes for !tagged_iterator (apfelbox)
29
+ * bug #32571 [ HttpClient] fix debug output added to stderr at shutdown (nicolas-grekas)
30
+ * bug #32443 [ PHPUnitBridge] Mute deprecations triggered from phpunit (greg0ire)
31
+ * bug #32572 Bump minimum version of symfony/phpunit-bridge (fancyweb)
32
+ * bug #32438 [ Serializer] XmlEncoder: don't cast padded strings (ogizanagi)
33
+ * bug #32579 [ Config] Do not use absolute path when computing the vendor freshness (lyrixx)
34
+ * bug #32563 Container* ::getServiceIds() should return strings (mathroc)
35
+ * bug #32553 [ Mailer] Allow register mailer configuration in xml format (Koc)
36
+ * bug #32442 Adding missing event_dispatcher wiring for messenger.middleware.send_message (weaverryan)
37
+ * bug #32466 [ Config] Fix for signatures of typed properties (tvandervorm)
38
+ * bug #32501 [ FrameworkBundle] Fix descriptor of routes described as callable array (ribeiropaulor)
39
+ * bug #32500 [ Debug] [ DebugClassLoader ] Include found files instead of requiring them (fancyweb)
40
+ * bug #32464 [ WebProfilerBundle] Fix Twig 1.x compatibility (yceruto)
41
+ * bug #31620 [ FrameworkBundle] Inform the user when save_path will be ignored (gnat42)
42
+ * bug #32096 Don't assume port 0 for X-Forwarded-Port (alexbowers, xabbuh)
43
+ * bug #31820 [ SecurityBundle] Fix profiler dump for non-invokable security listeners (chalasr)
44
+ * bug #32392 [ Messenger] Doctrine Transport: Support setting auto_setup from DSN (bendavies)
45
+ * bug #31267 [ Translator] Load plurals from mo files properly (Stadly)
46
+ * bug #31266 [ Translator] Load plurals from po files properly (Stadly)
47
+ * bug #32383 [ Serializer] AbstractObjectNormalizer ignores the property types of discriminated classes (sandergo90)
48
+ * bug #32413 [ Messenger] fix publishing headers set on AmqpStamp (Tobion)
49
+ * bug #32421 [ EventDispatcher] Add tag kernel.rest on 'debug.event_dispatcher' service (lyrixx)
50
+ * bug #32398 [ Messenger] Removes deprecated call to ReflectionType::__ toString() on MessengerPass (brunowowk)
51
+ * bug #32379 [ SecurityBundle] conditionally register services (xabbuh)
52
+ * bug #32380 [ Messenger] fix broken key normalization (Tobion)
53
+ * bug #32363 [ FrameworkBundle] reset cache pools between requests (nicolas-grekas)
54
+ * bug #32365 [ DI] fix processing of regular parameter bags by MergeExtensionConfigurationPass (nicolas-grekas)
55
+ * bug #32187 [ PHPUnit] Fixed composer error on Windows (misterx)
<
10000
td data-grid-cell-id="diff-26dfc0e40481a68f2d9e323eee22c53e2f2b01551d247e71a72bc3c411a74181-9-56-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">56
+ * bug #32299 [ Lock] Stores must implement ` putOffExpiration ` (jderusse)
57
+ * bug #32302 [ Mime] Remove @internal annotations for the serialize methods (francoispluchino)
58
+ * bug #32334 [ Messenger] Fix authentication for redis transport (alexander-schranz)
59
+ * bug #32309 Fixing validation for messenger transports retry_strategy service key (weaverryan)
60
+ * bug #32331 [ Workflow] only decorate when an event dispatcher was passed (xabbuh)
61
+ * bug #32236 [ Cache] work aroung PHP memory leak (nicolas-grekas)
62
+ * bug #32206 Catch JsonException and rethrow in JsonEncode (phil-davis)
63
+ * bug #32211 [ Mailer] Fix error message when connecting to a stream raises an error before connect() (fabpot)
64
+ * bug #32210 [ Mailer] Fix timeout type hint (fabpot)
65
+ * bug #32199 [ EventDispatcher] improve error messages in the event dispatcher (xabbuh)
66
+ * bug #32200 [ Security/Core] work around sodium_compat issue (nicolas-grekas)
67
+
10
68
* 4.3.2 (2019-06-26)
11
69
12
70
* bug #31954 [ PhpunitBridge] Read environment variable from superglobals (greg0ire)
0 commit comments