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

Skip to content

Commit f527acf

Browse files
committed
Merge branch '4.2'
* 4.2: (45 commits) [Form] various minor fixes Ensure the parent process is always killed bugfix: the terminal state was wrong and not reseted [Console] Fix inconsistent result for choice questions in non-interactive mode Define null return type for Constraint::getDefaultOption() [Routing] Fix: annotation loader ignores method's default values [HttpKernel] Fix DebugHandlersListener constructor docblock Skip Glob brace test when GLOB_BRACE is unavailable bumped Symfony version to 4.2.6 updated VERSION for 4.2.5 updated CHANGELOG for 4.2.5 bumped Symfony version to 3.4.25 updated VERSION for 3.4.24 update CONTRIBUTORS for 3.4.24 updated CHANGELOG for 3.4.24 [EventDispatcher] cleanup fix testIgnoredAttributesInContext Re-generate icu 64.1 data Improve PHPdoc / IDE autocomplete for config tree builder [Bridge][Twig] DebugCommand - fix escaping and filter ...
2 parents 5fe3701 + fa44efe commit f527acf

File tree

1,144 files 67E6 changed

+10154
-3470
lines changed

Some content is hidden

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

1,144 files changed

+10154
-3470
lines changed

CHANGELOG-4.2.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,52 @@ in 4.2 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.2.0...v4.2.1
99

10+
* 4.2.5 (2019-04-02)
11+
12+
* bug #30660 [Bridge][Twig] DebugCommand - fix escaping and filter (SpacePossum)
13+
* bug #30784 [Translator] Add resource path to exception message for schema valida… (jschaedl)
14+
* bug #30720 Fix getSetMethodNormalizer to correctly ignore the attributes specified in "ignored_attributes" (Emmanuel BORGES)
15+
* bug #30749 [Serializer] Added check of constuctor modifiers to AbstractNormalizer (NekaKawaii)
16+
* bug #30776 [Routing] Fix routes annotation loading with glob pattern (snoob)
17+
* bug #30773 [DependencyInjection] Fix hardcoded hotPathTagName (jderusse)
18+
* bug #30737 [Validator] Improve constraint default option check (vudaltsov)
19+
* bug #30736 [Validator] Fix annotation default for @Count and @Length (vudaltsov)
20+
* bug #30621 [Cache] Ensure key exists before checking array value (jrjohnson)
21+
* bug #30711 [Serializer] Use object class resolver when extracting attributes (joelwurtz)
22+
* bug #30641 [FrameworkBundle] properly describe service definitions without class (xabbuh)
23+
* bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher)
24+
* bug #30648 Debug finalized config in debug:config (ro0NL)
25+
* bug #30640 [Phpunit] fixed support for PHP 5.3 (fabpot)
26+
* bug #30616 Fix case when multiple loaders are providing paths for the same namespace (yceruto)
27+
* bug #30595 Do not validate child constraints if form has no validation groups (maryo)
28+
* bug #30440 [TwigBridge] Fix DebugCommand when chain loader is involved (yceruto)
29+
* bug #30479 Check if Client exists when test.client does not exist, to provide clearer exception message (SerkanYildiz)
30+
* bug #30597 [Form] Added ResetInterface to CachingFactoryDecorator (HeahDude)
31+
* bug #30593 Fixed usage of TranslatorInterface in form extension (fixes #30591) (althaus)
32+
* feature #30584 [Intl] Add compile binary (ro0NL)
33+
* bug #30487 Fix Cache error while using anonymous class (Emmanuel BORGES)
34+
* bug #30576 [Cache] fix LockRegistry (nicolas-grekas)
35+
* bug #30548 Correct language code for ukrainian language (stanleyk)
36+
* bug #30518 [Cache] Fix perf when using RedisCluster by reducing roundtrips to the servers (nicolas-grekas)
37+
* bug #30515 [Cache] Only delete one key at a time when on Predis + Cluster (andrerom)
38+
* bug #30511 [Process] fix using argument $php of new PhpProcess() (nicolas-grekas)
39+
* bug #30507 [Routing] Fixed XML options resolution (Jules Pietri)
40+
* bug #30506 [TwigBridge] remove deprecation triggered when using Twig 2.7 (nicolas-grekas)
41+
* bug #30496 [PHPUnit-Bridge] override some Composer environment variables (nicoweb)
42+
* bug #30505 [TwigBridge] Remove usages of the spaceless tag (nicolas-grekas)
43+
* bug #30466 [Messenger] Make 'headers' key optional for encoded messages (yceruto)
44+
* bug #30474 compatibility with phpunit8 (garak)
45+
* bug #30497 [HttpKernel] Change default log level for output streams (yceruto)
46+
* bug #30498 [translation] Update defaut format from yml to yaml (GaryPEGEOT)
47+
* bug #30490 Don't resolve the Deprecation error handler mode until a deprecation is triggered (Emmanuel BORGES)
48+
* bug #30396 [Form] Avoid a form type extension appears many times in debug:form (markitosgv)
49+
* bug #30361 [PropertyInfo] Fix undefined variable fromConstructor when passing context to getTypes (mantis)
50+
* bug #30361 [PropertyInfo] Fix undefined variable fromConstructor when passing context to getTypes (mantis, OskarStark)
51+
* bug #30410 [Monolog] Really reset logger when calling logger::reset() (lyrixx)
52+
* bug #30437 [Debug] detect annotations before blank docblock lines (xabbuh)
53+
* bug #30417 Autoconfig: don't automatically tag decorators (dunglas)
54+
* bug #30392 [PropertyAccess] Fixed PropertyPathBuilder remove that fails to reset internal indexes (GregOriol)
55+
1056
* 4.2.4 (2019-03-03)
1157

1258
* bug #30383 [WebProfilerBundle] toolbar: invisible route name in Firefox (inmarelibero)

0 commit comments

Comments
 (0)
0