Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1df45e4

Browse files
committed
Merge branch '4.0'
* 4.0: (30 commits) [FrameworkBundle] fix tests [Serializer] Fixed throwing exception with option JSON_PARTIAL_OUTPUT_ON_ERROR [HttpKernel] Fix session handling: decouple "save" from setting response "private" swap filter/function and package names [HttpFoundation] Always call proxied handler::destroy() in StrictSessionHandler [HttpKernel] Fix compile error when a legacy container is fresh again Add tests for the HttpKernel request collector and redirection via cookies Uses cookies to track the requests redirection Tweaked some styles in the profiler tables Add type string to docblock for Process::setInput() [Security] Fail gracefully if the security token cannot be unserialized from the session [Form] AbstractLayoutTest - fix DOMDocument casing Run simple-phpunit with --no-suggest option [FrameworkBundle] Fix using "annotations.cached_reader" in after-removing passes bumped Symfony version to 4.0.4 updated VERSION for 4.0.3 updated CHANGELOG for 4.0.3 bumped Symfony version to 3.4.4 updated VERSION for 3.4.3 updated CHANGELOG for 3.4.3 ...
2 parents a97f8b7 + ae101f4 commit 1df45e4

Some content is hidden

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

41 files changed

+439
-99
lines changed

CHANGELOG-4.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ in 4.0 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.0.0...v4.0.1
99

10+
* 4.0.3 (2018-01-05)
11+
12+
* bug #25685 Use triggering file to determine weak vendors if when the test is run in a separate process (alexpott)
13+
* bug #25671 Remove randomness from dumped containers (nicolas-grekas)
14+
* bug #25532 [HttpKernel] Disable CSP header on exception pages (ostrolucky)
15+
* bug #25678 [WebProfilerBundle] set the var in the right scope (Jochen Mandl)
16+
* bug #25491 [Routing] Use the default host even if context is empty (sroze)
17+
* bug #25672 [WebServerBundle] use interface_exists instead of class_exists (kbond)
18+
* bug #25662 Dumper shouldn't use html format for phpdbg / cli-server (jhoff)
19+
* bug #25529 [Validator] Fix access to root object when using composite constraint (ostrolucky)
20+
* bug #25404 [Form] Remove group options without data on debug:form command (yceruto)
21+
* bug #25430 Fixes for Oracle in PdoSessionHandler (elislenio)
22+
* bug #25117 [FrameworkBundle] Make cache:clear "atomic" and consistent with cache:warmup (hkdobrev)
23+
* bug #25583 [HttpKernel] Call Response->setPrivate() instead of sending raw header() when session is started (Toflar)
24+
* bug #25601 [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions (nicolas-grekas)
25+
* bug #25547 [DX][DependencyInjection] Suggest to write an implementation if the interface cannot be autowired (sroze)
26+
* bug #25599 Add application/ld+json format associated to json (vincentchalamon)
27+
* bug #25623 [HttpFoundation] Fix false-positive ConflictingHeadersException (nicolas-grekas)
28+
* bug #25624 [WebServerBundle] Fix escaping of php binary with arguments (nicolas-grekas)
29+
* bug #25604 Add check for SecurityBundle in createAccessDeniedException (FGM)
30+
* bug #25591 [HttpKernel] fix cleaning legacy containers (nicolas-grekas)
31+
* bug #25526 [WebProfilerBundle] Fix panel break when stopwatch component is not installed. (umulmrum, javiereguiluz)
32+
* bug #25606 Updating message to inform the user how to install the component (weaverryan)
33+
* bug #25571 [SecurityBundle] allow auto_wire for SessionAuthenticationStrategy class (xavren)
34+
* bug #25567 [Process] Fix setting empty env vars (nicolas-grekas)
35+
* bug #25407 [Console] Commands with an alias should not be recognized as ambiguous (Simperfit)
36+
* bug #25523 [WebServerBundle] fix a bug where require would not require the good file because of env (Simperfit)
37+
* bug #25559 [Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions (nicolas-grekas)
38+
* bug #25552 [WebProfilerBundle] Let fetch() cast URL to string (ro0NL)
39+
* bug #25521 [Console] fix a bug when you are passing a default value and passing -n would output the index (Simperfit)
40+
1041
* 4.0.2 (2017-12-15)
1142

1243
* bug #25489 [FrameworkBundle] remove esi/ssi renderers if inactive (dmaicher)

0 commit comments

Comments
 (0)