Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 931fecb

Browse filesBrowse files
authored
Merge pull request #33891 from fabpot/release-4.3.5
released v4.3.5
2 parents dce0c18 + a87f8f9 commit 931fecb
Copy full SHA for 931fecb

File tree

Expand file treeCollapse file tree

2 files changed

+87
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+87
-2
lines changed

‎CHANGELOG-4.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.3.md
+85Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,91 @@ 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.5 (2019-10-07)
11+
12+
* bug #33742 [Crawler] document $default as string|null (nicolas-grekas)
13+
* bug #32308 [Messenger] DoctrineTransport: ensure auto setup is only done once (bendavies)
14+
* bug #33871 [HttpClient] bugfix exploding values of headers (michaljusiega)
15+
* bug #33834 [Validator] Fix ValidValidator group cascading usage (fancyweb)
16+
* bug #33863 [Routing] gracefully handle docref_root ini setting (nicolas-grekas)
17+
* bug #33846 [Cache] give 100ms before starting the expiration countdown (nicolas-grekas)
18+
* bug #33853 [HttpClient] fix "no_proxy" option ignored in NativeHttpClient (Harry-Dunne)
19+
* bug #33841 [VarDumper] fix dumping uninitialized SplFileInfo (nicolas-grekas)
20+
* bug #33842 [Cache] fix logger usage in CacheTrait::doGet() (nicolas-grekas)
21+
* bug #33835 [Workflow] Fixed BC break on WorkflowInterface (lyrixx)
22+
* bug #33799 [Security]: Don't let falsy usernames slip through impersonation (j4nr6n)
23+
* bug #33814 [HttpFoundation] Check if data passed to SessionBagProxy::initialize is an array (mynameisbogdan)
24+
* bug #33744 [DI] Add CSV env var processor tests / support PHP 7.4 (ro0NL)
25+
* bug #33805 [FrameworkBundle] Fix wrong returned status code in ConfigDebugCommand (jschaedl)
26+
* bug #33781 [AnnotationCacheWarmer] add RedirectController to annotation cache (jenschude)
27+
* bug #33777 Fix the :only-of-type pseudo class selector (jakzal)
28+
* bug #32051 [Serializer] Add CsvEncoder tests for PHP 7.4 (ro0NL)
29+
* feature #33776 Copy phpunit.xsd to a predictable path (julienfalque)
30+
* bug #33759 [Security/Http] fix parsing X509 emailAddress (nicolas-grekas)
31+
* bug #33733 [Serializer] fix denormalization of string-arrays with only one element (mkrauser)
32+
* bug #33754 [Cache] fix known tag versions ttl check (SwenVanZanten)
33+
* bug #33646 [HttpFoundation] allow additinal characters in not raw cookies (marie)
34+
* bug #33748 [Console] Do not include hidden commands in suggested alternatives (m-vo)
35+
* bug #33625 [DependencyInjection] Fix wrong exception when service is synthetic (k0d3r1s)
36+
* bug #32979 [Messenger] return empty envelopes when RetryableException occurs (surikman)
37+
* bug #32522 [Validator] Accept underscores in the URL validator, as the URL will load (battye)
38+
* bug #32437 Fix toolbar load when GET params are present in "_wdt" route (Molkobain)
39+
* bug #32925 [Translation] Collect original locale in case of fallback translation (digilist)
40+
* bug #33691 [HttpClient] fix race condition when reading response with informational status (nicolas-grekas)
41+
* bug #33727 [HttpClient] workaround bad Content-Length sent by old libcurl (nicolas-grekas)
42+
* bug #31198 [FrameworkBundle] Fix framework bundle lock configuration not working as expected (HypeMC)
43+
* bug #33719 [Cache] dont override native Memcached options (nicolas-grekas)
44+
* bug #33703 [Cache] fail gracefully when locking is not supported (nicolas-grekas)
45+
* bug #33713 Fix exceptions (PDOException) error code type (fruty)
46+
* bug #32335 [Form] Names for buttons should start with lowercase (mcfedr)
47+
* bug #33706 [Mailer][Messenger] ensure legacy event dispatcher compatibility (xabbuh)
48+
* bug #33688 Add missing row_attr option to FormType (mcsky)
49+
* bug #33693 [Security] use LegacyEventDispatcherProxy (dmaicher)
50+
* bug #33675 [PhpUnit] Fix usleep mock return value (fabpot)
51+
* bug #33652 [Cache] skip igbinary on PHP 7.4.0 (nicolas-grekas)
52+
* bug #33643 [HttpClient] fix throwing HTTP exceptions when the 1st chunk is emitted (nicolas-grekas)
53+
* bug #33618 fix tests depending on other components' tests (xabbuh)
54+
* bug #33626 [PropertyInfo] ensure compatibility with type resolver 0.5 (xabbuh)
55+
* bug #33620 [Twig] Fix Twig config extra keys (fabpot)
56+
* bug #33600 [Messenger] Fix exception message of failed message is dropped on retry (tienvx)
57+
* bug #33601 [HttpClient] Add default value for Accept header (numerogeek)
58+
* bug #33340 [Finder] Adjust regex to correctly match comments in gitignore contents (Jeroeny)
59+
* bug #33588 [PropertyInfo] ensure compatibility with type resolver 0.5 (xabbuh)
60+
* bug #33575 [WebProfilerBundle] Fix time panel legend buttons (fancyweb)
61+
* bug #33571 [Inflector] add support 'see' to 'ee' for singularize 'fees' to 'fee' (maxhelias)
62+
* bug #32763 [Console] Get dimensions from stty on windows if possible (rtek)
63+
* bug #33570 Fixed cache pools affecting each other due to an overwritten seed variable (roed)
64+
* bug #33517 [Yaml] properly catch legacy tag syntax usages (xabbuh)
65+
* bug #33546 [DependencyInjection] Accept existing interfaces as valid named args (fancyweb)
66+
* bug #33547 [HttpClient] Re-enable Server Push support (dunglas)
67+
* bug #33521 Fixed incompatibility between ServiceSubscriberTrait and classes with protected $container property (a-menshchikov)
68+
* bug #33518 [Yaml] don't dump a scalar tag value on its own line (xabbuh)
69+
* bug #33505 [HttpClient] fallbackto CURLMOPT_MAXCONNECTS when CURLMOPT_MAX_HOST_CONNECTIONS is not available (nicolas-grekas)
70+
* bug #32818 [HttpKernel] Fix getFileLinkFormat() to avoid returning the wrong URL in Profiler (Arman-Hosseini)
71+
* bug #33487 [HttpKernel] Fix Apache mod_expires Session Cache-Control issue (pbowyer)
72+
* bug #33469 [FrameworkBundle] Fixed suggested package for missing server:dump command (lyrixx)
73+
* bug #31964 [Router] routing cache crash when using generator_class (dFayet)
74+
* bug #33481 [Messenger] fix empty amqp body returned as false (Tobion)
75+
* bug #33387 [Mailer] maintain sender/recipient name in SMTP envelopes (xabbuh)
76+
* bug #33449 Fix gmail relay (Beno!t POLASZEK)
77+
* bug #33391 [HttpClient] fix support for 103 Early Hints and other informational status codes (nicolas-grekas)
78+
* bug #33444 [HttpClient] improve handling of HTTP/2 PUSH, disable it by default (nicolas-grekas)
79+
* bug #33435 [Validator] Only handle numeric values in DivisibleBy (fancyweb)
80+
* bug #33437 Fix #33427 (sylfabre)
81+
* bug #33439 [Validator] Sync string to date behavior and throw a better exception (fancyweb)
82+
* bug #33436 [DI] fix support for "!tagged_locator foo" (nicolas-grekas)
83+
* bug #32903 [PHPUnit Bridge] Avoid registering listener twice (alexpott)
84+
* bug #33432 [Mailer] Fix Mailgun support when a response is not JSON as expected (fabpot)
85+
* bug #33402 [Finder] Prevent unintentional file locks in Windows (jspringe)
86+
* bug #33376 [Mailer] Remove the default dispatcher in AbstractTransport (fabpot)
87+
* bug #33357 [FrameworkBundle] Fix about command not showing .env vars (brentybh)
88+
* bug #33396 Fix #33395 PHP 5.3 compatibility (kylekatarnls)
89+
* bug #33363 [Routing] fix static route reordering when a previous dynamic route conflicts (nicolas-grekas)
90+
* bug #33385 [Console] allow Command::getName() to return null (nicolas-grekas)
91+
* bug #33353 Return null as Expire header if it was set to null (danrot)
92+
* bug #33382 [ProxyManager] remove ProxiedMethodReturnExpression polyfill (nicolas-grekas)
93+
* bug #33377 [Yaml] fix dumping not inlined scalar tag values (xabbuh)
94+
1095
* 4.3.4 (2019-08-26)
1196

1297
* bug #33335 [DependencyInjection] Fixed the `getServiceIds` implementation to always return aliases (pdommelen)

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines 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.5-DEV';
76+
const VERSION = '4.3.5';
7777
const VERSION_ID = 40305;
7878
const MAJOR_VERSION = 4;
7979
const MINOR_VERSION = 3;
8080
const RELEASE_VERSION = 5;
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.