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 4c9b6d7

Browse filesBrowse files
authored
Merge pull request #32190 from fabpot/release-3.4.29
released v3.4.29
2 parents 01fc2b4 + 5296d2d commit 4c9b6d7
Copy full SHA for 4c9b6d7

File tree

Expand file treeCollapse file tree

3 files changed

+70
-29
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+70
-29
lines changed

‎CHANGELOG-3.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.4.md
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ in 3.4 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/v3.4.0...v3.4.1
99

10+
* 3.4.29 (2019-06-26)
11+
12+
* bug #32137 [HttpFoundation] fix accessing session bags (xabbuh)
13+
* bug #32164 [EventDispatcher] collect called listeners information only once (xabbuh)
14+
* bug #32173 [FrameworkBundle] Fix calling Client::getProfile() before sending a request (dunglas)
15+
* bug #32163 [DoctrineBridge] Fix type error (norkunas)
16+
* bug #32170 [Security/Core] Don't use ParagonIE_Sodium_Compat (nicolas-grekas)
17+
* bug #32123 [Form] fix translation domain (xabbuh)
18+
* bug #32116 [FrameworkBundle] tag the FileType service as a form type (xabbuh)
19+
* bug #32090 [Debug] workaround BC break in PHP 7.3 (nicolas-grekas)
20+
* bug #32071 Fix expired lock not cleaned (jderusse)
21+
* bug #32057 [HttpFoundation] Fix SA/phpdoc JsonResponse (ro0NL)
22+
* bug #32025 SimpleCacheAdapter fails to cache any item if a namespace is used (moufmouf)
23+
* bug #32037 [Form] validate composite constraints in all groups (xabbuh)
24+
* bug #32007 [Serializer] Handle true and false appropriately in CSV encoder (battye)
25+
* bug #32000 [Routing] fix absolute url generation when scheme is not known (Tobion)
26+
* bug #32024 [VarDumper] fix dumping objects that implement __debugInfo() (nicolas-grekas)
27+
* bug #31962 Fix reporting unsilenced deprecations from insulated tests (nicolas-grekas)
28+
* bug #31865 [Form] Fix wrong DateTime on outdated ICU library (aweelex)
29+
* bug #31863 [HttpFoundation] Fixed case-sensitive handling of cache-control header in RedirectResponse constructor (Ivo)
30+
* bug #31869 Fix json-encoding when JSON_THROW_ON_ERROR is used (nicolas-grekas)
31+
* bug #31860 [HttpFoundation] work around PHP 7.3 bug related to json_encode() (nicolas-grekas)
32+
* bug #31407 [Security] added support for updated "distinguished name" format in x509 authentication (Robert Kopera)
33+
* bug #31654 [HttpFoundation] Do not set X-Accel-Redirect for paths outside of X-Accel-Mapping (vilius-g)
34+
1035
* 3.4.28 (2019-05-28)
1136

1237
* bug #31584 [Workflow] Do not trigger extra guards (lyrixx)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.