8000 Merge pull request #32788 from fabpot/release-4.3.3 · symfony/symfony@dd4d355 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd4d355

Browse files
authored
Merge pull request #32788 from fabpot/release-4.3.3
released v4.3.3
2 parents 90c6482 + 3bb7424 commit dd4d355

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

CHANGELOG-4.3.md

Lines changed: 58 additions & 0 deletions
< 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
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,64 @@ 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.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)
+
* 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+
1068
* 4.3.2 (2019-06-26)
1169

1270
* bug #31954 [PhpunitBridge] Read environment variable from superglobals (greg0ire)

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.3-DEV';
76+
const VERSION = '4.3.3';
7777
const VERSION_ID = 40303;
7878
const MAJOR_VERSION = 4;
7979
const MINOR_VERSION = 3;
8080
const RELEASE_VERSION = 3;
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