8000 Merge branch '5.0' · symfony/symfony@ae00ff4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae00ff4

Browse files
Merge branch '5.0'
* 5.0: (38 commits) [Security] Check UserInterface::getPassword is not null before calling needsRehash gracefully handle missing event dispatchers Fix TokenStorage::reset not called in stateless firewall [DotEnv] Remove `usePutEnv` property default value [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists Set up typo fix [DependencyInjection] Handle env var placeholders in CheckTypeDeclarationsPass [Cache] fix memory leak when using PhpArrayAdapter [Validator] Allow underscore character "_" in URL username and password [TwigBridge] Update bootstrap_4_layout.html.twig [DoctrineBridge] Removed QueryBuilder type hint in getLoader() [FrameworkBundle][SodiumVault] Create secrets directory only when needed fix parsing negative octal numbers [String] implement __sleep()/__wakeup() on strings Fixed translations file dumper behavior [Routing][ObjectLoader] Remove forgotten deprecation after merge [SecurityBundle] Passwords are not encoded when algorithm set to \"true\" [DependencyInjection] Resolve expressions in CheckTypeDeclarationsPass [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass do not validate passwords when the hash is null ...
2 parents d84e92c + 1d1e29c commit ae00ff4

File tree

51 files changed

+652
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+652
-143
lines changed

CHANGELOG-4.3.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ 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.9 (2019-12-01)
11+
12+
* bug #34649 more robust initialization from request (dbu)
13+
* bug #34671 [Security] Fix clearing remember-me cookie after deauthentication (chalasr)
14+
* bug #34711 Fix the translation commands when a template contains a syntax error (fabpot)
15+
* bug #34560 [Config][ReflectionClassResource] Handle parameters with undefined constant as their default values (fancyweb)
16+
* bug #34695 [Config] don't break on virtual stack frames in ClassExistenceResource (nicolas-grekas)
17+
* bug #34716 [DependencyInjection] fix dumping number-like string parameters (xabbuh)
18+
* bug #34558 [Console] Fix autocomplete multibyte input support (fancyweb)
19+
* bug #34130 [Console] Fix commands description with numeric namespaces (fancyweb)
20+
* bug #34677 [EventDispatcher] Better error reporting when arguments to dispatch() are swapped (rimas-kudelis)
21+
* bug #33573 [TwigBridge] Add row_attr to all form themes (fancyweb)
22+
* bug #34019 [Serializer] CsvEncoder::NO_HEADERS_KEY ignored when used in constructor (Dario Savella)
23+
* bug #34083 [Form] Keep preferred_choices order for choice groups (vilius-g)
24+
* bug #34091 [Debug] work around failing chdir() on Darwin (mary2501)
25+
* bug #34305 [PhpUnitBridge] Read configuration CLI directive (ro0NL)
26+
* bug #34490 [Serializer] Fix MetadataAwareNameConverter usage with string group (antograssiot)
27+
* bug #34632 [Console] Fix trying to access array offset on value of type int (Tavafi)
28+
* bug #34669 [HttpClient] turn exception into log when the request has no content-type (nicolas-grekas)
29+
* bug #34636 [VarDumper] notice on potential undefined index (sylvainmetayer)
30+
* bug #34668 [Cache] Make sure we get the correct number of values from redis::mget() (thePanz)
31+
* bug #34569 [Workflow] Apply the same logic of precedence between the apply() and the buildTransitionBlockerList() method (lyrixx)
32+
* bug #34533 [Monolog Bridge] Fixed accessing static property as non static. (Sander-Toonen)
33+
* bug #34546 [Serializer] Add DateTimeZoneNormalizer into Dependency Injection (jewome62)
34+
* bug #34547 [Messenger] Error when specified default bus is not among the configured (vudaltsov)
35+
* bug #34551 [Security] SwitchUser is broken when the User Provider always returns a valid user (tucksaun)
36+
* bug #34385 Avoid empty "If-Modified-Since" header in validation request (mpdude)
37+
* bug #34458 [Validator] ConstraintValidatorTestCase: add missing return value to mocked validate method calls (ogizanagi)
38+
* bug #34451 [DependencyInjection] Fix dumping multiple deprecated aliases (shyim)
39+
* bug #34448 [Form] allow button names to start with uppercase letter (xabbuh)
40+
* bug #34419 [Cache] Disable igbinary on PHP >= 7.4 (nicolas-grekas)
41+
* bug #34366 [HttpFoundation] Allow redirecting to URLs that contain a semicolon (JayBizzle)
42+
* bug #34397 [FrameworkBundle] Remove project dir from Translator cache vary scanned directories (fancyweb)
43+
* bug #34408 [Cache] catch exceptions when using PDO directly (xabbuh)
44+
* bug #34410 [HttpFoundation] Fix MySQL column type definition. (jbroutier)
45+
* bug #34398 [Config] fix id-generation for GlobResource (nicolas-grekas)
46+
* bug #34396 [Finder] Allow ssh2 stream wrapper for sftp (damienalexandre)
47+
* bug #34383 [DI] Use reproducible entropy to generate env placeholders (nicolas-grekas)
48+
* bug #34381 [WebProfilerBundle] Require symfony/twig-bundle (fancyweb)
49+
1050
* 4.3.8 (2019-11-13)
1151

1252
* bug #34344 [Console] Constant STDOUT might be undefined (nicolas-grekas)

0 commit comments

Comments
 (0)
0